├── CodeManipulator.py ├── Default (Linux).sublime-keymap ├── Default (OSX).sublime-keymap ├── Default (Windows).sublime-keymap ├── Default.sublime-commands ├── FoldPython.sublime-settings ├── Main.sublime-menu ├── README.md └── SublimeFold.py /CodeManipulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/CodeManipulator.py -------------------------------------------------------------------------------- /Default (Linux).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/Default (Linux).sublime-keymap -------------------------------------------------------------------------------- /Default (OSX).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/Default (OSX).sublime-keymap -------------------------------------------------------------------------------- /Default (Windows).sublime-keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/Default (Windows).sublime-keymap -------------------------------------------------------------------------------- /Default.sublime-commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/Default.sublime-commands -------------------------------------------------------------------------------- /FoldPython.sublime-settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/FoldPython.sublime-settings -------------------------------------------------------------------------------- /Main.sublime-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/Main.sublime-menu -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/README.md -------------------------------------------------------------------------------- /SublimeFold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/SublimeFoldPython/HEAD/SublimeFold.py --------------------------------------------------------------------------------