eechen

Results 3 comments of 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...

![geany](https://user-images.githubusercontent.com/2758717/191230174-1424ddde-0995-4faa-bc4d-16b8682664c4.png) 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)...