Skip to content

Instantly share code, notes, and snippets.

@trentm
Created September 22, 2010 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/592021 to your computer and use it in GitHub Desktop.
Save trentm/592021 to your computer and use it in GitHub Desktop.
Index: /Users/trentm/as/komodo/src/modules/fastopen/components/koFastOpen.py
===================================================================
--- koFastOpen.py (revision 56871)
+++ koFastOpen.py (working copy)
@@ -355,6 +355,7 @@
g.append(kovg)
cwds = list(kovg.cwds)
if self.pref_enable_project_gatherer and self.project:
+ g.append(fastopen.DirGatherer("projbasedir", [self.project.base_dir], ...))
g.append(fastopen.CachingKomodoProjectGatherer(
UnwrapObject(self.project)))
if self.pref_enable_cwd_gatherer and cwds:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment