Sublime Forum

Include another Settings file in UserSettings

#1

Hi all,

i have a question concerning the user settings - especially in use with SublimeClang.
in the user settings of Sublime Clang package i put the search directories to search for
the includes. Everything fine.
But how can i handle the directory block if i have different compilers (e.g. mingw, gnustep …)
if i put all the directories of the different compilers in the options then i have problems because
of mixed files.
i want to create separate files with the directory snippets for each compiler and include this file
in the project settings for each project. So i have the directory config only once.
How can i handle this ?
Thank you very much in advance.

0 Likes