• 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 _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
