From 5a7fc8524aa8dada760d1f7af781faa763864142 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 8 Jan 2004 13:43:03 +0000 Subject: [PATCH] fixed codeexplorer lrs git-svn-id: trunk@5027 - --- ide/codeexplorer.lfm | 6 +++--- ide/codeexplorer.lrs | 24 ++++++++++++------------ tools/install/create_lazarus_rpm.sh | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ide/codeexplorer.lfm b/ide/codeexplorer.lfm index 36026db560..84349510aa 100644 --- a/ide/codeexplorer.lfm +++ b/ide/codeexplorer.lfm @@ -29,18 +29,18 @@ object CodeExplorerView: TCodeExplorerView Width = 96 end object CodeTreeview: TTreeView - Align = albottom + Align = ALBOTTOM DefaultItemHeight = 17 + DragCursor = 65524 HideSelection = False Images = Imagelist1 - Indent = 15 ParentCtl3D = False PopupMenu = TreePopupmenu RightClickSelect = True TabOrder = 2 OnDblClick = CodeTreeviewDBLCLICK OnDeletion = CodeTreeviewDELETION - Options = [tvoautoitemheight, tvokeepcollapsednodes, tvorightclickselect, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] + Options = [TVOAUTOITEMHEIGHT, TVOKEEPCOLLAPSEDNODES, TVORIGHTCLICKSELECT, TVOSHOWBUTTONS, TVOSHOWLINES, TVOSHOWROOT, TVOTOOLTIPS] Height = 480 Top = 25 Width = 206 diff --git a/ide/codeexplorer.lrs b/ide/codeexplorer.lrs index 3a44ad7d57..34667f7596 100644 --- a/ide/codeexplorer.lrs +++ b/ide/codeexplorer.lrs @@ -10,16 +10,16 @@ LazarusResources.Add('TCodeExplorerView','FORMDATA',[ +'Order'#2#0#7'OnClick'#7#18'RefreshButtonCLICK'#6'Height'#2#25#5'Width'#2'`' +#0#0#7'TButton'#13'OptionsButton'#7'Enabled'#8#7'Caption'#6#7'Options'#7'Tab' +'Stop'#9#8'TabOrder'#2#1#4'Left'#2'n'#6'Height'#2#25#5'Width'#2'`'#0#0#9'TTr' - +'eeView'#12'CodeTreeview'#5'Align'#7#8'albottom'#17'DefaultItemHeight'#2#17 - +#10'DragCursor'#7#9'crDefault'#13'HideSelection'#8#6'Images'#7#10'Imagelist1' - +#6'Indent'#2#15#11'ParentCtl3D'#8#9'PopupMenu'#7#13'TreePopupmenu'#16'RightC' - +'lickSelect'#9#8'TabOrder'#2#2#10'OnDblClick'#7#20'CodeTreeviewDBLCLICK'#10 - +'OnDeletion'#7#20'CodeTreeviewDELETION'#7'Options'#11#17'tvoautoitemheight' - +#21'tvokeepcollapsednodes'#19'tvorightclickselect'#14'tvoshowbuttons'#12'tvo' - +'showlines'#11'tvoshowroot'#11'tvotooltips'#0#6'Height'#3#224#1#3'Top'#2#25#5 - +'Width'#3#206#0#0#0#10'TImageList'#10'Imagelist1'#4'left'#2'@'#3'top'#2' '#0 - +#0#10'TPopupMenu'#13'TreePopupmenu'#4'left'#2'@'#3'top'#2'H'#0#9'TMenuItem' - +#14'JumpToMenuitem'#7'Caption'#6#14'Jump to source'#7'OnClick'#7#19'JumpToMe' - +'nuitemCLICK'#0#0#9'TMenuItem'#15'RefreshMenuitem'#7'Caption'#6#7'Refresh'#7 - +'OnClick'#7#20'RefreshMenuitemCLICK'#0#0#0#0 + +'eeView'#12'CodeTreeview'#5'Align'#7#8'ALBOTTOM'#17'DefaultItemHeight'#2#17 + +#10'DragCursor'#4#244#255#0#0#13'HideSelection'#8#6'Images'#7#10'Imagelist1' + +#11'ParentCtl3D'#8#9'PopupMenu'#7#13'TreePopupmenu'#16'RightClickSelect'#9#8 + +'TabOrder'#2#2#10'OnDblClick'#7#20'CodeTreeviewDBLCLICK'#10'OnDeletion'#7#20 + +'CodeTreeviewDELETION'#7'Options'#11#17'TVOAUTOITEMHEIGHT'#21'TVOKEEPCOLLAPS' + +'EDNODES'#19'TVORIGHTCLICKSELECT'#14'TVOSHOWBUTTONS'#12'TVOSHOWLINES'#11'TVO' + +'SHOWROOT'#11'TVOTOOLTIPS'#0#6'Height'#3#224#1#3'Top'#2#25#5'Width'#3#206#0#0 + +#0#10'TImageList'#10'Imagelist1'#4'left'#2'@'#3'top'#2' '#0#0#10'TPopupMenu' + +#13'TreePopupmenu'#4'left'#2'@'#3'top'#2'H'#0#9'TMenuItem'#14'JumpToMenuitem' + +#7'Caption'#6#14'Jump to source'#7'OnClick'#7#19'JumpToMenuitemCLICK'#0#0#9 + +'TMenuItem'#15'RefreshMenuitem'#7'Caption'#6#7'Refresh'#7'OnClick'#7#20'Refr' + +'eshMenuitemCLICK'#0#0#0#0 ]); diff --git a/tools/install/create_lazarus_rpm.sh b/tools/install/create_lazarus_rpm.sh index 47dcb7c888..11287a0d57 100644 --- a/tools/install/create_lazarus_rpm.sh +++ b/tools/install/create_lazarus_rpm.sh @@ -16,7 +16,7 @@ if [ "x$FPCRPM" = "x" ]; then fi Date=20$Year$Month$Day -LazVersion=0.9.0.7 +LazVersion=0.9.0.8 LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'` SrcTGZ=lazarus-$Date.tgz TmpDir=/tmp/lazarus$LazVersion