Re: [Github-comments] [geany/geany] Geany saves preferences even if they weren't modified (#1934)

2018-08-26 Thread elextr
Geany isn't really designed to run multiple instances sharing preferences. This is more complex than it may seem because the session is also saved in the preferences file, and that must be saved at shutdown. There have been various suggestions and discussions about splitting them, but nobody

[Github-comments] [geany/geany] Geany saves preferences even if they weren't modified (#1934)

2018-08-26 Thread Josh Ventura
This makes updating your preferences an unduly laborious process, as chances are, you have more than one instance of Geany open when you go to update them. The solution right now is to either do this when you only have one open, and then close it, or to close all instances of Geany in the

Re: [Github-comments] [geany/geany] Javascript async function breaks parser (#1933)

2018-08-26 Thread elextr
Geany ctags parsers are a ways behind uctags upstream, so patches applying there may not apply here. Updating is in progress, but is a lot of work and will take time. -- 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] Build: Could not resolve host: win32builder.gnome.org (#1930)

2018-08-26 Thread Skif-off
@eht16 Thanks! Can I close this issue or waiting of commit will better? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1930#issuecomment-416045979

[Github-comments] [geany/geany] Javascript async function breaks parser (#1933)

2018-08-26 Thread Michael Schwab
```javascript async function test(a,b) { console.log(a+b); } function test_missing(a,b) { console.log(a+b); } ``` As soon as one function is declared as async the parser breaks and the symbollist does not show any more functions Might be solved with

Re: [Github-comments] [geany/geany] Incorrect comment delimiter (comment_single) in filetypes.batch file (Windows batch) (#1912)

2018-08-26 Thread Enrico Tröger
I'm fine with changing the default to `REM `, see the PR #1932. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1912#issuecomment-416029758

[Github-comments] [geany/geany] Use REM as single comment marker for Batch files (#1932)

2018-08-26 Thread Enrico Tröger
REM seems to be the standard comment marker while "::" is rather deprecated. Closes #1912. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1932 -- Commit Summary -- * Use REM as single comment marker for Batch files -- File Changes --

Re: [Github-comments] [geany/geany] Double title bar (#1729)

2018-08-26 Thread Dominique Revuz
1) with another account no problems 2) brew remove gtk+ ---> ok brew remove gtk-engines ---> No such Keg restart geany ---> two title bars -- 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] Toolbar Icons Spacing Painfully Wide with Gtk+3 on openSuSE (#1825)

2018-08-26 Thread elextr
@drankinatty Isn't the Suse distribution of Geany a GTK3 one? I had presumed it was. If it is there is no real need for you to build your own, just manipulate the CSS (not .gtkrc, thats GTK2) that controls the theme. Geany does load its own CSS from `geany.css` in the config directory

Re: [Github-comments] [geany/geany] Toolbar Icons Spacing Painfully Wide with Gtk+3 on openSuSE (#1825)

2018-08-26 Thread David C. Rankin
I'll have to build the current code and see how it looks on SuSE. If Adwaita is dead-tortoise, then that is what you get. The problem is primarily a themes issue, but it seems like a .gtkrc for the gtk3 builds of Geany may be able to minimize the damage. Having all the toolbar icons scroll of

Re: [Github-comments] [geany/geany] Build: Could not resolve host: win32builder.gnome.org (#1930)

2018-08-26 Thread Enrico Tröger
Oh ok, see https://github.com/geany/geany/pull/1931. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1930#issuecomment-416021034

[Github-comments] [geany/geany] Update link to GTK+3 bundle for test builds to self-hosted version (#1931)

2018-08-26 Thread Enrico Tröger
The host win32builder.gnome.org seems dead and so host the GTK+3 bundle we use to test builds for Windows cross-compilation on our own. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1931 -- Commit Summary -- * Update link to GTK+3 bundle