Re: [Github-comments] [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

2020-05-01 Thread Skif-off
@Skif-off pushed 1 commit. ab1395e745f4b6b937fa548179f1f2c978564a87 Add AutoIt syntax highlighting and Ctags parser for AutoIt -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1752/files/91ba4337c11aba08b341637bede5832

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2020-05-01 Thread Matthew Brush
> But a colour scheme contains no information that its light or dark so even if > Geany can determine from the GTK theme that it is dark, it can't select a > colour scheme since they are not marked light or dark, and even if they were, > which one is the best to select as a dark version of whate

Re: [Github-comments] [geany/geany] message window customization (#2492)

2020-05-01 Thread Matthew Brush
Sounds reasonable if someone wants to contribute the change. IMO, it would also make sense for the sidebar tabs. Maybe someone could change the combo boxes in `Prefs->Interface->Notebook Tabs->Tab Positions` to each contain a "None" item that hides the tabs (and then remove the "Show editor tabs

Re: [Github-comments] [geany/geany] Windows: bundle the GLib GSpawn helper binaries with the installer (ea649d8)

2020-05-01 Thread Matthew Brush
Sounds good. -- 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/commit/ea649d8024b14ce55a922e146078ad1bc15533df#commitcomment-38887409

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2020-05-01 Thread elextr
@MicroJoe all widgets except the editor widget already use the GTK theme settings. The editor widget does not use the GTK theme since the theme does not cover the complexity of mapping syntactic entities to styles. Thats what the Geany colour scheme (sometimes misnamed "theme" as well) does.

Re: [Github-comments] [geany/geany-plugins] Update of Russian translation for the Addons plugin (#974)

2020-05-01 Thread Dmitry Unruh
@dmitryunruh pushed 1 commit. 5bf7e64390b4e7cfd528395507a7c894ba958c3b "при наведение" --> "при наведении" -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/974/files/8ed72a57132cd5c5ef4bddc9ac70697289c89338..5bf

Re: [Github-comments] [geany/geany-plugins] Update of Russian translation for the Addons plugin (#974)

2020-05-01 Thread Dmitry Unruh
@dmitryunruh pushed 1 commit. 8ed72a57132cd5c5ef4bddc9ac70697289c89338 "выноску" --> "подсказку" -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/974/files/1baa1cdf9e11e0fc539c34c314ff568eb71d8d59..8ed72a57132cd

Re: [Github-comments] [geany/geany-plugins] Update of Russian translation for the Addons plugin (#974)

2020-05-01 Thread Dmitry Unruh
I doubted in this word too. But I did not find a better translation of the word "calltip" (with online translators). I associated the word "подсказка" more with text. Both of these words are not informative enough. I suggest the following: 1. Replace the word "выноску" with the word "подсказку".

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2020-05-01 Thread Romain Porte
Hello, On Debian testing, when GNOME is using a dark theme, Geany seems to have the inverted behavior of the screenshots already present in this issue, ie. the widgets are correctly black but the default theme is white. ![Screenshot 2020-05-01 20-01-10](https://user-images.githubusercontent.co

Re: [Github-comments] [geany/geany] message window customization (#2492)

2020-05-01 Thread waynelapierre
Hiding message window tabs is very useful when setting the message window on the right side of Geany. The tabs take a lot of space which could be saved for the editor and terminal parts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Github-comments] [geany/www.geany.org] Describe how to change UI language by editing Geany shortcut (#22)

2020-05-01 Thread nomadbyte
@nomadbyte commented on this pull request. > @@ -86,21 +86,49 @@ for remote files, so there is no need to disable this > setting with Geany 0.16. ## How can I change the language of the user interface? -On Windows: Download https://download.geany.org/contrib/geany_english.bat -and put it

Re: [Github-comments] [geany/www.geany.org] Describe how to change UI language by editing Geany shortcut (#22)

2020-05-01 Thread nomadbyte
@nomadbyte pushed 1 commit. fa8f64667578d39ad569da4f344a0cc8b8b1ce45 Clarify the use of English as an example of target UI language. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/www.geany.org/pull/22/files/3b9426a30e51d9ba29a

Re: [Github-comments] [geany/geany-plugins] Update of Russian translation for the Addons plugin (#974)

2020-05-01 Thread Skif-off
Why "выноску"? Why not "подсказку"? Geany uses "подсказка" too: https://github.com/geany/geany/blob/master/po/ru.po#L3390 P.S. Thanks! :) I tried to translate (last attempt about a ~year ago), but I was not happy with the result in the ```workbench``` plugin... -- You are receiving this becau

Re: [Github-comments] [geany/geany] Windows: bundle the GLib GSpawn helper binaries with the installer (ea649d8)

2020-05-01 Thread Enrico Tröger
Yes, exactly. I agree this is not absolutely perfect but the alternatively would be to extend the bundle script of Geany-Plugins to install GLib and then throw anything anyway just to get those two binaries. This attempt was to save this effort and keep the binaries here in the Geany part as we

Re: [Github-comments] [geany/geany] Set a default widget name on all GtkBuilder widgets. (#2469)

2020-05-01 Thread Matthew Brush
If nobody objects, I'll probably merge this "soon". -- 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/pull/2469#issuecomment-622289598

Re: [Github-comments] [geany/geany] message window customization (#2492)

2020-05-01 Thread Matthew Brush
For disabling the other tabs, you can edit these settings under `Edit->Preferences->Various`: ```diff --- msgwin1/geany.conf 2020-04-30 23:43:49.877942591 -0700 +++ msgwin2/geany.conf 2020-04-30 23:45:33.495469083 -0700 @@ -45,10 +45,10 @@ compiler_tab_autoscroll=true statusbar_template=line: