]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
PyConsole: error messages printed in red in the console.
authorbruneton <bruneton>
Thu, 4 Apr 2013 10:41:41 +0000 (10:41 +0000)
committerbruneton <bruneton>
Thu, 4 Apr 2013 10:41:41 +0000 (10:41 +0000)
commit09e5432ca6312573ec75e70d582ced1d6b52109b
tree4a47bad33395e59fccf97537bef1fe3840b61d00
parent36edb10d669953811e25a6769dd460bc0d63ec5a
PyConsole: error messages printed in red in the console.
Also re-organized the code to prepare auto-completion.
15 files changed:
src/PyConsole/CMakeLists.txt
src/PyConsole/PyConsole_Editor.cxx
src/PyConsole/PyConsole_Editor.h
src/PyConsole/PyConsole_Event.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Event.h [new file with mode: 0644]
src/PyConsole/PyConsole_Request.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Request.h [new file with mode: 0644]
src/PyInterp/CMakeLists.txt
src/PyInterp/PyInterp_Dispatcher.cxx
src/PyInterp/PyInterp_Dispatcher.h
src/PyInterp/PyInterp_Event.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Event.h [new file with mode: 0644]
src/PyInterp/PyInterp_Request.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Request.h [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/CMakeLists.txt