Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-09-09 Thread elextr
@chrisgraham the work around should work for the Geany recent files list, but may not work for the GTK recent files list in the open dialog, which isn't under Geany control. -- 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] How to hide a particular folder from history in geany? (#2194)

2019-09-09 Thread Chris Graham
I don't believe the given workaround will work. In addition to its own config, Geany populates GTK's GtkRecentManager - meaning gedit's recent file list is going to get populate with anything you open in Geany. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
Closed #2194. -- 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/2194#event-2416433803

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread Matthew Brush
You could probably hack something with [the `-c` option](https://www.geany.org/manual/current/index.html#command-line-options) to Geany. Something like this not well tested shell script comes to mind: ```bash #!/bin/sh set -e temp_dir=$(mktemp -d -t geany-config-) || exit 1 trap "rm

Re: [Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
I saw the [files] section in geany.conf but I have to manually remove those histories. I want to know if an inbuit system or plugin available for this task. -- 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] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread elextr
You could edit the recent files list in the geany.conf, or your project.geany file, but with Geany closed, so you need to use another editor. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] How to hide a particular folder from history in geany? (#2194)

2019-06-16 Thread fightthepower
I am coding an important personal project and I dont want anything from this particular folder or its content to be seen. Currently geany remembers our files in **recent files** and also while freshly opening geany. I dont want this for the files in a particular folder but wants to retain this