Page MenuHomeSolus

Update geany to 1.33
ClosedPublic

Authored by kyrios123 on Mar 6 2018, 2:16 PM.
Tags
None
Referenced Files
F10990917: D2450.id5922.diff
Mon, Jul 24, 11:04 PM
F10978663: D2450.id5985.diff
Sat, Jul 22, 8:10 PM
F10975600: D2450.diff
Sat, Jul 22, 5:47 AM
F10964373: D2450.id5985.diff
Wed, Jul 19, 10:29 AM
F10947420: D2450.id.diff
Sat, Jul 15, 3:40 PM
F10750057: D2450.diff
May 16 2023, 6:02 AM
F10693498: D2450.id.diff
Apr 25 2023, 2:15 AM
Subscribers
None

Details

Summary

Bug fixes

  • Fix the symbols tree hierarchy when several tags have the same name

Interface

  • Add a tooltip showing the full path on menu items representing documents
  • Add a note for applying the indent settings in the project preferences
  • Enable popup menu on sidebar and message window notebooks
  • Show status message on attempt to execute empty context action
  • GTK3 theming improvements and documentation

Filetypes

  • CSS: Update Grid properties

Internationalization

  • Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, 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

Event Timeline

This revision is now accepted and ready to land.Mar 9 2018, 6:09 PM

Small question why didn't you link to the changelog instead as is the norm? https://www.geany.org/Main/20180225

This revision now requires changes to proceed.Mar 9 2018, 6:11 PM

Small question why didn't you link to the changelog instead as is the norm? https://www.geany.org/Main/20180225

Because when it's not too lengthy, the best practice is to put it directly in the summary.

This revision is now accepted and ready to land.Mar 9 2018, 6:18 PM
This revision was automatically updated to reflect the committed changes.