This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/idecontexthelpedit.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
object ContextHelpEditorDlg: TContextHelpEditorDlg
  Left = 331
  Height = 515
  Top = 177
  Width = 655
  ActiveControl = ControlsTreeView
  Caption = 'ContextHelpEditorDlg'
  ChildSizing.LeftRightSpacing = 6
  ChildSizing.TopBottomSpacing = 6
  ChildSizing.HorizontalSpacing = 6
  ChildSizing.VerticalSpacing = 6
  ChildSizing.EnlargeHorizontal = crsScaleChilds
  ClientHeight = 515
  ClientWidth = 655
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  LCLVersion = '0.9.29'
  object WindowControlsGroupBox: TGroupBox
    Left = 6
    Height = 465
    Top = 6
    Width = 305
    Align = alLeft
    BorderSpacing.Around = 6
    Caption = 'WindowControlsGroupBox'
    ClientHeight = 444
    ClientWidth = 297
    TabOrder = 0
    object ControlsTreeView: TTreeView
      AnchorSideBottom.Control = OpenDeclarationBitBtn
      Left = 6
      Height = 317
      Top = 6
      Width = 285
      Align = alTop
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Around = 6
      DefaultItemHeight = 19
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 0
      OnShowHint = ControlsTreeViewShowHint
      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
    end
    object CreateHelpNodeForControlButton: TButton
      Left = 6
      Height = 35
      Top = 362
      Width = 285
      Align = alBottom
      BorderSpacing.Around = 6
      Caption = 'CreateHelpNodeForControlButton'
      OnClick = CreateHelpNodeForControlButtonClick
      TabOrder = 1
    end
    object TestButton: TButton
      Left = 6
      Height = 35
      Top = 403
      Width = 285
      Align = alBottom
      BorderSpacing.Around = 6
      Caption = 'TestButton'
      OnClick = TestButtonClick
      TabOrder = 2
    end
    object OpenDeclarationBitBtn: TBitBtn
      AnchorSideLeft.Control = WindowControlsGroupBox
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = CreateHelpNodeForControlButton
      Left = 6
      Height = 27
      Top = 329
      Width = 178
      Anchors = [akLeft, akBottom]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'OpenDeclarationBitBtn'
      OnClick = OpenDeclarationBitBtnClick
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
    end
  end
  object NodesGroupBox: TGroupBox
    Left = 328
    Height = 465
    Top = 6
    Width = 321
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'NodesGroupBox'
    ClientHeight = 444
    ClientWidth = 313
    TabOrder = 1
    object HelpNodesTreeView: TTreeView
      Left = 6
      Height = 247
      Top = 6
      Width = 301
      Align = alClient
      BorderSpacing.Around = 6
      DefaultItemHeight = 19
      ReadOnly = True
      TabOrder = 0
      OnSelectionChanged = HelpNodesTreeViewSelectionChanged
      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
    end
    object HelpNodePropertiesGroupBox: TGroupBox
      Left = 6
      Height = 179
      Top = 259
      Width = 301
      Align = alBottom
      BorderSpacing.Around = 6
      Caption = 'HelpNodePropertiesGroupBox'
      ClientHeight = 158
      ClientWidth = 293
      TabOrder = 1
      object NodeNameLabel: TLabel
        Left = 10
        Height = 18
        Top = 10
        Width = 45
        Caption = 'Name:'
        ParentColor = False
      end
      object NodePathLabel: TLabel
        Left = 10
        Height = 18
        Top = 40
        Width = 36
        Caption = 'Path:'
        ParentColor = False
      end
      object NodeHasHelpCheckBox: TCheckBox
        AnchorSideRight.Control = HelpNodePropertiesGroupBox
        AnchorSideRight.Side = asrBottom
        Left = 6
        Height = 22
        Top = 71
        Width = 281
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Around = 6
        Caption = 'NodeHasHelpCheckBox'
        OnEditingDone = NodeHasHelpCheckBoxEditingDone
        TabOrder = 0
      end
      object NodeNameEdit: TEdit
        AnchorSideRight.Control = HelpNodePropertiesGroupBox
        AnchorSideRight.Side = asrBottom
        Left = 70
        Height = 27
        Top = 5
        Width = 217
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Around = 6
        OnEditingDone = NodeNameEditEditingDone
        TabOrder = 1
        Text = 'NodeNameEdit'
      end
      object NodePathEdit: TEdit
        AnchorSideTop.Control = NodeNameEdit
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = HelpNodePropertiesGroupBox
        AnchorSideRight.Side = asrBottom
        Left = 70
        Height = 27
        Top = 38
        Width = 217
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Around = 6
        OnEditingDone = NodePathEditEditingDone
        TabOrder = 2
        Text = 'NodePathEdit'
      end
      object NodeIsRootCheckBox: TCheckBox
        AnchorSideRight.Control = HelpNodePropertiesGroupBox
        AnchorSideRight.Side = asrBottom
        Left = 6
        Height = 22
        Top = 100
        Width = 281
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Around = 6
        Caption = 'NodeIsRootCheckBox'
        OnEditingDone = NodeIsRootCheckBoxEditingDone
        TabOrder = 3
      end
      object FullPathEdit: TEdit
        AnchorSideTop.Control = NodeIsRootCheckBox
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = HelpNodePropertiesGroupBox
        AnchorSideRight.Side = asrBottom
        Left = 6
        Height = 27
        Top = 128
        Width = 281
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Around = 6
        ReadOnly = True
        TabOrder = 4
        Text = 'FullPathEdit'
      end
    end
  end
  object Splitter1: TSplitter
    Left = 317
    Height = 465
    Top = 6
    Width = 5
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 32
    Top = 477
    Width = 643
    OKButton.Name = 'OKButton'
    OKButton.Caption = '&OK'
    HelpButton.Name = 'HelpButton'
    HelpButton.Caption = '&Help'
    HelpButton.Enabled = False
    CloseButton.Name = 'CloseButton'
    CloseButton.Caption = '&Close'
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.Caption = 'Cancel'
    TabOrder = 3
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end