mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
This isn't exposed in the GUI, but allows users to set a specific editor command to use when opening Python files in the external editor. Use the token <file> to insert the filename, <line> to insert line number, and <col> to insert the column number. Eg: QgsSettings().setValue( 'gui/code-editor/python/external-editor', 'kate -l <line> -c <col> "<file>"')