This implements working directories in the geanyprj plugin.
The motivation is to be able to 'make' via build menu shortcut within Geany 
when the project is set up with CMake and uses some far away build directory.
It syncs with Geany's own build menu working directories, while giving 
precedence to the main project system.

Comments/improvements welcome.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/486

-- Commit Summary --

  * added working directory (non-ft building) support in geanyprj
  * geanyprj working directory input field in preference dialog
  * geanyprj working directories now sync with Geany's build dialog

-- File Changes --

    M geanyprj/src/geanyprj.c (2)
    M geanyprj/src/geanyprj.h (3)
    M geanyprj/src/menu.c (18)
    M geanyprj/src/project.c (16)
    M geanyprj/src/utils.c (10)

-- Patch Links --

https://github.com/geany/geany-plugins/pull/486.patch
https://github.com/geany/geany-plugins/pull/486.diff

-- 
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-plugins/pull/486

Reply via email to