[Gammaray-commits] [KDAB/GammaRay] 53902c: Add syntax highlighting to the resource browser te...
Volker Krause
volker.krause at kdab.com
Tue Sep 27 19:59:44 CEST 2016
Branch: refs/heads/wip/code-editor
Home: https://github.com/KDAB/GammaRay
Commit: 53902c29462fa949ece584182f05f173f6e085f1
https://github.com/KDAB/GammaRay/commit/53902c29462fa949ece584182f05f173f6e085f1
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M CMakeLists.txt
M config-gammaray.h.cmake
M ui/CMakeLists.txt
A ui/codeeditor/codeeditor.cpp
A ui/codeeditor/codeeditor.h
M ui/tools/resourcebrowser/resourcebrowserwidget.cpp
M ui/tools/resourcebrowser/resourcebrowserwidget.ui
Log Message:
-----------
Add syntax highlighting to the resource browser text view
Commit: a1036827e67113fdfd2c055b9239e1c627e03d3d
https://github.com/KDAB/GammaRay/commit/a1036827e67113fdfd2c055b9239e1c627e03d3d
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M ui/CMakeLists.txt
M ui/codeeditor/codeeditor.cpp
M ui/codeeditor/codeeditor.h
A ui/codeeditor/codeeditorsidebar.cpp
A ui/codeeditor/codeeditorsidebar.h
Log Message:
-----------
Add line number side bar
Commit: 38537f61144820cc22efa60b280b0e6f6a0a5c69
https://github.com/KDAB/GammaRay/commit/38537f61144820cc22efa60b280b0e6f6a0a5c69
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M ui/codeeditor/codeeditor.cpp
M ui/codeeditor/codeeditor.h
Log Message:
-----------
Highlight current line
Makes it easier to find the right spot when using code navigation.
Commit: 3aced2854659d351874f9d5019d81bb126cafda5
https://github.com/KDAB/GammaRay/commit/3aced2854659d351874f9d5019d81bb126cafda5
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M ui/codeeditor/codeeditor.cpp
M ui/codeeditor/codeeditor.h
Log Message:
-----------
Allow to manually select a different syntax definition for highlighting
Commit: 8b6310beae71017e25d083f0126f2617fcc72332
https://github.com/KDAB/GammaRay/commit/8b6310beae71017e25d083f0126f2617fcc72332
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M ui/codeeditor/codeeditor.cpp
M ui/codeeditor/codeeditor.h
Log Message:
-----------
Share the syntax highlighting repository between all instance
Loading the repository is expensive, so we should only have one.
Commit: 4b98bbcefde605b8f68be0ab32c59a5f353a7920
https://github.com/KDAB/GammaRay/commit/4b98bbcefde605b8f68be0ab32c59a5f353a7920
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M plugins/quickinspector/materialextension/materialtab.cpp
M plugins/quickinspector/materialextension/materialtab.ui
M ui/codeeditor/codeeditor.cpp
M ui/codeeditor/codeeditor.h
Log Message:
-----------
Add syntax highlighting to the QQ2 material inspector
Compare: https://github.com/KDAB/GammaRay/compare/7b420ebdb9a7...4b98bbcefde6
More information about the Gammaray-commits
mailing list