Friday, May 25, 2012

two nice gedit plugins for python

1.Class Browser 3g
  https://launchpad.net/gedit-classbrowser3g
use  Manual Install in README or you will get gedit crash

2.Gedit Developer Plugins

  • A collection of plugins
    • GDP Bazaar Integration: integrates bzr-gtk to show status, tags,
      • annotations, visualize, commit, merge, and push. Open files changed in
      • the branch.
    • GDP Find and Replace: Find and replace in multiple files. Open files and
      • jump to the line from the results pane. Directories and file types can be
      • specified. Regular expressions are supported.
    • GDP Format: Check and format text and code. Format paragraphs, lists, and
      • imports. Reformat test using regular expressions. Check the syntax and
      • style of Python, XML, HTML, CSS, and plain text. Check and reformat Python
      • doctests.
    • GDP Syntax Completer:
      • Use +space to activate the completer window
      • to see a list of matching words in the document (and other enabled completion plugins). Complete words in text, Python symbols from imports, xml/html tags


No comments: