Code Snippet/Template Plugin

http://pida.co.uk/trac/ticket/79

RSS Plugin

http://pida.co.uk/trac/ticket/128

Generic app skeleton generator tool

many rapid development frameworks got tools to create application/addon skeletons lets use them !

Graphical Diff Tool

I use meld quite often. It allows diff between files or directories, and 3-diff. It is written in python. Could it be a good starting point ? -- d_rol

integrated meld or gvimdiff would rock! --sean f (see UsingExternalDiffTools)

Zope Support

Something with project specific settings - you could point it at a Zope's configuration file, and it could automatically present buttons for Zope start/stop/restart daemon commands, fg run, debug run, etc. Could also parse out locations of key Zope app directories (the app, the instance, products directories, etc) and provide quick shortcuts to these locations that would open up in the file manager. Maybe borrow the Zope debugger from Boa Constructor ... lots of possibilities here, Zope people need a good IDE!

Vim/Emacs configuration Plugin

Basic Vim (.vimrc) or Emacs (.emacs) configuration plugin.

LaTeX Plugin

Plugin to help you when writing (Pdf)LaTeX documents. Perhaps look at and get some ideas from Kile like or Gedit Latex Plugin

Snap Open files or buffers Plugin

A regex open file dialog that looks like that of Textmate. See for example fuzzyfinder for Vim or SnapOpen for Gedit

External tools Plugin

Run external programs on the current :

  • file
  • selection
  • line
  • word under cursor
  • ..

to manipulate text by putting it through an external command and displays the resulting output:

  • in a terminal
  • in a new file
  • as a replacement of the current file
  • as a replacement of the current selection
  • after the cursor in the current file

Possibility to share the tools with the community like with the Snippet plugin

Something in the spirit or similar to Textmate Bundles or Gedit external tools

Awesome idea in my opinion -- ali

Scintilla support along Vim and Emacs for edition

Plugin to use a editor based on scintilla instead of vim or emacs

Perspectives

http://pida.co.uk/trac/ticket/189

Image Viewer

http://pida.co.uk/trac/ticket/193

Rest or txt2tags plugin

http://pida.co.uk/trac/ticket/194

Document Viewer

http://pida.co.uk/trac/ticket/132

Tip of the day

http://pida.co.uk/trac/ticket/120

Done in trunk

CTags

http://pida.co.uk/trac/ticket/133

HTML / XML source browser

Like python class tree but for HTML / XML, whatever