This pull request allow the usage of relative filepath in the Project file (.geany) and add a checkbox in the project config to active this option.
The aim is to be able to duplicate a project with a copy-paste or to save a project file (.geany) in git, svn or whatever.
issue #2483 You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2667
-- Commit Summary --
* On ouvre un chemin relatif, mais un soucis : * nettoyage * Ajout de la case à cocher * Ajout de la case "relative file" dans les propriété du projet * Enregistrement des fichiers en relatif ou absolu selon configuration de la session * remove spaces * Ability to load relative paths and absolute path from project file * Add checkbox in project properties to allow usage of relative paths in project file * Save relative or absolute file paths in project file depending on the project config
-- File Changes --
M data/geany.glade (36) M src/keyfile.c (58) M src/keyfile.h (4) M src/libmain.c (4) M src/project.c (29) M src/project.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2667.patch https://github.com/geany/geany/pull/2667.diff