IDE: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE. Therefore 75% is now 11x11 instead of (more correct) 12x12
git-svn-id: trunk@58690 -
8
.gitattributes
vendored
@ -8250,13 +8250,6 @@ images/sourceeditor/bookmark9.png -text
|
|||||||
images/sourceeditor/bookmark9_150.png -text
|
images/sourceeditor/bookmark9_150.png -text
|
||||||
images/sourceeditor/bookmark9_200.png -text
|
images/sourceeditor/bookmark9_200.png -text
|
||||||
images/sourceeditor/bookmark9_300.png -text
|
images/sourceeditor/bookmark9_300.png -text
|
||||||
images/sourceeditor/state11x11_error.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_fatal.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_hint.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_information.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_note.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_unknown.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/state11x11_warning.png -text svneol=unset#image/png
|
|
||||||
images/sourceeditor/tsynsyncroedit.png -text
|
images/sourceeditor/tsynsyncroedit.png -text
|
||||||
images/splash_logo.bat svneol=native#text/x-msdos-program
|
images/splash_logo.bat svneol=native#text/x-msdos-program
|
||||||
images/splash_logo.png -text svneol=unset#image/png
|
images/splash_logo.png -text svneol=unset#image/png
|
||||||
@ -8279,6 +8272,7 @@ images/states/state_note.png -text svneol=unset#image/png
|
|||||||
images/states/state_note_75.png -text
|
images/states/state_note_75.png -text
|
||||||
images/states/state_unit_circular_reference.png -text svneol=unset#image/png
|
images/states/state_unit_circular_reference.png -text svneol=unset#image/png
|
||||||
images/states/state_unknown.png -text svneol=unset#image/png
|
images/states/state_unknown.png -text svneol=unset#image/png
|
||||||
|
images/states/state_unknown_75.png -text
|
||||||
images/states/state_warning.png -text svneol=unset#image/png
|
images/states/state_warning.png -text svneol=unset#image/png
|
||||||
images/states/state_warning_75.png -text
|
images/states/state_warning_75.png -text
|
||||||
images/template.png -text svneol=unset#image/png
|
images/template.png -text svneol=unset#image/png
|
||||||
|
@ -554,7 +554,7 @@ begin
|
|||||||
FImgList:=TLCLGlyphs.Create(Self);
|
FImgList:=TLCLGlyphs.Create(Self);
|
||||||
FImgList.Width := 11;
|
FImgList.Width := 11;
|
||||||
FImgList.Height := 11;
|
FImgList.Height := 11;
|
||||||
FImgList.RegisterResolutions([11, 16, 22, 33], [100, 150, 200, 300]);
|
FImgList.RegisterResolutions([11, 16, 22, 33], [75, 100, 150, 200]); // if *_75 needs to be 12 pixel then make this 74
|
||||||
|
|
||||||
// synedit expects the first 10 icons for the bookmarks
|
// synedit expects the first 10 icons for the bookmarks
|
||||||
for i in TBookmarkNumRange do
|
for i in TBookmarkNumRange do
|
||||||
@ -586,11 +586,11 @@ begin
|
|||||||
FSourceLineImg:=AddImage('debugger_source_line');
|
FSourceLineImg:=AddImage('debugger_source_line');
|
||||||
|
|
||||||
ExtToolsMarks.ImageList:=ImgList;
|
ExtToolsMarks.ImageList:=ImgList;
|
||||||
ImgIDFatal:=AddImage('state11x11_fatal');
|
ImgIDFatal:=AddImage('state_fatal');
|
||||||
ImgIDError:=AddImage('state11x11_error');
|
ImgIDError:=AddImage('state_error');
|
||||||
ImgIDWarning:=AddImage('state11x11_warning');
|
ImgIDWarning:=AddImage('state_warning');
|
||||||
ImgIDNote:=AddImage('state11x11_note');
|
ImgIDNote:=AddImage('state_note');
|
||||||
ImgIDHint:=AddImage('state11x11_hint');
|
ImgIDHint:=AddImage('state_hint');
|
||||||
ExtToolsMarks.MarkStyles[mluNone].ImageIndex:=-1;
|
ExtToolsMarks.MarkStyles[mluNone].ImageIndex:=-1;
|
||||||
ExtToolsMarks.MarkStyles[mluProgress].ImageIndex:=-1;
|
ExtToolsMarks.MarkStyles[mluProgress].ImageIndex:=-1;
|
||||||
ExtToolsMarks.MarkStyles[mluDebug].ImageIndex:=-1;
|
ExtToolsMarks.MarkStyles[mluDebug].ImageIndex:=-1;
|
||||||
|
@ -56,13 +56,6 @@ sourceeditor/InvalidDisabledBreakPoint_200.png
|
|||||||
sourceeditor/InvalidDisabledBreakPoint_300.png
|
sourceeditor/InvalidDisabledBreakPoint_300.png
|
||||||
sourceeditor/MultiBreakPoint.png
|
sourceeditor/MultiBreakPoint.png
|
||||||
sourceeditor/Record.png
|
sourceeditor/Record.png
|
||||||
sourceeditor/state11x11_error.png
|
|
||||||
sourceeditor/state11x11_fatal.png
|
|
||||||
sourceeditor/state11x11_hint.png
|
|
||||||
sourceeditor/state11x11_information.png
|
|
||||||
sourceeditor/state11x11_note.png
|
|
||||||
sourceeditor/state11x11_unknown.png
|
|
||||||
sourceeditor/state11x11_warning.png
|
|
||||||
sourceeditor/tsynsyncroedit.png
|
sourceeditor/tsynsyncroedit.png
|
||||||
sourceeditor/PendingBreakPoint.png
|
sourceeditor/PendingBreakPoint.png
|
||||||
sourceeditor/PendingBreakPoint_150.png
|
sourceeditor/PendingBreakPoint_150.png
|
||||||
|
@ -669,6 +669,7 @@ states/state_note_75.png
|
|||||||
states/state_note.png
|
states/state_note.png
|
||||||
states/state_not_found.png
|
states/state_not_found.png
|
||||||
states/state_unit_circular_reference.png
|
states/state_unit_circular_reference.png
|
||||||
|
states/state_unknown_75.png
|
||||||
states/state_unknown.png
|
states/state_unknown.png
|
||||||
states/state_warning_75.png
|
states/state_warning_75.png
|
||||||
states/state_warning.png
|
states/state_warning.png
|
||||||
|
Before Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 510 B |
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 510 B |