Page MenuHomeSolus

Update geany to 1.35.0
ClosedPublic

Authored by kyrios123 on Apr 29 2019, 10:30 AM.
Tags
None
Referenced Files
F11008477: D6159.diff
Wed, Aug 2, 3:51 AM
F10942692: D6159.id.diff
Fri, Jul 14, 1:22 PM
F10912029: D6159.id14804.diff
Jul 7 2023, 12:26 PM
F10852084: D6159.id14814.diff
Jun 12 2023, 8:19 PM
F10845883: D6159.id14804.diff
Jun 11 2023, 2:48 AM
F10827476: D6159.diff
Jun 4 2023, 5:30 AM
Subscribers
None

Details

Summary

General

  • Start synchronization with Universal-CTags

Bug fixes

  • Improve IPC socket handling
  • Fix loading the default open encoding option
  • Fix VTE path following after reset

Interface

  • Show variable type in a tooltip in symbol tree

Editor

  • Update Scintilla to version 3.10.2
  • Drastically speed up huge bulk replacements
  • Fix accessibility information reported upon deletion
  • Fix garbage data insertion when moving lines up or down
  • Don't perform line breaking in rectangular selection mode

Filetypes

  • Allow stripping trailing spaces from custom filetypes based on the Diff lexer
  • Improve JavaScript symbols parsing
  • Improve HTML symbols parsing
  • Improve COBOL symbols parsing
  • Improve ActionScript symbols parsing

Internationalization

  • Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Build a basic test code

#include <iostream>
#include <string>
int main()
{
  std::string s("This is a test");
  std::cout<<s<<std::endl;
  return 0;
}

Diff Detail

Repository
R882 geany
Lint
Lint Not Applicable
Unit
Tests Not Applicable