[Github-comments] [geany/geany] Enhancement - Vertical Editing Sequential Numbering (#2317)

2019-09-23 Thread AdamDanischewski
I've been searching for vertical editing sequential numbering, I've found: https://www.emeditor.com/text-editor-features/coding/multiple-selection-editing/how-to-use-vertical-editing/ On vertical selection, a menu option allows for sequential numbering to be inserted. This would be a welcome

Re: [Github-comments] [geany/geany] Prefs dialog: Disable overridden pref widgets when project is open (#2316)

2019-09-23 Thread Matthew Brush
What about something like this? ![geany_project_override](https://user-images.githubusercontent.com/181177/65471423-e218ab80-de23-11e9-92ee-d5d9fc50199f.png) -- 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] Autotools: Really slow on Windows (#2305)

2019-09-23 Thread Matthew Brush
You mean to comment out all the `GEANY_API_SYMBOL` stuff? I can try next time I boot into Windows I guess, but I did mess around with it for quite a while trying to get it to work. I get really frustrated and annoyed trying to develop on Windows, especially when it's on stuff I don't know. --

Re: [Github-comments] [geany/geany] Prefs dialog: Disable overridden pref widgets when project is open (#2316)

2019-09-23 Thread elextr
Looks a good idea. Whilst @codebrainz has a point, that minor inconvenience seems acceptable given that even if the user could edit a "normal" preference it will have no effect until the project is closed anyway. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Autotools: Really slow on Windows (#2305)

2019-09-23 Thread Thomas Martitz
Could you change the symbol visibility back to default temporarily? -- 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/2305#issuecomment-534256999

Re: [Github-comments] [geany/geany] Prefs dialog: Disable overridden pref widgets when project is open (#2316)

2019-09-23 Thread Matthew Brush
Is it possible to still allow editing the preferences, but to put a "warning" icon next to the preference to tell the user that the setting _is_ overridden? Like "Warning: this setting is overridden in the project preferences and will not have effect" or such. If you actually want to change

Re: [Github-comments] [geany/geany] Prefs dialog: Disable overridden pref widgets when project is open (#2316)

2019-09-23 Thread shiftee
Looks like a nice solution to me. Should you hint more directly in the tooltip that the user should look at Project>Properties? e.g. "These preferences can be overridden by project properties" -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

[Github-comments] [geany/geany] Prefs dialog: Disable overridden pref widgets when project is open (#2316)

2019-09-23 Thread Nick Treleaven
Fixes #1363. Similar to #1750, this disables pref widgets that are overridden by an open project. (It doesnt disable the frame label). Instead of editing a translatable label, this adds an info image next to the frame/widget label. A tooltip is set to show when the mouse is over the label or

Re: [Github-comments] [geany/geany] [Feature request] Select to matching brace (#2260)

2019-09-23 Thread wiwwo
Perfect! -- 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/2260#issuecomment-534078383

Re: [Github-comments] [geany/geany] [Feature request] Select to matching brace (#2260)

2019-09-23 Thread wiwwo
Closed #2260. -- 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/2260#event-2654258636

Re: [Github-comments] [geany/geany] Disable Prefs/Files/Saving-files if project open (#1750)

2019-09-23 Thread Nick Treleaven
> Trouble is no symbol is an obvious "this is overridden" especially that new > users will understand automatically, I've started working on a pull that puts an info icon next to the frame label with a tooltip, as well as disabling overridden pref widgets. -- You are receiving this because

[Github-comments] [geany/geany-themes] Added Dark Blue Snake theme. (#36)

2019-09-23 Thread Grigoriy Kramarenko
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-themes/pull/36 -- Commit Summary -- * Added Dark Blue Snake theme. -- File Changes -- M AUTHORS (6) A colorschemes/dark-blue-snake.conf (119) -- Patch Links --

Re: [Github-comments] [geany/geany-plugins] Delete danish translation (#907)

2019-09-23 Thread scootergrisen
Closed #907. -- 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-plugins/pull/907#event-2653540386

Re: [Github-comments] [geany/geany] it.po for 1.36 (#2311)

2019-09-23 Thread Frank Lanitz
Merged #2311 into master. -- 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/2311#event-2653505003

Re: [Github-comments] [geany/geany] Update danish translation to 1.36 (#2313)

2019-09-23 Thread Frank Lanitz
Merged #2313 into master. -- 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/2313#event-2653504313

Re: [Github-comments] [geany/geany-plugins] Delete danish translation (#907)

2019-09-23 Thread Frank Lanitz
@scootergrisen Instead of deleting could you maybe start a better one? ;) But of course low level of translated strings with a high failure count does not help -- 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] Too Many Filetypes in Open Dropdown! How can I shorten list? (#2296)

2019-09-23 Thread Nick Treleaven
> if I have a couple python files in a directory with many html and php files, > "All Sources" doesn't really help. OK. Even if the Gtk scrolling issue was resolved on your system, I assume you'd still want to configure the list of file filters. ATM you can't do that. My idea would allow you

Re: [Github-comments] [geany/geany] Too Many Filetypes in Open Dropdown! How can I shorten list? (#2296)

2019-09-23 Thread LarsGit223
@RufusVS: the open dialog is created in the function ```create_open_file_dialog()```. It calls the function ```filetypes_create_file_filter()``` to create the filter and that function is filling the filter with all filetypes from the list ```filetypes_by_title```. This is filled on startup of