What's new in Gedit Developer Plugins 0.4.4

Jan 20, 2011
  • GDP 4.4 is a compatibility with Ubuntu Natty.
  • The code was updated to GTK 2.2 and requires Python 2.7.

New in Gedit Developer Plugins 0.4.1 (Apr 23, 2010)

  • This release added pydoc to the completion details. The complete pydoc for modules, classes, and members is presented the the details window when completing python code.

New in Gedit Developer Plugins 0.4.0 (Apr 9, 2010)

  • The python completer has rudimentary documentation in the info window that you can see using the Details button. This feature will be improved in future releases.
  • Find searches application and xml files like javascript. Find was skipping some file types that gedit can edit that do not have the text/* mime-type.
  • A bug that caused an exception when the syntax completer closed a tag is now fixed.

New in Gedit Developer Plugins 0.2 (Oct 10, 2009)

  • This release improves the user experience of the four plugins:
  • The Multi-file find and replace panel and style and syntax panel were repositioned to the side. The side panels are more likely to be open and it is easier to read line numbers in the panel and see the line numbers in the documented at the same time.
  • Syntax completion is now available from the Tools menu. If the syntax completer detects a syntax error, it will signal the Format plugin to show the Syntax and style panel.
  • Search results can be saved to file. The panel saves your previous entries so that they can be repeated.
  • The Bazaar plugin supports all the bzr-gtk GUI functions, notably you can create new branches and perform checkouts.
  • Multiple files can be checked for syntax and style issues.
  • There are some implementation/build issues that were resolved:
  • The XML checker uses the standard python library, no additional installations are needed.
  • Snippets and external tools were removed -- they were not useful for general distribution and they could overwrite person snippets and tools.