[project files] > It would be a pain in the neck for me, too, having to re-open the 6 or 8 > files i tend to keep open, but i will have to do that on that one particular > environment. (i wasn't aware that it's an option.)
Not wanting to hi-jack the thread, but if your VCS happens to be git, you might want to try my Gitbrowser plug-in (https://github.com/unwind/gitbrowser) and see if that helps with this. That means not having any Geany projects, which seems to make sense to me since: 1. The set of files that constitute the project is already stored once, by Git. 2. The rules for building the project are already stored once, in a Makefile. 3. The set of previously opened files is already tracked by Geany. Of course, if this totally misses the mark for your use-case(s), just ignore me and carry on. :) Regards, /Emil _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
