Skip to content
Permalink
Browse files
[FEATURE] Side Editor for Python Console
  • Loading branch information
slarosa committed Apr 16, 2013
1 parent 5875d5a commit 69dc6ac
Show file tree
Hide file tree
Showing 12 changed files with 950 additions and 227 deletions.
@@ -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>
@@ -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>
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.
@@ -9,6 +9,7 @@ SET(PY_CONSOLE_FILES
console_help.py
console_settings.py
console_output.py
console_editor.py
__init__.py
)

0 comments on commit 69dc6ac

Please sign in to comment.