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

2021-04-07 Thread Thomas Martitz
This is addressed in the session_split branch which should be merged before the next release -- 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-814828267

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

2021-04-04 Thread Adam Morris
I want to back-up and synchronise my settings ([dotfiles](http://dotfiles.github.io/)-style) across all computers where I use geany. Since my `$HOME` path is different on each, and I generally work on different projects on each, the recent files list from one computer is pretty meaningless on a

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

2021-04-03 Thread elextr
@abmorris what is your use-case for not using Geany projects? -- 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-812931921

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

2021-04-03 Thread Adam Morris
I started a PR which I hope will resolve this issue. I need help tracking down a GUI bug I introduced. -- 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-812877184

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

2020-10-13 Thread elextr
> I did a try removing them and keep just what I did change, but the editor > will put them again. Yes, the Glib library that writes `.conf` files writes the whole file. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

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

2020-10-13 Thread Riccardo Campisano
I'm doing something like @elextr suggestion (ugly I know): `rm -rf ~/.cache/geany_config; cp -L -r ~/.config/geany/ ~/.cache/geany_config; geany -c ~/.cache/geany_config; rm -rf ~/.cache/geany_config` Maybe there are other configs statements to 'extract', like geometry, for the scope of put gea

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.

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 email

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
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: https://github.com/geany/geany/issues/1763#issuecomment-3