14 Commits

Author SHA1 Message Date
wonder
45d5d87d46 python console: another fix for pasting
git-svn-id: http://svn.osgeo.org/qgis/trunk@15675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-05 13:50:24 +00:00
wonder
91f7365911 Python console: do not run the last line of the pasted code.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15585 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-23 20:29:32 +00:00
wonder
f373836922 Added clearConsole() to Python console. Contributed by Nathan Woodrow - thanks!
git-svn-id: http://svn.osgeo.org/qgis/trunk@14999 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-05 23:32:29 +00:00
wonder
1fa7abb75e Docking of Python console - contributed by Nathan Woodrow - with some improvements.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14998 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-05 23:26:18 +00:00
gsherman
e8e8bd607a Revert "Adding docking support to python console"
This reverts commit f371465e122e525e3e3b10038090bb29be0d0ab7.

git-svn-id: http://svn.osgeo.org/qgis/trunk@14996 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-05 04:43:34 +00:00
gsherman
1859838e80 Adding docking support to python console
git-svn-id: http://svn.osgeo.org/qgis/trunk@14994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-05 04:43:23 +00:00
borysiasty
8cec74192e fix #2874
git-svn-id: http://svn.osgeo.org/qgis/trunk@13986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-30 13:24:13 +00:00
jef
1541ff5225 update permissions
git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 18:52:30 +00:00
wonder
a25fc30e9a More portable selection of monospaced font
git-svn-id: http://svn.osgeo.org/qgis/trunk@13422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-04 12:48:59 +00:00
wonder
22cabce51e Python console: basic syntax highlighting (prompt, errors)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-10 19:03:27 +00:00
wonder
16983a8531 Fixed few problems in console:
- pressing enter if the cursor was not at the end
- ctrl+shift to select words didn't work


git-svn-id: http://svn.osgeo.org/qgis/trunk@12858 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-01 19:10:15 +00:00
wonder
2d2ffdaeee use monospaced font in python console
git-svn-id: http://svn.osgeo.org/qgis/trunk@12731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-11 00:13:57 +00:00
wonder
e4d0a3f552 [FEATURE] new python console implementation.
Simpler, easier and better :-)


git-svn-id: http://svn.osgeo.org/qgis/trunk@12727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-10 11:14:46 +00:00
wonder
e4c860e22e Converted Python console from C++ to Python.
This cleans python support a bit and makes a starting point for further improvements of the console.

It's possible to run the console also outside QGIS:

import qgis.console
qgis.console.show_console()



git-svn-id: http://svn.osgeo.org/qgis/trunk@12725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-10 00:10:23 +00:00