Re: [Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)

2018-04-08 Thread Thomas Martitz
@kugel- pushed 1 commit. 5c79661 improve manual text for the document listing methods in the sidebar -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)

2018-04-08 Thread elextr
@kugel- I still can't do anything with github, so I have posted my suggested text below. ``` Document list views ^^^ There are three different ways to display documents on the sidebar if *Show documents list* is active. To switch between views press the right mouse button on

Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-08 Thread Colomban Wendling
@elextr I think @surveyor3 is complaining that the syntax inside of `$()` is not highlighted specifically, but only as a single `$()` block. In shell, `$()` is a command substitution, so the content inside it could be highlighted as normal syntax. This is a Scintilla lexer limitation, see

Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-08 Thread elextr
If you don't like the colours you can choose another colour scheme from those [contributed by others](https://github.com/geany/geany-themes) or make your own. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Find popup does not update with new highlighted text without closing and reopening it. (#758)

2018-04-08 Thread kenshail
I have changed this on a local copy of 1.34 and it works fine - just one function, search_show_find_dialog had to be changed in Search.c You can leave the search widget open and highlight the next text to find. It transfers to the widget when you click find again without having to close the

[Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-08 Thread Samuele Bertollo
In geany .sh file have a syntax highlighting that's not quite good, compared i.e. to other editors like sublime. In particular when you have $(...) things inside the parenthesis are all colored in orange. Geany version: 1.31 Color combination: default GTK version: 2.24.31 O.S.: Ubuntu 17.10

Re: [Github-comments] [geany/geany] Port Windows installer to NSIS 3.x (#1302)

2018-04-08 Thread Enrico Tröger
We should still port the installer to NSIS 3. This would also ease creating full installers from the nightly builds as NSIS 3 is available as Debian package (not tested but might work to build full installers from nightly builds). Though it is unlikely I will work on this myself in the next