Salvatore Larosa
f21562c86f
[pyqgis-console] fixes #9097 (thanks to Minoru Akagi)
2013-12-02 08:05:06 +01:00
Salvatore Larosa
dcfccbc758
[pyqgis-console] avoid processEvents for stderr output
2013-12-02 08:05:06 +01:00
Salvatore Larosa
a411e79fa7
[pyqgis-console] add save button to history dialog, minor fixes for c38b8cb
2013-11-02 18:40:26 +01:00
Salvatore Larosa
5f916b4009
[pyqgis-console] fixes some translation string
2013-11-02 18:40:26 +01:00
Salvatore Larosa
c4b5812cf9
[pyqgis-console] allows to remove entries from command history dialog
2013-11-02 18:40:26 +01:00
Juergen E. Fischer
ec0f0bea28
indentation update and a few fixed typos
2013-10-24 15:26:39 +02:00
Salvatore Larosa
9de5745520
[pyqgis-console] Sets minimum height for input area based of font metric
2013-10-03 11:09:18 +02:00
Salvatore Larosa
049edb2b10
[pyqgis-console] added more settings for fonts color
2013-09-19 13:17:13 +02:00
Salvatore Larosa
2d728d7f4c
[pyqgis-console] reject changes in settings if they are not applied
2013-09-17 00:12:22 +02:00
Salvatore Larosa
dc1824f560
[pyqgis-console] added some typing setting:
...
- auto insertion "import" string
- auto insertion "):" for classes and methods
2013-09-15 23:31:46 +02:00
Salvatore Larosa
d8b8089e38
[pyqgis-console] allows to set font color in python lexer
2013-09-14 13:49:01 +02:00
Salvatore Larosa
28dbe74ba5
[pyqgis-console] fix undo/redo actions when autocompletion bracket is enabled
2013-09-09 01:18:09 +02:00
Salvatore Larosa
aebf27eb0e
[pyqgis-console] fix autocompletion in editor after 6e19748
2013-09-08 23:56:26 +02:00
Juergen E. Fischer
668a44f81a
indentation update
2013-09-03 21:59:14 +02:00
Larry Shaffer
6e197484ed
[pyqgis-console] Fix build error. Revert adding of qsci-pap-master target
...
- Leave only qsci-pap-src target for updating default pyqgis.pap in source tree
- Mark WITH_QSCIAPI as advanced in CMake, since it mostly a dev function
2013-08-31 14:05:08 -06:00
Salvatore Larosa
460b00786a
[pyqgis-console] adds a "\n" at the end of the header text if it has not been inserted from translators
2013-08-31 17:44:21 +02:00
Larry Shaffer
dc4628599e
[pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion
...
- Run 'make;make qsci-pap-src; make install' to update the default .pap file in source tree
- Run 'make;make qsci-pap-master[; make install]' for local-only .pap that overrides the default .pap (when testing new bindings)
- Update console to override default .pap if master.pap is available
- Include new qgis.core.NULL attribute defined in <src>/python/__init__.py for QPyNullVariant comparisons
- Update 11-month-old default .pap
2013-08-30 13:12:38 -06:00
Salvatore Larosa
b99d51d7cd
[pyqgis-console] avoids IndexError when attempts to run unselected code by keybinding Ctrl+E
2013-08-30 12:22:29 +02:00
Salvatore Larosa
c2310fdbdb
[pyqgis-console] small fix for autocompletion bracket, also sets to False the default setting
2013-08-27 13:21:53 +02:00
Salvatore Larosa
8dc013117f
[pyqgis-console] sextante => processing renaming: followup ec82b52
2013-08-22 17:25:29 +02:00
Alexander Bruy
ec82b52d88
update console for sextante renaming
2013-08-20 12:04:46 +03:00
Salvatore Larosa
2b2e452ba9
[pyqgis-console] fixes translation strings: avoids UnicodeEncode error
2013-08-10 15:04:58 +02:00
Salvatore Larosa
577a72baf5
[pyqgis-console] more encoding fix.
2013-08-10 01:27:11 +02:00
Salvatore Larosa
d821bcc31b
[pyqgis-console] encoding to utf-8 when open or save a script file: again fixes for non-ascii chars
2013-08-07 16:38:40 +02:00
Salvatore Larosa
07c524a928
[pyqgis-console] small fix for non-ascii chars
2013-08-07 14:07:14 +02:00
Salvatore Larosa
3644402bc7
[pyqgis-console][ fix #8392 ] automatically removes the redundant char when autoclosing brackets option is enabled
2013-08-02 15:42:55 +02:00
Alexander J. Dunlap
3aad6df8cc
Update console_output.py
...
Call QCoreApplication.processEvents() after writing to Python console, enabling incremental output from Python scripts. Fixes #8343 .
2013-07-30 13:06:51 -06:00
Salvatore Larosa
8b415708b1
[pyqgis-console] remove unused code
2013-07-28 22:50:00 +02:00
Juergen E. Fischer
5d3223127d
sync qgsrasterblock sip (followup eaa27aa4f)
2013-07-22 17:20:56 +02:00
Nathan Woodrow
d0d2511d13
Auto save Python script file
2013-07-22 08:49:08 +10:00
Nathan Woodrow
1b63204921
Don't show messagebar for syntax check. No need
2013-07-14 09:36:05 +10:00
Nathan Woodrow
e394cfb4fd
Use exec file for python console
2013-07-14 09:36:04 +10:00
Nathan Woodrow
272400e30d
Use positional for str.format(). Fix #8277
2013-07-12 22:03:48 +10:00
Salvatore Larosa
c735d1a068
[pyqgis-console][ fixes #8230 ] adds a missing default value in settings
2013-07-08 15:46:40 +02:00
Nathan Woodrow
36e1b3b19d
Fix python console for Python 2.6
2013-06-15 20:50:17 +10:00
Salvatore Larosa
57cb57537e
Merge pull request #619 from slarosa/generate_pap
...
[FEATURE] Module to generate prepared APIs file for call tips and auto-completion in Python Console
2013-06-11 17:24:02 -07:00
Salvatore Larosa
1bfa97091c
[pyqgis-console] improving to auto closing bracket
2013-06-11 20:01:59 +02:00
Salvatore Larosa
12fcea167a
[pyqgis-console] removes console/help folder:
...
it is no longer necessary, now it is into context help
2013-06-11 18:24:16 +02:00
Salvatore Larosa
a415950d63
[pyqgis-console] another updating to new SIP API
2013-06-11 18:20:26 +02:00
Salvatore Larosa
3b4dfd724d
[FEATURE] [pyqgis-console] Module to generate prepared APIs for calltips and auto-completion
2013-06-11 14:16:58 +02:00
Salvatore Larosa
780772f37c
[pyqgis-console] fixes for the new SIP APIs
2013-06-08 23:34:50 +02:00
Nathan Woodrow
e6f98362dc
Merge master
2013-06-08 15:59:04 +10:00
Salvatore Larosa
8201335835
[pyqgis-console] update help
...
- shows help at the first launch of the console
2013-06-03 18:51:34 +02:00
Salvatore Larosa
24bffbf262
[pyqgis-console] shows info messages also for temporary scripts
2013-05-31 23:46:53 +02:00
Salvatore Larosa
085f636962
[pyqgis-console] set default value for splitters state
2013-05-29 23:51:26 +02:00
Salvatore Larosa
b1843de774
[pyqgis-console] again more upadte for sip api v2
2013-05-29 23:23:17 +02:00
Salvatore Larosa
bc726dcbb5
more update to console for sipapiv2
2013-05-29 17:30:12 +02:00
Matthias Kuhn
a0b451593f
Set default values for python console settings
2013-05-29 15:02:28 +02:00
Nathan Woodrow
17d424340e
Start sipapi update
2013-05-29 22:08:16 +10:00
Salvatore Larosa
35489cc174
[pyqgis-console] changes and cleans up some icon
2013-05-25 00:30:23 +02:00