]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
PyEditor: implement Find/Replace feature V8_3_asterstudy_v0.8.3
authorvsr <vsr@opencascade.com>
Tue, 13 Jun 2017 06:37:06 +0000 (09:37 +0300)
committervsr <vsr@opencascade.com>
Tue, 13 Jun 2017 08:40:15 +0000 (11:40 +0300)
commit567efd9864811a8eb7de02faa4e3f76f29f66d9c
tree69ccfc25c0e94b66279dcca6d1d14fd699120821
parent7ef20cac1dc31ab3ec398fedff3a0567e8f6ebf0
PyEditor: implement Find/Replace feature
- Show Find and Replace items in popup menu
+ Export set/get settings in PyEditor_Widget class
+ Properly handle <Escape> key press event
+ Export set / get font preference option into Python API (SalomePyQt)
+ Change shortcuts for File/Preferences and File/Properties actions
14 files changed:
src/LightApp/LightApp_Application.cxx
src/PyViewer/PyViewer_ViewWindow.cxx
src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx
src/SALOME_PYQT/SalomePyQt/SalomePyQt.h
src/SALOME_PYQT/SalomePyQt/SalomePyQt.sip
src/SalomeApp/SalomeApp_Application.cxx
tools/PyEditor/src/PyEditor_Editor.cxx
tools/PyEditor/src/PyEditor_Editor.h
tools/PyEditor/src/PyEditor_FindTool.cxx
tools/PyEditor/src/PyEditor_FindTool.h
tools/PyEditor/src/PyEditor_Widget.cxx
tools/PyEditor/src/PyEditor_Widget.h
tools/PyEditor/src/PyEditor_Window.cxx
tools/PyEditor/src/python/PyEditorPy.sip