[SVN] r6312 (Python)
Alexander John Ross
alex.j.ross at gmail.com
Fri Dec 8 07:24:05 UTC 2006
• Removing the useless "Triple Quote Selection" commands.
• Improved docmate. Currently, searches a local index file, and loads documentation for
current word from http://docs.python.org. If there is more than one possible match,
displayes a tm_dialog menu. This is pretty effective, the only drawback is that you
have to be online to use it. I will add support for offline docs very soon. The
command also remembers what docs you look at the most, so will list them in order of
popularity.
• Added a macro to forward and backward delete two quotes when pressing ⌫ inside of
an empty triple-quoted string.
• Made the scope for `Inside String: Insert "…"` more specific.
Changed:
U trunk/Bundles/Python.tmbundle/Commands/Documentation in Browser.plist
D trunk/Bundles/Python.tmbundle/Commands/Triple Quote Selection (Double Quotes).tmCommand
D trunk/Bundles/Python.tmbundle/Commands/Triple Quote Selection (Single Quotes).tmCommand
A trunk/Bundles/Python.tmbundle/Macros/Inside Empty Block String: Reduce To Single Quoted String.tmMacro
U trunk/Bundles/Python.tmbundle/Snippets/Inside String: Insert "…".tmSnippet
U trunk/Bundles/Python.tmbundle/Snippets/Inside String: Insert '…'.tmSnippet
A trunk/Bundles/Python.tmbundle/Support/DocMate/
A trunk/Bundles/Python.tmbundle/Support/DocMate/doc_index.pickle
A trunk/Bundles/Python.tmbundle/Support/DocMate/docmate.py
A trunk/Bundles/Python.tmbundle/Support/DocMate/lib.index
U trunk/Bundles/Python.tmbundle/Syntaxes/Python.tmLanguage
U trunk/Bundles/Python.tmbundle/info.plist
More information about the textmate-dev
mailing list