]> SALOME platform Git repositories - modules/gui.git/commit - src/PyViewer/PyViewer_Settings.cxx
Salome HOME
PyEditor: introduce auto-completion feature
authorstv <sergey.telkov@opencascade.com>
Wed, 24 May 2017 10:50:33 +0000 (13:50 +0300)
committerstv <sergey.telkov@opencascade.com>
Wed, 24 May 2017 10:50:33 +0000 (13:50 +0300)
commit0cba7a96b2b1a43c3ad029b375cffcee118a1aa4
tree50290917c5de17636765486c87efa3590f006d7e
parent9976d744ad1a0895ed287977ffea974d7795842d
PyEditor: introduce auto-completion feature
21 files changed:
src/LightApp/resources/LightApp.xml
src/PyViewer/PyViewer_Settings.cxx
tools/PyEditor/src/CMakeLists.txt
tools/PyEditor/src/PyEditor_Completer.cxx [new file with mode: 0644]
tools/PyEditor/src/PyEditor_Completer.h [new file with mode: 0644]
tools/PyEditor/src/PyEditor_Editor.cxx
tools/PyEditor/src/PyEditor_Editor.h
tools/PyEditor/src/PyEditor_Keywords.cxx [new file with mode: 0644]
tools/PyEditor/src/PyEditor_Keywords.h [new file with mode: 0644]
tools/PyEditor/src/PyEditor_PyHighlighter.cxx
tools/PyEditor/src/PyEditor_PyHighlighter.h
tools/PyEditor/src/PyEditor_Settings.cxx
tools/PyEditor/src/PyEditor_Settings.h
tools/PyEditor/src/PyEditor_SettingsDlg.cxx
tools/PyEditor/src/PyEditor_SettingsDlg.h
tools/PyEditor/src/PyEditor_StdSettings.cxx
tools/PyEditor/src/python/PyEditorPy.sip
tools/PyEditor/src/resources/about.txt
tools/PyEditor/src/resources/translations/PyEditor_msg_en.ts
tools/PyEditor/src/resources/translations/PyEditor_msg_fr.ts
tools/PyEditor/src/resources/translations/PyEditor_msg_ja.ts