Nyall Dawson
b7f0770633
Introduce QgsCodeEditorWidget
...
This widget wraps an existing QgsCodeEditor object in a widget which provides
additional standard functionality, currently a line-for-line port of the Python
console script editor search tools.
The caller must create an unparented QgsCodeEditor object
(or a subclass of QgsCodeEditor) first, and then construct a
QgsCodeEditorWidget passing this object to the constructor.
Ideally, this functionality would be added to the base QgsCodeEditor
class itself. But this is NOT possible without considerable API
breakage, as QgsCodeEditor currently inherits the QsciScintilla widget.
We cannot change QgsCodeEditor to inherit a generic QWidget
container containing a QsciScintilla widget + other widgets in
a layout without breaking API. I've added a cleanup note for
QGIS 4.0 here.
2024-05-08 11:56:35 +10:00
..
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-29 06:03:03 +10:00
2023-12-08 03:38:42 +10:00
2024-05-08 11:56:35 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-05-01 13:48:19 +10:00
2024-02-12 12:16:14 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-27 10:15:26 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-05-04 06:30:43 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-03-22 12:40:54 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-29 06:03:03 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-01-22 05:46:15 +10:00
2023-12-08 03:38:42 +10:00
2024-02-19 11:35:07 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-12 12:16:14 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-13 05:36:44 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-03-21 12:33:33 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-03-21 12:33:33 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-13 20:51:03 +10:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2024-02-13 20:51:03 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-03-21 12:33:33 +01:00
2024-01-31 17:16:18 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-13 20:51:03 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-03-27 11:44:00 +10:00
2024-02-17 05:38:14 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-29 06:03:03 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-03-27 11:44:00 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-15 12:39:11 +10:00
2024-03-07 06:32:28 +10:00
2024-02-18 20:57:23 +01:00
2023-12-13 05:36:44 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-13 20:51:03 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-19 20:09:14 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-02-18 20:57:23 +01:00
2024-02-29 06:03:03 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-03-07 06:32:28 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-01-16 13:20:47 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-22 14:00:13 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-13 05:36:44 +10:00
2024-03-18 12:37:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00
2024-02-12 12:16:14 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-04-16 13:12:23 +10:00
2024-02-18 20:46:01 +01:00
2024-02-29 06:03:03 +10:00
2024-04-16 13:12:23 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-03-27 11:44:00 +10:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:46:01 +01:00
2024-02-29 06:03:03 +10:00
2024-02-18 20:46:01 +01:00
2023-12-08 03:38:42 +10:00
2024-02-18 20:57:23 +01:00
2024-02-18 20:57:23 +01:00
2024-02-13 20:51:03 +10:00