Skip to content

Commit

Permalink
Merge pull request #399 from slarosa/pyqgis_console_side_editor_2
Browse files Browse the repository at this point in the history
[FEATURE] Side Editor for Python Console
  • Loading branch information
slarosa committed Apr 16, 2013
2 parents 5875d5a + 07abb34 commit 0d0fd3b
Show file tree
Hide file tree
Showing 20 changed files with 1,136 additions and 258 deletions.
20 changes: 14 additions & 6 deletions i18n/qgis_it.ts
Expand Up @@ -7313,15 +7313,23 @@ Cambiare questa situazione prima, perché il plugin OSM non quale layer è la de
<translation type="obsolete">Errore di connessione: </translation>
</message>
<message>
<source>## To access Quantum GIS environment from this console
## use iface object (instance of QgisInterface class).
<source>Click on button to restore all tabs from last session.</source>
<translation>Clicca sul bottone per riaprire le schede della sessione precedente.</translation>
</message>
<message>
<source>Restore tabs</source>
<translation>Riprisitna schede</translation>
</message>
<message>
<source>Close</source>
<translation>Chiudi</translation>
</message>
<message>
<source>Python %1 on %2
## Type help(iface) for more info and list of methods.

</source>
<translation type="obsolete">## Per accedere all&apos;ambiente Quantum GIS da questa console
## usa l&apos;oggetto iface (istanza della classe QgisInterface).
<translation>Python %1 on %2
## Digita help(iface) per ottenere più informazioni.

</translation>
</message>
</context>
Expand Down
14 changes: 14 additions & 0 deletions images/images.qrc
Expand Up @@ -82,6 +82,20 @@
<file>themes/default/console/imgHelpConsole.png</file>
<file>themes/default/console/imgHelpDialog.png</file>
<file>themes/default/console/imgHelpMenu.png</file>
<file>themes/default/console/iconHideToolConsole.png</file>
<file>themes/default/console/iconTabEditorConsole.png</file>
<file>themes/default/console/iconNewTabEditorConsole.png</file>
<file>themes/default/console/iconCloseTabEditorConsole.png</file>
<file>themes/default/console/iconRestoreTabsConsole.png</file>
<file>themes/default/console/iconFileTabsMenuConsole.png</file>
<file>themes/default/console/iconShowEditorConsole.png</file>
<file>themes/default/console/iconSaveAsConsole.png</file>
<file>themes/default/console/iconCutEditorConsole.png</file>
<file>themes/default/console/iconCopyEditorConsole.png</file>
<file>themes/default/console/iconPasteEditorConsole.png</file>
<file>themes/default/console/iconRunScriptConsole.png</file>
<file>themes/default/console/iconCommentEditorConsole.png</file>
<file>themes/default/console/iconUncommentEditorConsole.png</file>
<file>themes/default/extents.png</file>
<file>themes/default/favourites.png</file>
<file>themes/default/geographic.png</file>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions python/console/CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ SET(PY_CONSOLE_FILES
console_help.py
console_settings.py
console_output.py
console_editor.py
__init__.py
)

Expand Down
470 changes: 346 additions & 124 deletions python/console/console.py

Large diffs are not rendered by default.

0 comments on commit 0d0fd3b

Please sign in to comment.