]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Improve Python editor (including fixing PAL7231) as follows:
authorvsr <vsr@opencascade.com>
Mon, 10 Jan 2005 09:04:06 +0000 (09:04 +0000)
committervsr <vsr@opencascade.com>
Mon, 10 Jan 2005 09:04:06 +0000 (09:04 +0000)
commitdcb7d40d4de8d5500415e182020655fba3e43ae6
tree1bc6c81449990498f53ee8a770f5958218cee4b0
parent9ac773157378f59076feb7e64053b716023ba85b
Improve Python editor (including fixing PAL7231) as follows:
1) process keyboard actions for the following keys: <up>, <down>, <left>, <right>, <pgup>, <pgdown>, <home>, <end>, <delete>, <backspace>, <insert> with different key-modifiers like <Ctrl>, <Shift>.
2) process pasting of selected text to the command line by middle-button mouse click (works also for external selection).
3) process drop event: paste dragged text to the command line.

See PAL7231 additional comments from 10/01/05 for more details.
src/SALOMEGUI/PyInterp_base.cxx
src/SALOMEGUI/QAD_PyEditor.cxx
src/SALOMEGUI/QAD_PyEditor.h