diff --git a/resources/context_help/PythonConsole b/resources/context_help/PythonConsole deleted file mode 100644 index 1554b9d227c..00000000000 --- a/resources/context_help/PythonConsole +++ /dev/null @@ -1,161 +0,0 @@ -

Python Console for QGIS

-Console
-Editor
-Settings

- - - - -
-The QGIS Python Console is an interactive shell for the python command executions. -It also has a python file editor that allows you to edit and save your python scripts. -Both console and editor are based on PyQScintilla2 package.
-The console is split in two main panes, top and bottom one -resizable by using the horizontal splitter. Output area pane is a widget read-only which -shows the commands output. You can drag and drop or copy and paste text into input area and -execute code snippets from the output pane by selecting some text and clicking on the - command from the context menu. -No matter if selected text contains the interpreter prompt (>>>, ...). Input area pane is the interactive -python shell for input commands.
To access to the python file editor use the - button -from the toolbar. The editor allows editing and saving python files and it offers basic functionality -for managing your code (comment and -uncomment code, check syntax, share the code via codepad.org and much more). -

-
- -

Console

-
-Main features: - - - - - -
-
    -
  • Code completion, highlighting syntax and calltips for the following APIs: -
      -
    1. Python
    2. -
    3. PyQGIS
    4. -
    5. PyQt4
    6. -
    7. QScintilla2
    8. -
    9. osgeo-gdal-ogr
    10. -
    -
  • -
    -
  • to view the auto-completion list.
  • -
    -
  • to view the command history list.
  • -
    -
  • Execute code snippets with the command from output pane.
  • -
    -
  • Open QGIS API documentation by typing .
  • -
    -
  • Open PyQGIS Cookbook by typing .
  • -
    -
  • Save and clear the command history accessing from context menu of input pane. -The history will be saved into the file ~/.qgis3/console_history.txt
  • -
    -
-
-Toolbar: -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Clear python console
Import Processing class
Import PyQt4.QtCore class
Tool to import PyQt4.QtGui class
Run command (like Enter key pressed)
Settings
Help
- -

Editor

-
-Main features: - - - - - -
- - - -
    -
  • Code completion, highlighting syntax and calltips for the following APIs: -
      -
    1. Python
    2. -
    3. PyQGIS
    4. -
    5. PyQt4
    6. -
    7. QScintilla2
    8. -
    9. osgeo-gdal-ogr
    10. -
    -
  • -
    -
  • to view the auto-completion list.
  • -
    -
  • Sharing code snippets via codepad.org.
  • -
    -
  • Syntax check.
  • -
    -
  • Object inspector: a class and function browser.
  • -
    -
  • Go to an object definition with a mouse click. (from Object inspector)
  • -
    -
  • Execute code snippets with the command.
  • -
    -
  • Execute the whole script with the command -(this creates a byte-compiled file with the extension .pyc)
  • -
    -
-
- -

Settings

-
-Further settings for python console: - -

-Note: To save the state of console's widgets you have to close the Python Console -from the close button. This allows you to save the geometry to be restored to the next start. -

diff --git a/resources/context_help/QgsGenericProjectionSelector b/resources/context_help/QgsGenericProjectionSelector deleted file mode 100644 index 6a01331bfa8..00000000000 --- a/resources/context_help/QgsGenericProjectionSelector +++ /dev/null @@ -1,18 +0,0 @@ -

Coordinate Reference System Selector

- -

- The Coordinate Reference System Selector allows you to set the projection for - the current layer. -

-

- You can find a coordinate system by entering its name, EPSG code or the QGIS ID - into the text field. The list of recently used - coordinate systems are available at the top for quick access. -

-

- When operating across layers, for example, computing intersections between - two layers, it is important that both layers have the same CRS. To change the - projection of an existing layer, it is insufficient to simply change the CRS - in that layer's properties. Instead you must save the layer as a new layer, - and choose the desired CRS for the new layer. -

diff --git a/resources/context_help/QgsNewOgrConnection b/resources/context_help/QgsNewOgrConnection deleted file mode 100644 index 083af101086..00000000000 --- a/resources/context_help/QgsNewOgrConnection +++ /dev/null @@ -1 +0,0 @@ -

New OGR Database Connection Dialog

diff --git a/resources/context_help/QgsStyleV2ManagerDialog b/resources/context_help/QgsStyleV2ManagerDialog deleted file mode 100644 index 97fc94e954d..00000000000 --- a/resources/context_help/QgsStyleV2ManagerDialog +++ /dev/null @@ -1 +0,0 @@ -

Style Manager