mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +02:00
IDE: Added list of recorded editor macros (fixed icon)
git-svn-id: trunk@37720 -
This commit is contained in:
parent
2dfbcd88d3
commit
204c6e854c
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5109,6 +5109,7 @@ images/sourceeditor/InactiveBreakPoint.png -text
|
|||||||
images/sourceeditor/InvalidBreakPoint.png -text
|
images/sourceeditor/InvalidBreakPoint.png -text
|
||||||
images/sourceeditor/InvalidDisabledBreakPoint.png -text svneol=unset#image/png
|
images/sourceeditor/InvalidDisabledBreakPoint.png -text svneol=unset#image/png
|
||||||
images/sourceeditor/MultiBreakPoint.png -text
|
images/sourceeditor/MultiBreakPoint.png -text
|
||||||
|
images/sourceeditor/Record.png -text
|
||||||
images/sourceeditor/UnknownBreakPoint.png -text
|
images/sourceeditor/UnknownBreakPoint.png -text
|
||||||
images/sourceeditor/UnknownDisabledBreakPoint.png -text svneol=unset#image/png
|
images/sourceeditor/UnknownDisabledBreakPoint.png -text svneol=unset#image/png
|
||||||
images/sourceeditor/bookmark0.png -text
|
images/sourceeditor/bookmark0.png -text
|
||||||
|
@ -193,7 +193,7 @@ begin
|
|||||||
btnSelect.Caption := lisMenuSelect;
|
btnSelect.Caption := lisMenuSelect;
|
||||||
btnRename.Caption := lisRename2;
|
btnRename.Caption := lisRename2;
|
||||||
lbRecordedView.SmallImages := IDEImages.Images_16;
|
lbRecordedView.SmallImages := IDEImages.Images_16;
|
||||||
FImageRec := IDEImages.LoadImage(16, 'ActiveBreakPoint'); // red dot
|
FImageRec := IDEImages.LoadImage(16, 'Record'); // red dot
|
||||||
FImagePlay := IDEImages.LoadImage(16, 'menu_run'); // green triangle
|
FImagePlay := IDEImages.LoadImage(16, 'menu_run'); // green triangle
|
||||||
FImageSel := IDEImages.LoadImage(16, 'arrow_right');
|
FImageSel := IDEImages.LoadImage(16, 'arrow_right');
|
||||||
|
|
||||||
|
@ -419,3 +419,22 @@ LazarusResources.Add('tsynsyncroedit','PNG',[
|
|||||||
+#173'&'#7#176'Q'#208'!%{'#24#231#26'r'#244';d'#246'?!n'#157','#252#141#200'p'
|
+#173'&'#7#176'Q'#208'!%{'#24#231#26'r'#244';d'#246'?!n'#157','#252#141#200'p'
|
||||||
+#0#0#0#0'IEND'#174'B`'#130
|
+#0#0#0#0'IEND'#174'B`'#130
|
||||||
]);
|
]);
|
||||||
|
LazarusResources.Add('Record','PNG',[
|
||||||
|
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#11#0#0#0#11#8#2#0#0#0'&'#206#224'q'
|
||||||
|
+#0#0#0#6'tRNS'#0#0#0#0#0#0'n'#166#7#145#0#0#0#9'pHYs'#0#0#14#196#0#0#14#196#1
|
||||||
|
+#149'+'#14#27#0#0#1'IIDATx'#218'='#143#203'J'#2'Q'#0#134#255'9s'#198#188'f)'
|
||||||
|
+#154#217#5#169#144#148#22#225'bL'#136#218#4'A'#15#16#180'i'#209#11#180#234'a'
|
||||||
|
+#162'u'#16'T'#139'v'#189#129'e'#130#136'v'#193#136#164#155'yF'#157#9'o'#147
|
||||||
|
+'3'#158'i1'#213#183#253'o'#252#2#0#0#218#221#189#227#241'F'#127#170'p'#173')'
|
||||||
|
+#134'"'#206#133'd'''#158#9#205'O'#3#16#0'4.N'#133#219'+'#174'5'#173#225#16
|
||||||
|
+#156'C'#20#1#136#19'3'#134#188#25'Y_'#163#173'Baxvh'#190'U-'#0'D'#132' '#192
|
||||||
|
+#178#190#138#165'1Y'#166#162#164#22'K'#148'd/'#245#151#170#217'T'#240#7#231
|
||||||
|
+#130'3'#28#6'`V'#202'ZK'#165#157'\'#214'T'#26#246#220'?='#181#13'TA'#132#238
|
||||||
|
+#235#7#213'k'#159#166#194#236#16#0#157'1'#0#144'\:c'#224#252#219#233#165#150
|
||||||
|
+#199#207'['#170'-p'#201'E'#0'.'#185#0't'#153#230#158#138'Z'#14'7'#241#173#172
|
||||||
|
+'r'#147#219#5#196#232#3#232#191#215#6'L!'#176#200#168#223'#g'#8#223#216#150
|
||||||
|
+#230#226'='#166#218#166'.'#211#0#24#157#30#0#178#184#28#220';'#160#209'T'#226
|
||||||
|
+#249#228#28#254#241#193'C'#217'TUP'#7#241'zG'#2#1'i)%n'#237'L&c'#191#23#234
|
||||||
|
+#215#249#250#241'Q;'#159'3X'#221'1'#27#243#165#211#193#221#253'h"'#6#224#7
|
||||||
|
+#129#231#142#166'b'#133#132#202#0#0#0#0'IEND'#174'B`'#130
|
||||||
|
]);
|
||||||
|
@ -15,4 +15,5 @@ sourceeditor/InvalidDisabledBreakPoint.png
|
|||||||
sourceeditor/MultiBreakPoint.png
|
sourceeditor/MultiBreakPoint.png
|
||||||
sourceeditor/UnknownBreakPoint.png
|
sourceeditor/UnknownBreakPoint.png
|
||||||
sourceeditor/UnknownDisabledBreakPoint.png
|
sourceeditor/UnknownDisabledBreakPoint.png
|
||||||
sourceeditor/tsynsyncroedit.png
|
sourceeditor/tsynsyncroedit.png
|
||||||
|
sourceeditor/Record.png
|
BIN
images/sourceeditor/Record.png
Normal file
BIN
images/sourceeditor/Record.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 B |
Loading…
Reference in New Issue
Block a user