Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Taking care of completed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Oct 1, 2013
1 parent 59b458a commit f98a1b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js_var_shortcuts.py
Expand Up @@ -111,13 +111,8 @@ def run(self, edit):
self.run_default()
# Otherwise, if all of the selections are in a variable region
elif all(in_var_region):
# *****
# TODO: New strategy, break selection down into indices.
# TODO: Iterate over indices, marking vars as used.
# TODO: Use buffer logic for indices not directly on vars.
# TODO: Optimization: When a var is marked, skip all remaining indicies contained.
# TODO: Optimization: Each loop, check that all vars are marked. If they are, exit it.
# *****

# TODO: Break this down...

Expand Down

0 comments on commit f98a1b8

Please sign in to comment.