1pida(1) PIDA pida(1)
2
3
4
6 pida - Starts up the Python Integrated Development Application
7
9 pida
10
11
13 PIDA is a GTK application that was designed to reuse some of the tools
14 IDEs usually supply. As such, it allows the use of gvim as the editor,
15 thus providing you with an already powerful editor. Its default configā
16 uration is centered around Python development, but, as with editors, it
17 can be extended to suit any language through its "plugin" interface and
18 framework.
19
20 Vim can be executed from Pida in either the standard mode or in evim
21 mode. Evim is a modeless editor, much like Notepad for windows (except
22 of course with the added vim features). Evim mode is perfect for those
23 wishing to use Pida, but who do not wish to use Vim.
24
26 ~/.pida/pida.conf
27 Configuration options for PIDA.
28 ~/.pida/pida.projects
29 List of projects currently set up
30 ~/.pida/pida.vim
31 VIM script that is used by PIDA to communicate with VIM
32
34 Ali Afshar <aafshar@gmail.com>
35
37 http://pida.berlios.de/
38
39
40
41George Cristian Birzan 0.2.2 pida(1)