-2

Force sublime text 2 not to load python files under a plug-in's directory

Filipe Cabecinhas vor 12 Jahren aktualisiert vor 12 Jahren 1
Is there a way to tell sublime text 2 not to load certain files from my plugin directory? Either not load files under a certain directory (blacklist), or "only load these files" (whitelist).

Thanks,

  Filipe
It seems that I can just create one python file and put everything else in a python package. That way they won't get loaded.