-
Notifications
You must be signed in to change notification settings - Fork 0
Sublime
lauritzthamsen edited this page Dec 1, 2012
·
1 revision
http://www.sublimetext.com/ (regelmäßige zahlungsaufforderung ohne lizenz, aber trotzdem gut zu benutzen)
Plugins in Python geschrieben
Events:
- on_modified (wenn sich irgendetwas ändert)
- on_selection_modified (wenn man etwas auswählt)
Output: Es gibt eine console in die man schreiben kann
Beispiele:
- http://net.tutsplus.com/tutorials/python-tutorials/how-to-create-a-sublime-text-2-plugin/
- https://github.com/SublimeText/WordHighlight/blob/master/word_highlight.py
- http://www.macdrifter.com/2012/08/making-a-sublime-text-plugin-markdown-reference-viewer.html
Docs: