]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
PyConsole: new class PyConsole_EnhConsole offering autocompletion.
authorbruneton <bruneton>
Thu, 4 Apr 2013 10:46:11 +0000 (10:46 +0000)
committerbruneton <bruneton>
Thu, 4 Apr 2013 10:46:11 +0000 (10:46 +0000)
commitf9ff17fddea2a3622b4b7a909e51161f8308316f
treedabbd49be15ff5d4ebf007792ec795003b03db66
parent09e5432ca6312573ec75e70d582ced1d6b52109b
PyConsole: new class PyConsole_EnhConsole offering autocompletion.
A new interpreter PyConsole_EnhInterp has also been created for this purpose and the LightApp_PyInterp and SalomeApp_PyInterp have been tweaked accordingly.
20 files changed:
src/LightApp/LightApp_Application.cxx
src/LightApp/LightApp_PyInterp.cxx
src/LightApp/LightApp_PyInterp.h
src/PyConsole/CMakeLists.txt
src/PyConsole/PyConsole_Console.cxx
src/PyConsole/PyConsole_Console.h
src/PyConsole/PyConsole_EnhEditor.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_EnhEditor.h [new file with mode: 0644]
src/PyConsole/PyConsole_EnhInterp.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_EnhInterp.h [new file with mode: 0644]
src/PyConsole/PyConsole_Event.h
src/PyConsole/PyConsole_Request.cxx
src/PyConsole/PyConsole_Request.h
src/PyInterp/PyInterp_Dispatcher.cxx
src/PyInterp/PyInterp_Event.h
src/PyInterp/PyInterp_Request.cxx
src/PyInterp/PyInterp_Request.h
src/SalomeApp/SalomeApp_Application.cxx
src/SalomeApp/SalomeApp_PyInterp.cxx
src/SalomeApp/SalomeApp_PyInterp.h