This PR enables opening folders with Geany. Resolves #1171, others.
- Folders are turned into projects.
- Project name is set to the basename of the folder. May be changed from Project / Properties.
- When the
project_file_in_basedir
option is set, the .geany
file is created inside the folder with name [basename].geany
.
- Otherwise,
.geany
files are stored in ~/.cache/geany/folders/
with name [basename]_[path-md5].geany
.
- If the folder already has a project file (as noted above), the project file is opened.
- Folders to open may be specified at the command line. Any filenames following the folder name are added to the project.
- New menu items:
- Project / Open Folder...
- Project / Save As... – to resave temporary project file to permanent location or to fork existing project to a different file.
- Does not interfere with existing method of project creation.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3044
Commit Summary
File Changes
(6 files)
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.