ide/CodeEditor: Customizable color scheme support
authorJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 12:56:10 +0000 (08:56 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 12:56:10 +0000 (08:56 -0400)
commit84e623c3cb902d941ac9967bcf91767bae8f128b
treee66b1c8fb2aecc3ba7421041c0cc8594082c636e
parent69297d7aa26ee44acac48dd9675c4bc3e1a4b745
ide/CodeEditor: Customizable color scheme support
- Includes 4 built-in color schemes
- Also added Truncate file on opening config files in readWrite mode
12 files changed:
ide/src/IDESettings.ec
ide/src/designer/CodeEditor.ec
ide/src/designer/Sheet.ec
ide/src/dialogs/FontPicker.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/ide.ec
ide/src/panels/BreakpointsView.ec
ide/src/panels/CallStackView.ec
ide/src/panels/OutputView.ec
ide/src/panels/ThreadsView.ec
ide/src/panels/WatchesView.ec
ide/src/project/ProjectView.ec