the editor unindents now on pressing }. have fun!

- fixed bugs... lalala
- updated debug-list
- fixed comment-bug
- now final edition...
This commit is contained in:
Christian Hammacher
2005-07-22 22:21:16 +00:00
parent 911e2ecefe
commit 25f1870020
4 changed files with 29 additions and 13 deletions

View File

@ -215,6 +215,8 @@ begin
TSciStyle(Items[4]).ForeColor := frmSettings.cboKeywords.Selected;
TSciStyle(Items[5]).ForeColor := frmSettings.cboComments.Selected;
TSciStyle(Items[6]).ForeColor := TSciStyle(Items[2]).ForeColor;
TSciStyle(Items[7]).ForeColor := frmSettings.cboComments.Selected;
TSciStyle(Items[8]).ForeColor := frmSettings.cboComments.Selected;
end;
frmMain.sciEditor.Caret.LineBackColor := frmSettings.cboActiveLine.Selected;