Merge pull request #86 from github/outline-view

Jump to method declaration
This commit is contained in:
Nathan Sobo
2012-10-25 17:54:27 -07:00
8 changed files with 229 additions and 1 deletions

View File

@@ -854,7 +854,7 @@ class Editor extends View
break if _.isEqual(scopeStack[0...i], desiredScopes[0...i])
popScope()
# push on top of common prefix until scopStacks == desiredScopes
# push on top of common prefix until scopeStack == desiredScopes
for j in [i...desiredScopes.length]
pushScope(desiredScopes[j])