Re: [Github-comments] [geany/geany] Removal of Recent Files and Projects from geany.conf (#1763)

2018-02-08 Thread LarsGit223
Maybe an alternative would be to be able to clear the recent files and projects list? -- 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/1763#issuecomment-364176848

Re: [Github-comments] [geany/geany] Removal of Recent Files and Projects from geany.conf (#1763)

2018-02-08 Thread elextr
> If geany was written in Perl or Python I would try my luck. I'm not versed in > C at all. Well, geany.conf is just a plain text file, so you can write a script to remove the entries from a copy that you VCS and put geany.conf in .gitignore. And a script to restore all but the session info.

[Github-comments] [geany/geany] Brace highlighting if virtual spaces are enabled. (#1764)

2018-02-08 Thread van-de-bugger
If "virtual spaces" option (Edit->Preferences->Editor->Display)is set to "always", the caret may be positioned behind the end-of-line. If the line ends with a brace, it is highlighted if the caret is at the brace, *or* far behind the brace, e. g.: if ( ... ) {| If the caret is moving

Re: [Github-comments] [geany/geany] Brace highlighting if virtual spaces are enabled. (#1764)

2018-02-08 Thread elextr
Please open a pull request on github so it can be discussed. I am not sure this is the right way to fix it. Probably better to not turn the highlight off until the end of the timeout. Cheers Lex On 9 February 2018 at 09:12, van-de-bugger wrote: > Proposed patch for

Re: [Github-comments] [geany/geany] Reduce minimum-width of Replace dialog (#1762)

2018-02-08 Thread shiftee
@shiftee pushed 1 commit. 46cffb5 Restore setting transient parent for replace dialog -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] Removal of Recent Files and Projects from geany.conf (#1763)

2018-02-08 Thread Mark Brandis
I thought about that. I would not miss the recent files after a new start, but the recent projects are really useful. If geany was written in Perl or Python I would try my luck. I'm not versed in C at all. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Reduce minimum-width of Replace dialog (#1762)

2018-02-08 Thread elextr
> Does Geany still support GTK2? Yes > If so should I use an #ifdef ? Yes -- 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/1762#issuecomment-364080543

Re: [Github-comments] [geany/geany] Small update of Russian translation (#1761)

2018-02-08 Thread Skif-off
I thought that all the po-files are updated at the same time, but now I'm looking at the [PR](https://github.com/geany/geany/commit/c3c1921c16c58e791ed6a3b9e1924537da4302cd) and see the differences: new line and many changes line numbers of source files. I had to run the command ```make

Re: [Github-comments] [geany/geany] Reduce minimum-width of Replace dialog (#1762)

2018-02-08 Thread shiftee
The GTKFlowBox seems like a nice solution. Does Geany still support GTK2? If so should I use an #ifdef ? -- 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/1762#issuecomment-364074490

[Github-comments] [geany/geany] Removal of Recent Files and Projects from geany.conf (#1763)

2018-02-08 Thread Mark Brandis
Hi! I would like to propose an enhancement/feature request: * At the moment the recent files/projects are saved in geany.conf. * I would like to save geany.conf in a revision control system, so I can share the configuration between different computers. * The recent files from different

Re: [Github-comments] [geany/geany] Removal of Recent Files and Projects from geany.conf (#1763)

2018-02-08 Thread elextr
Well, its probably possible to separate settings from session, but somebodys got to do it. Pull requests are welcome. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: