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

@ -110,12 +110,12 @@ ActiveLang=
ProjectLang= ProjectLang=
RootDir= RootDir=
[Version Info] [Version Info]
IncludeVerInfo=0 IncludeVerInfo=1
AutoIncBuild=0 AutoIncBuild=1
MajorVer=1 MajorVer=2
MinorVer=0 MinorVer=1
Release=0 Release=0
Build=0 Build=2
Debug=0 Debug=0
PreRelease=0 PreRelease=0
Special=0 Special=0
@ -125,12 +125,12 @@ Locale=1031
CodePage=1252 CodePage=1252
[Version Info Keys] [Version Info Keys]
CompanyName=AMX Mod X CompanyName=AMX Mod X
FileDescription= FileDescription=Final
FileVersion=1.0.0.0 FileVersion=2.1.0.2
InternalName= InternalName=
LegalCopyright= LegalCopyright=
LegalTrademarks= LegalTrademarks=
OriginalFilename= OriginalFilename=
ProductName= ProductName=AMXX-Edit v2
ProductVersion=1.0.0.0 ProductVersion=2.1.0.0
Comments= Comments=

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
object frmMain: TfrmMain object frmMain: TfrmMain
Left = 222 Left = 224
Top = 277 Top = 333
Width = 870 Width = 870
Height = 640 Height = 640
Color = clBtnFace Color = clBtnFace
@ -233,7 +233,7 @@ object frmMain: TfrmMain
FontStyles = [] FontStyles = []
ForeColor = clGreen ForeColor = clGreen
CharCase = CASE_MIXED CharCase = CASE_MIXED
Name = 'Line Comment' Name = 'Comment 1'
StyleNumber = 2 StyleNumber = 2
end end
item item
@ -243,6 +243,20 @@ object frmMain: TfrmMain
CharCase = CASE_MIXED CharCase = CASE_MIXED
Name = 'Brackets' Name = 'Brackets'
StyleNumber = 34 StyleNumber = 34
end
item
FontSize = 0
FontStyles = []
CharCase = CASE_MIXED
Name = 'Comment 2'
StyleNumber = 1
end
item
FontSize = 0
FontStyles = []
CharCase = CASE_MIXED
Name = 'Comment 3'
StyleNumber = 3
end> end>
Keywords = < Keywords = <
item item
@ -1555,7 +1569,7 @@ object frmMain: TfrmMain
CommentStreamEnd = '*/' CommentStreamEnd = '*/'
NumStyleBits = 5 NumStyleBits = 5
end> end>
LanguageManager.SelectedLanguage = 'null' LanguageManager.SelectedLanguage = 'SMALL'
FoldDrawFlags = [sciBelowIfNotExpanded] FoldDrawFlags = [sciBelowIfNotExpanded]
KeyCommands = < KeyCommands = <
item item