mirror of https://gitlab.com/basile.b/dexed.git
rewrite the hints deleted in 30297c5dca
This commit is contained in:
parent
e658583587
commit
160383d26e
|
@ -1,7 +1,7 @@
|
||||||
inherited CELibManEditorWidget: TCELibManEditorWidget
|
inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
Left = 1275
|
Left = 790
|
||||||
Height = 297
|
Height = 297
|
||||||
Top = 725
|
Top = 274
|
||||||
Width = 641
|
Width = 641
|
||||||
Caption = 'Library manager'
|
Caption = 'Library manager'
|
||||||
ClientHeight = 297
|
ClientHeight = 297
|
||||||
|
@ -12,13 +12,13 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
ClientHeight = 297
|
ClientHeight = 297
|
||||||
ClientWidth = 641
|
ClientWidth = 641
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 263
|
Height = 261
|
||||||
Width = 641
|
Width = 641
|
||||||
ClientHeight = 263
|
ClientHeight = 261
|
||||||
ClientWidth = 641
|
ClientWidth = 641
|
||||||
object List: TListView[0]
|
object List: TListView[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 255
|
Height = 253
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 633
|
Width = 633
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
@ -61,9 +61,10 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited toolbar: TCEToolBar
|
inherited toolbar: TCEToolBar
|
||||||
Width = 637
|
Width = 633
|
||||||
object btnSelProj: TCEToolButton[0]
|
object btnSelProj: TCEToolButton[0]
|
||||||
Left = 356
|
Left = 356
|
||||||
|
Hint = 'set the project that compiles the selected entry'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'button3'
|
Caption = 'button3'
|
||||||
OnClick = btnSelProjClick
|
OnClick = btnSelProjClick
|
||||||
|
@ -72,6 +73,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnSelRoot: TCEToolButton[1]
|
object btnSelRoot: TCEToolButton[1]
|
||||||
Left = 328
|
Left = 328
|
||||||
|
Hint = 'set the root of the library sources'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'button4'
|
Caption = 'button4'
|
||||||
OnClick = btnSelRootClick
|
OnClick = btnSelRootClick
|
||||||
|
@ -80,6 +82,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnSelfoldOfFiles: TCEToolButton[2]
|
object btnSelfoldOfFiles: TCEToolButton[2]
|
||||||
Left = 300
|
Left = 300
|
||||||
|
Hint = 'select a folder containing several d sources (optional trick)'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'button5'
|
Caption = 'button5'
|
||||||
OnClick = btnSelfoldOfFilesClick
|
OnClick = btnSelfoldOfFilesClick
|
||||||
|
@ -88,6 +91,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnSelFile: TCEToolButton[3]
|
object btnSelFile: TCEToolButton[3]
|
||||||
Left = 272
|
Left = 272
|
||||||
|
Hint = 'selected the static library file'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'button6'
|
Caption = 'button6'
|
||||||
OnClick = btnSelFileClick
|
OnClick = btnSelFileClick
|
||||||
|
@ -96,6 +100,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnEditAlias: TCEToolButton[4]
|
object btnEditAlias: TCEToolButton[4]
|
||||||
Left = 244
|
Left = 244
|
||||||
|
Hint = 'set the entry alias'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'button7'
|
Caption = 'button7'
|
||||||
OnClick = btnEditAliasClick
|
OnClick = btnEditAliasClick
|
||||||
|
@ -113,6 +118,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnEnabled: TCEToolButton[6]
|
object btnEnabled: TCEToolButton[6]
|
||||||
Left = 197
|
Left = 197
|
||||||
|
Hint = 'activate or dactivate the selected entry'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnEnabled'
|
Caption = 'btnEnabled'
|
||||||
OnClick = btnEnabledClick
|
OnClick = btnEnabledClick
|
||||||
|
@ -121,6 +127,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnDubFetch: TCEToolButton[7]
|
object btnDubFetch: TCEToolButton[7]
|
||||||
Left = 169
|
Left = 169
|
||||||
|
Hint = 'setup a new entry using an online DUB package'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnDubFetch'
|
Caption = 'btnDubFetch'
|
||||||
OnClick = btnDubFetchClick
|
OnClick = btnDubFetchClick
|
||||||
|
@ -129,6 +136,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnOpenProj: TCEToolButton[8]
|
object btnOpenProj: TCEToolButton[8]
|
||||||
Left = 141
|
Left = 141
|
||||||
|
Hint = 'open the project that matches to the selected entry'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnOpenProj'
|
Caption = 'btnOpenProj'
|
||||||
OnClick = btnOpenProjClick
|
OnClick = btnOpenProjClick
|
||||||
|
@ -137,6 +145,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnReg: TCEToolButton[9]
|
object btnReg: TCEToolButton[9]
|
||||||
Left = 113
|
Left = 113
|
||||||
|
Hint = 'register a new entry using the active project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnReg'
|
Caption = 'btnReg'
|
||||||
OnClick = btnRegClick
|
OnClick = btnRegClick
|
||||||
|
@ -145,6 +154,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnMoveUp: TCEToolButton[10]
|
object btnMoveUp: TCEToolButton[10]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'move entry up'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveUp'
|
Caption = 'btnMoveUp'
|
||||||
OnClick = btnMoveUpClick
|
OnClick = btnMoveUpClick
|
||||||
|
@ -153,6 +163,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnMoveDown: TCEToolButton[11]
|
object btnMoveDown: TCEToolButton[11]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'move entry down'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveDown'
|
Caption = 'btnMoveDown'
|
||||||
OnClick = btnMoveDownClick
|
OnClick = btnMoveDownClick
|
||||||
|
@ -161,6 +172,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnRemLib: TCEToolButton[12]
|
object btnRemLib: TCEToolButton[12]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'remove selected entry'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemLib'
|
Caption = 'btnRemLib'
|
||||||
OnClick = btnRemLibClick
|
OnClick = btnRemLibClick
|
||||||
|
@ -169,6 +181,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||||
end
|
end
|
||||||
object btnAddLib: TCEToolButton[13]
|
object btnAddLib: TCEToolButton[13]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add a new empty entry'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddLib'
|
Caption = 'btnAddLib'
|
||||||
OnClick = btnAddLibClick
|
OnClick = btnAddLibClick
|
||||||
|
|
|
@ -63,6 +63,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
end
|
end
|
||||||
object btnSelMisc: TCEToolButton[1]
|
object btnSelMisc: TCEToolButton[1]
|
||||||
Left = 454
|
Left = 454
|
||||||
|
Hint = 'filter the other messages'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'Misc'
|
Caption = 'Misc'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
|
@ -78,6 +79,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
end
|
end
|
||||||
object btnSelApp: TCEToolButton[3]
|
object btnSelApp: TCEToolButton[3]
|
||||||
Left = 349
|
Left = 349
|
||||||
|
Hint = 'filter the messages related to Coedit'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'Application'
|
Caption = 'Application'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
|
@ -93,6 +95,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
end
|
end
|
||||||
object btnSelProj: TCEToolButton[5]
|
object btnSelProj: TCEToolButton[5]
|
||||||
Left = 244
|
Left = 244
|
||||||
|
Hint = 'filter the messages related to the active project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'Project'
|
Caption = 'Project'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
|
@ -108,6 +111,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
end
|
end
|
||||||
object btnSelEdit: TCEToolButton[7]
|
object btnSelEdit: TCEToolButton[7]
|
||||||
Left = 139
|
Left = 139
|
||||||
|
Hint = 'filter the messages related to the active editor'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'Editor'
|
Caption = 'Editor'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
|
@ -123,6 +127,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
end
|
end
|
||||||
object btnSelAll: TCEToolButton[9]
|
object btnSelAll: TCEToolButton[9]
|
||||||
Left = 34
|
Left = 34
|
||||||
|
Hint = 'don''t filter the messages'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'All'
|
Caption = 'All'
|
||||||
Down = True
|
Down = True
|
||||||
|
@ -140,6 +145,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
object TreeFilterEdit1: TTreeFilterEdit[11]
|
object TreeFilterEdit1: TTreeFilterEdit[11]
|
||||||
Left = 560
|
Left = 560
|
||||||
Height = 26
|
Height = 26
|
||||||
|
Hint = 'in the selected category, filter the messages that contain the text typed here'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 275
|
Width = 275
|
||||||
OnAfterFilter = TreeFilterEdit1AfterFilter
|
OnAfterFilter = TreeFilterEdit1AfterFilter
|
||||||
|
@ -156,6 +162,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
object btnClearCat: TSpeedButton[12]
|
object btnClearCat: TSpeedButton[12]
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 28
|
Height = 28
|
||||||
|
Hint = 'clear the messages that match to the selected category'
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 28
|
Width = 28
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
|
|
|
@ -109,6 +109,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
Width = 335
|
Width = 335
|
||||||
object btnEdit: TCEToolButton[0]
|
object btnEdit: TCEToolButton[0]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'open the selected file in an editor or as a new project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnEdit'
|
Caption = 'btnEdit'
|
||||||
OnClick = btnEditClick
|
OnClick = btnEditClick
|
||||||
|
@ -117,6 +118,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
end
|
end
|
||||||
object btnShellOpen: TCEToolButton[1]
|
object btnShellOpen: TCEToolButton[1]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'open the selected folder or the selected file using the shell'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnShellOpen'
|
Caption = 'btnShellOpen'
|
||||||
OnClick = btnShellOpenClick
|
OnClick = btnShellOpenClick
|
||||||
|
@ -125,6 +127,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
end
|
end
|
||||||
object btnRemFav: TCEToolButton[2]
|
object btnRemFav: TCEToolButton[2]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'remove selected favorite folder'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemFav'
|
Caption = 'btnRemFav'
|
||||||
OnClick = btnRemFavClick
|
OnClick = btnRemFavClick
|
||||||
|
@ -133,6 +136,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
end
|
end
|
||||||
object btnAddFav: TCEToolButton[3]
|
object btnAddFav: TCEToolButton[3]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add selected folder to the favorites'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddFav'
|
Caption = 'btnAddFav'
|
||||||
OnClick = btnAddFavClick
|
OnClick = btnAddFavClick
|
||||||
|
@ -142,6 +146,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
object lstFilter: TListFilterEdit[4]
|
object lstFilter: TListFilterEdit[4]
|
||||||
Left = 119
|
Left = 119
|
||||||
Height = 26
|
Height = 26
|
||||||
|
Hint = 'filter the file names that contain the text typed here'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 214
|
Width = 214
|
||||||
ButtonWidth = 28
|
ButtonWidth = 28
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
Left = 1488
|
Left = 1467
|
||||||
Height = 273
|
Height = 273
|
||||||
Top = 349
|
Top = 349
|
||||||
Width = 445
|
Width = 445
|
||||||
|
@ -91,22 +91,25 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
Width = 437
|
Width = 437
|
||||||
object btnSyncEdit: TCEToolButton[0]
|
object btnSyncEdit: TCEToolButton[0]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'activate or deactivate the synchronized edition'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnSyncEdit'
|
Caption = 'btnSyncEdit'
|
||||||
OnClick = btnSyncEditClick
|
OnClick = btnSyncEditClick
|
||||||
resourceName = 'LINK_BREAK'
|
resourceName = 'LINK_BREAK'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnCLoneConf: TCEToolButton[1]
|
object btnCloneConf: TCEToolButton[1]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'clone the selected configuration'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnCLoneConf'
|
Caption = 'btnCloneConf'
|
||||||
OnClick = btnCloneCurrClick
|
OnClick = btnCloneCurrClick
|
||||||
resourceName = 'COG_GO'
|
resourceName = 'COG_GO'
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnDelConf: TCEToolButton[2]
|
object btnDelConf: TCEToolButton[2]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'delete selected configuration'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnDelConf'
|
Caption = 'btnDelConf'
|
||||||
OnClick = btnDelConfClick
|
OnClick = btnDelConfClick
|
||||||
|
@ -115,6 +118,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
end
|
end
|
||||||
object btnAddConf: TCEToolButton[3]
|
object btnAddConf: TCEToolButton[3]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add a new configuration'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddConf'
|
Caption = 'btnAddConf'
|
||||||
OnClick = btnAddConfClick
|
OnClick = btnAddConfClick
|
||||||
|
|
|
@ -16,7 +16,7 @@ type
|
||||||
|
|
||||||
TCEProjectConfigurationWidget = class(TCEWidget, ICEProjectObserver)
|
TCEProjectConfigurationWidget = class(TCEWidget, ICEProjectObserver)
|
||||||
btnAddConf: TCEToolButton;
|
btnAddConf: TCEToolButton;
|
||||||
btnCLoneConf: TCEToolButton;
|
btnCloneConf: TCEToolButton;
|
||||||
btnDelConf: TCEToolButton;
|
btnDelConf: TCEToolButton;
|
||||||
btnSyncEdit: TCEToolButton;
|
btnSyncEdit: TCEToolButton;
|
||||||
imgList: TImageList;
|
imgList: TImageList;
|
||||||
|
|
|
@ -28,17 +28,17 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Name'
|
Caption = 'Name'
|
||||||
Width = 316
|
Width = 47
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Type'
|
Caption = 'Type'
|
||||||
Width = 36
|
Width = 39
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Configuration'
|
Caption = 'Configuration'
|
||||||
Width = 77
|
Width = 230
|
||||||
end>
|
end>
|
||||||
GridLines = True
|
GridLines = True
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
@ -96,6 +96,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
Width = 320
|
Width = 320
|
||||||
object BtnAddProj: TCEToolButton[0]
|
object BtnAddProj: TCEToolButton[0]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add a project to the group'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'BtnAddProj'
|
Caption = 'BtnAddProj'
|
||||||
OnClick = BtnAddProjClick
|
OnClick = BtnAddProjClick
|
||||||
|
@ -104,6 +105,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object btnRemProj: TCEToolButton[1]
|
object btnRemProj: TCEToolButton[1]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'remove the selected project from the group'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemProj'
|
Caption = 'btnRemProj'
|
||||||
OnClick = btnRemProjClick
|
OnClick = btnRemProjClick
|
||||||
|
@ -112,6 +114,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object btnMoveDown: TCEToolButton[2]
|
object btnMoveDown: TCEToolButton[2]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'move the selected project down'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveDown'
|
Caption = 'btnMoveDown'
|
||||||
OnClick = btnMoveDownClick
|
OnClick = btnMoveDownClick
|
||||||
|
@ -120,6 +123,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object btnMoveUp: TCEToolButton[3]
|
object btnMoveUp: TCEToolButton[3]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'move the selected project up'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveUp'
|
Caption = 'btnMoveUp'
|
||||||
OnClick = btnMoveUpClick
|
OnClick = btnMoveUpClick
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
Left = 1575
|
Left = 1571
|
||||||
Height = 258
|
Height = 258
|
||||||
Top = 91
|
Top = 91
|
||||||
Width = 341
|
Width = 341
|
||||||
|
@ -56,6 +56,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
Width = 333
|
Width = 333
|
||||||
object btnRemFold: TCEToolButton[0]
|
object btnRemFold: TCEToolButton[0]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'remove the selected source parent folder from the project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemFold'
|
Caption = 'btnRemFold'
|
||||||
OnClick = btnRemFoldClick
|
OnClick = btnRemFoldClick
|
||||||
|
@ -64,6 +65,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
end
|
end
|
||||||
object btnAddFold: TCEToolButton[1]
|
object btnAddFold: TCEToolButton[1]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'add a folder of sources to the project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddFold'
|
Caption = 'btnAddFold'
|
||||||
OnClick = btnAddFoldClick
|
OnClick = btnAddFoldClick
|
||||||
|
@ -72,6 +74,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
end
|
end
|
||||||
object btnRemFile: TCEToolButton[2]
|
object btnRemFile: TCEToolButton[2]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'remove selected source from the project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemFile'
|
Caption = 'btnRemFile'
|
||||||
OnClick = btnRemFileClick
|
OnClick = btnRemFileClick
|
||||||
|
@ -80,6 +83,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
end
|
end
|
||||||
object btnAddFile: TCEToolButton[3]
|
object btnAddFile: TCEToolButton[3]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add a source to the project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddFile'
|
Caption = 'btnAddFile'
|
||||||
OnClick = btnAddFileClick
|
OnClick = btnAddFileClick
|
||||||
|
@ -89,6 +93,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||||
object TreeFilterEdit1: TTreeFilterEdit[4]
|
object TreeFilterEdit1: TTreeFilterEdit[4]
|
||||||
Left = 117
|
Left = 117
|
||||||
Height = 26
|
Height = 26
|
||||||
|
Hint = 'filter the source names that contain the text typed here'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 214
|
Width = 214
|
||||||
ButtonWidth = 28
|
ButtonWidth = 28
|
||||||
|
|
|
@ -12,14 +12,14 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
||||||
ClientHeight = 430
|
ClientHeight = 430
|
||||||
ClientWidth = 382
|
ClientWidth = 382
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 396
|
Height = 394
|
||||||
Width = 382
|
Width = 382
|
||||||
ClientHeight = 396
|
ClientHeight = 394
|
||||||
ClientWidth = 382
|
ClientWidth = 382
|
||||||
PopupMenu = nil
|
PopupMenu = nil
|
||||||
object Tree: TTreeView[0]
|
object Tree: TTreeView[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 388
|
Height = 386
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 374
|
Width = 374
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
@ -57,9 +57,10 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited toolbar: TCEToolBar
|
inherited toolbar: TCEToolBar
|
||||||
Width = 378
|
Width = 374
|
||||||
object btnRefresh: TCEToolButton[0]
|
object btnRefresh: TCEToolButton[0]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'refresh the symbol list'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRefresh'
|
Caption = 'btnRefresh'
|
||||||
OnClick = btnRefreshClick
|
OnClick = btnRefreshClick
|
||||||
|
@ -69,8 +70,9 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
||||||
object TreeFilterEdit1: TTreeFilterEdit[1]
|
object TreeFilterEdit1: TTreeFilterEdit[1]
|
||||||
Left = 33
|
Left = 33
|
||||||
Height = 26
|
Height = 26
|
||||||
|
Hint = 'filter the symbols that contain the text typed here'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 343
|
Width = 339
|
||||||
OnAfterFilter = TreeFilterEdit1AfterFilter
|
OnAfterFilter = TreeFilterEdit1AfterFilter
|
||||||
OnFilterItem = TreeFilterEdit1FilterItem
|
OnFilterItem = TreeFilterEdit1FilterItem
|
||||||
ButtonWidth = 28
|
ButtonWidth = 28
|
||||||
|
|
|
@ -64,6 +64,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
||||||
Width = 576
|
Width = 576
|
||||||
object btnGo: TCEToolButton[0]
|
object btnGo: TCEToolButton[0]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'go the TODO item definition'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnGo'
|
Caption = 'btnGo'
|
||||||
resourceName = 'ARROW_PEN'
|
resourceName = 'ARROW_PEN'
|
||||||
|
@ -71,6 +72,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
||||||
end
|
end
|
||||||
object btnRefresh: TCEToolButton[1]
|
object btnRefresh: TCEToolButton[1]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'refresh the TODO items'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRefresh'
|
Caption = 'btnRefresh'
|
||||||
resourceName = 'ARROW_UPDATE'
|
resourceName = 'ARROW_UPDATE'
|
||||||
|
@ -79,6 +81,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
||||||
object lstfilter: TListFilterEdit[2]
|
object lstfilter: TListFilterEdit[2]
|
||||||
Left = 61
|
Left = 61
|
||||||
Height = 26
|
Height = 26
|
||||||
|
Hint = 'filter the TODO items that contain the text typed here'
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 513
|
Width = 513
|
||||||
ButtonWidth = 28
|
ButtonWidth = 28
|
||||||
|
|
|
@ -69,6 +69,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
Width = 433
|
Width = 433
|
||||||
object btnRun: TCEToolButton[0]
|
object btnRun: TCEToolButton[0]
|
||||||
Left = 157
|
Left = 157
|
||||||
|
Hint = 'execute selected tool'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRun'
|
Caption = 'btnRun'
|
||||||
OnClick = btnRunClick
|
OnClick = btnRunClick
|
||||||
|
@ -86,6 +87,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
end
|
end
|
||||||
object btnClone: TCEToolButton[2]
|
object btnClone: TCEToolButton[2]
|
||||||
Left = 113
|
Left = 113
|
||||||
|
Hint = 'clone selected tool'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnClone'
|
Caption = 'btnClone'
|
||||||
OnClick = btnCloneClick
|
OnClick = btnCloneClick
|
||||||
|
@ -94,6 +96,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
end
|
end
|
||||||
object btnMoveUp: TCEToolButton[3]
|
object btnMoveUp: TCEToolButton[3]
|
||||||
Left = 85
|
Left = 85
|
||||||
|
Hint = 'move selected tool up'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveUp'
|
Caption = 'btnMoveUp'
|
||||||
OnClick = btnMoveUpClick
|
OnClick = btnMoveUpClick
|
||||||
|
@ -102,6 +105,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
end
|
end
|
||||||
object btnMoveDown: TCEToolButton[4]
|
object btnMoveDown: TCEToolButton[4]
|
||||||
Left = 57
|
Left = 57
|
||||||
|
Hint = 'move selected tool down'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnMoveDown'
|
Caption = 'btnMoveDown'
|
||||||
OnClick = btnMoveDownClick
|
OnClick = btnMoveDownClick
|
||||||
|
@ -110,6 +114,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
end
|
end
|
||||||
object btnRemTool: TCEToolButton[5]
|
object btnRemTool: TCEToolButton[5]
|
||||||
Left = 29
|
Left = 29
|
||||||
|
Hint = 'remove selected tool'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnRemTool'
|
Caption = 'btnRemTool'
|
||||||
OnClick = btnRemToolClick
|
OnClick = btnRemToolClick
|
||||||
|
@ -118,6 +123,7 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||||
end
|
end
|
||||||
object btnAddTool: TCEToolButton[6]
|
object btnAddTool: TCEToolButton[6]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
Hint = 'add a new empty tool'
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'btnAddTool'
|
Caption = 'btnAddTool'
|
||||||
OnClick = BtnAddToolClick
|
OnClick = BtnAddToolClick
|
||||||
|
|
|
@ -124,8 +124,6 @@ implementation
|
||||||
uses
|
uses
|
||||||
ce_observer;
|
ce_observer;
|
||||||
|
|
||||||
//TODO-cNewToolbar: button hints have not been copied
|
|
||||||
|
|
||||||
{$REGION Standard Comp/Obj------------------------------------------------------}
|
{$REGION Standard Comp/Obj------------------------------------------------------}
|
||||||
constructor TCEWidget.create(aOwner: TComponent);
|
constructor TCEWidget.create(aOwner: TComponent);
|
||||||
var
|
var
|
||||||
|
|
Loading…
Reference in New Issue