Originally shared by Thomas Mueller (dummzeuch)


Originally shared by Thomas Mueller (dummzeuch)

As suggested by Johan Bontes and Daniela Osterhagen  there are now three more enhancements to the search path dialog:
* Make Relative / Make Absolute make all the directories in the memo relative to the project file directory or absolute.
* Add Recursive adds the directory in the edit control and all its subdirectories recursively to the memo.
All three buttons are only visible when the memo is active. When the listbox is active, the standard buttons are visible instead.

Comments

  1. Another suggestion:
    We use an environment variable to locate our source folder (%OurSource% = D:\GitSource\OurSource). Even if a coworker has his git checkout on C:\Git\OurSource he can compile without any errors. Using relative paths are a lot harder (you have to go 5 folders up and than navigate 7 folders down, etc.) to write and understand, so there are a lot of potential mistakes.

    ReplyDelete

Post a Comment