Changeset 439 for tags/pyragua-0.2.5
- Timestamp:
- 12/28/09 21:50:31 (2 years ago)
- Location:
- tags/pyragua-0.2.5
- Files:
-
- 2 modified
-
debian/control (modified) (1 diff)
-
doc/pyragua-ide.1 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/pyragua-0.2.5/debian/control
r430 r439 14 14 Recommends: python-wxglade, wx2.6-doc, wx2.6-examples 15 15 Description: Pythonic editor for Python coding 16 Pyragua is an Python IDE (Integrated Development Environment) developed 17 by Semillero de investigacion de la Universidad Tecnologica de Pereira 18 PYROX. For more info please visit http://pyragua.pyroxdev.org 16 Pyragua is an Integrated Development Environment to manipulate 17 Python code, written in Python and uses WxPython as graphical 18 Toolkit. Pyragua currently has features like syntax highlighting, 19 code completion, auto identation, code browsing, an integrated python 20 shell, and more comming soon... -
tags/pyragua-0.2.5/doc/pyragua-ide.1
r428 r439 16 16 Execute pyragua-ide in a terminal to start the application. 17 17 .sp 18 .SH "DESCRIP CION"18 .SH "DESCRIPTION" 19 19 pyragua(1) is a development environment to manipulate Python code designed by members of Semillero de Investigación Pyrox at the Universidad Tecnológica de Pereira. 20 20 .sp … … 29 29 .SH "COPYRIGHT" 30 30 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 31 32 31 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 33 34 32 .sp 35 33 .sp … … 39 37 .fi 40 38 .RE 41 .SH "CONTACT O"39 .SH "CONTACT" 42 40 Pyrox, Python Development Group. Universidad Tecnológica de Pereira (http://www.utp.edu.co) http://pyragua.pyroxdev.org pyrox@pyroxdev.org 43 41 .sp
