eechen
eechen
I met the same problem on Xfce 4.14 (Adwaita Theme). Maybe it's a GTK+ notebook issue. You can make all Geany's notebooks (Editor, Symbol list, Message window) scrollbar on the...
 That's cool, nice job, it solves my pain point, thanks. I test it and found a issue: 1."Filter the symbol list using the entered text", it works. 2."Separate multiple...
You need to modify lexilla's code, to get the () and [] code folding support for PHP: geany-2.0/scintilla/lexilla/lexers/LexHTML.cxx ``` case eScriptPHP: if ( (state != SCE_HPHP_COMMENT) && (state != SCE_HPHP_COMMENTLINE)...