Hello.  This revision overwrote the old Documentation in Browser
command but I liked how the old used the local pydoc server.  This is
nice because you don't have to be online and you can get most
information from local docs anyway.  Can we perhaps come up with some
ideas to merge what you are doing with docmate and the old script that
worked with the local pydoc?

I'm not sure what the new script does, however, since all I get is an
import error that the dialog module cannot be found.  Any ideas about
this?  Using TextMate 1.5.4, rev 1349 (latest build)

On 12/8/06, Alexander John Ross <[EMAIL PROTECTED]> wrote:
• 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

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev

Reply via email to