This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/fpdoceditwindow.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
object FPDocEditor: TFPDocEditor
  Left = 327
  Height = 156
  Top = 397
  Width = 753
  ActiveControl = PageControl
  Caption = 'FPDoc editor'
  ClientHeight = 156
  ClientWidth = 753
  KeyPreview = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object PageControl: TPageControl
    Left = 63
    Height = 156
    Top = 0
    Width = 690
    ActivePage = DescrTabSheet
    Align = alClient
    TabIndex = 2
    TabOrder = 0
    TabPosition = tpBottom
    OnChange = PageControlChange
    OnPageChanged = PageControlChange
    object ShortTabSheet: TTabSheet
      Caption = 'ShortTabSheet'
      ClientHeight = 123
      ClientWidth = 686
      object LinkLabel: TLabel
        AnchorSideTop.Control = LinkEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 33
        Width = 63
        BorderSpacing.Top = 6
        Caption = 'LinkLabel'
        ParentColor = False
      end
      object ShortLabel: TLabel
        AnchorSideLeft.Control = ShortTabSheet
        AnchorSideTop.Control = ShortEdit
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 18
        Top = 4
        Width = 70
        BorderSpacing.Left = 6
        Caption = 'ShortLabel'
        ParentColor = False
      end
      object ShortEdit: TEdit
        AnchorSideLeft.Control = ShortLabel
        AnchorSideLeft.Side = asrBottom
        AnchorSideRight.Control = ShortTabSheet
        AnchorSideRight.Side = asrBottom
        Left = 82
        Height = 27
        Top = 0
        Width = 602
        Anchors = [akTop, akLeft, akRight]
        AutoSelect = False
        BorderSpacing.Left = 6
        BorderSpacing.Right = 2
        OnChange = ShortEditChange
        OnEditingDone = ShortEditEditingDone
        TabOrder = 0
        Text = 'ShortEdit'
      end
      object CreateButton: TButton
        AnchorSideTop.Control = LinkEdit
        AnchorSideTop.Side = asrBottom
        Left = 6
        Height = 27
        Top = 62
        Width = 104
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'CreateButton'
        OnClick = CreateButtonClick
        TabOrder = 1
      end
      object LinkEdit: TEdit
        AnchorSideLeft.Control = LinkLabel
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = ShortEdit
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = ShortTabSheet
        AnchorSideRight.Side = asrBottom
        Left = 75
        Height = 27
        Top = 29
        Width = 609
        Anchors = [akTop, akLeft, akRight]
        AutoSelect = False
        BorderSpacing.Left = 6
        BorderSpacing.Top = 2
        BorderSpacing.Right = 2
        OnChange = LinkEditChange
        OnEditingDone = LinkEditEditingDone
        TabOrder = 2
        Text = 'LinkEdit'
      end
    end
    object InheritedTabSheet: TTabSheet
      Caption = 'InheritedTabSheet'
      ClientHeight = 99
      ClientWidth = 688
      object InheritedShortLabel: TLabel
        Left = 0
        Height = 14
        Top = 2
        Width = 688
        Align = alTop
        BorderSpacing.Top = 2
        Caption = 'InheritedShortLabel'
        ParentColor = False
      end
      object InheritedShortEdit: TEdit
        AnchorSideLeft.Control = InheritedTabSheet
        AnchorSideTop.Control = InheritedShortLabel
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = InheritedTabSheet
        AnchorSideRight.Side = asrBottom
        Left = 0
        Height = 21
        Top = 18
        Width = 688
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Top = 2
        ReadOnly = True
        TabOrder = 0
        Text = 'InheritedShortEdit'
      end
      object MoveToInheritedButton: TButton
        AnchorSideTop.Control = InheritedShortEdit
        AnchorSideTop.Side = asrBottom
        Left = 0
        Height = 23
        Top = 45
        Width = 140
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'MoveToInheritedButton'
        OnClick = MoveToInheritedButtonClick
        TabOrder = 1
      end
      object CopyFromInheritedButton: TButton
        AnchorSideLeft.Control = MoveToInheritedButton
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = MoveToInheritedButton
        AnchorSideTop.Side = asrCenter
        Left = 150
        Height = 23
        Top = 45
        Width = 151
        AutoSize = True
        BorderSpacing.Left = 10
        Caption = 'CopyFromInheritedButton'
        OnClick = CopyFromInheritedButtonClick
        TabOrder = 2
      end
      object AddLinkToInheritedButton: TButton
        AnchorSideLeft.Control = CopyFromInheritedButton
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = CopyFromInheritedButton
        Left = 311
        Height = 23
        Top = 45
        Width = 151
        AutoSize = True
        BorderSpacing.Left = 10
        Caption = 'AddLinkToInheritedButton'
        OnClick = AddLinkToInheritedButtonClick
        TabOrder = 3
      end
    end
    object DescrTabSheet: TTabSheet
      Caption = 'DescrTabSheet'
      ClientHeight = 123
      ClientWidth = 686
      object DescrMemo: TMemo
        Left = 0
        Height = 90
        Top = 29
        Width = 684
        Align = alClient
        BorderSpacing.Right = 2
        BorderSpacing.Bottom = 4
        Lines.Strings = (
          'DescrMemo'
        )
        OnChange = DescrMemoChange
        OnEditingDone = DescrMemoEditingDone
        TabOrder = 0
      end
      object ShortPanel: TPanel
        Left = 0
        Height = 29
        Top = 0
        Width = 686
        Align = alTop
        Alignment = taLeftJustify
        AutoSize = True
        Caption = 'Short'
        ClientHeight = 29
        ClientWidth = 686
        TabOrder = 1
        object DescrShortEdit: TEdit
          AnchorSideLeft.Control = ShortPanel
          AnchorSideRight.Side = asrBottom
          Left = 61
          Height = 27
          Top = 1
          Width = 622
          Align = alRight
          Anchors = [akTop, akLeft, akRight, akBottom]
          AutoSelect = False
          BorderSpacing.Left = 60
          BorderSpacing.Right = 2
          OnChange = ShortEditChange
          OnEditingDone = ShortEditEditingDone
          ReadOnly = True
          TabOrder = 0
          Text = 'DescrShortEdit'
        end
      end
    end
    object ErrorsTabSheet: TTabSheet
      Caption = 'ErrorsTabSheet'
      ClientHeight = 99
      ClientWidth = 688
      object ErrorsMemo: TMemo
        Left = 0
        Height = 95
        Top = 0
        Width = 686
        Align = alClient
        BorderSpacing.Right = 2
        BorderSpacing.Bottom = 4
        Lines.Strings = (
          'ErrorsMemo'
        )
        OnChange = ErrorsMemoChange
        OnEditingDone = ErrorsMemoEditingDone
        TabOrder = 0
      end
    end
    object SeeAlsoTabSheet: TTabSheet
      Caption = 'SeeAlsoTabSheet'
      ClientHeight = 99
      ClientWidth = 688
      object SeeAlsoMemo: TMemo
        Left = 0
        Height = 99
        Top = 0
        Width = 688
        Align = alClient
        Lines.Strings = (
          'SeeAlsoMemo'
        )
        OnChange = SeeAlsoMemoChange
        OnEditingDone = SeeAlsoMemoEditingDone
        TabOrder = 0
      end
    end
    object ExampleTabSheet: TTabSheet
      Caption = 'ExampleTabSheet'
      ClientHeight = 99
      ClientWidth = 688
      object ExampleEdit: TEdit
        Left = 0
        Height = 21
        Top = 0
        Width = 686
        Align = alTop
        AutoSelect = False
        BorderSpacing.Right = 2
        OnChange = ExampleEditChange
        OnEditingDone = ExampleEditEditingDone
        TabOrder = 0
        Text = 'ExampleEdit'
      end
      object BrowseExampleButton: TButton
        AnchorSideTop.Control = ExampleEdit
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = ExampleTabSheet
        AnchorSideRight.Side = asrBottom
        Left = 549
        Height = 23
        Top = 27
        Width = 133
        Anchors = [akTop, akRight]
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'BrowseExampleButton'
        OnClick = BrowseExampleButtonClick
        TabOrder = 1
      end
    end
    object TopicSheet: TTabSheet
      Caption = 'Topics'
      ClientHeight = 99
      ClientWidth = 688
      object Panel1: TPanel
        Left = 518
        Height = 99
        Top = 0
        Width = 170
        Align = alRight
        BorderSpacing.Left = 5
        BevelOuter = bvNone
        ClientHeight = 99
        ClientWidth = 170
        TabOrder = 0
        object Panel2: TPanel
          Left = 0
          Height = 25
          Top = 0
          Width = 170
          Align = alTop
          AutoSize = True
          BevelOuter = bvNone
          ClientHeight = 25
          ClientWidth = 170
          TabOrder = 0
          object NewTopicButton: TButton
            Left = 100
            Height = 25
            Top = 0
            Width = 70
            Align = alRight
            AutoSize = True
            Caption = 'New'
            OnClick = NewTopicButtonClick
            TabOrder = 0
          end
          object NewTopicNameEdit: TEdit
            Left = 0
            Height = 25
            Top = 0
            Width = 95
            Align = alClient
            BorderSpacing.Right = 5
            OnEnter = TopicControlEnter
            TabOrder = 1
          end
        end
        object TopicListBox: TListBox
          Left = 0
          Height = 69
          Top = 30
          Width = 170
          Align = alClient
          BorderSpacing.Top = 5
          ItemHeight = 0
          OnClick = TopicListBoxClick
          OnEnter = TopicControlEnter
          TabOrder = 1
        end
      end
      object Panel3: TPanel
        Left = 0
        Height = 99
        Top = 0
        Width = 513
        Align = alClient
        BevelOuter = bvNone
        ClientHeight = 99
        ClientWidth = 513
        TabOrder = 1
        object TopicShort: TEdit
          Left = 0
          Height = 22
          Top = 0
          Width = 513
          Align = alTop
          AutoSelect = False
          OnChange = TopicDescrChange
          OnEnter = TopicControlEnter
          TabOrder = 0
        end
        object TopicDescr: TMemo
          Left = 0
          Height = 72
          Top = 27
          Width = 513
          Align = alClient
          BorderSpacing.Top = 5
          OnChange = TopicDescrChange
          OnEnter = TopicControlEnter
          TabOrder = 1
        end
      end
    end
  end
  object LeftBtnPanel: TPanel
    Left = 0
    Height = 156
    Top = 0
    Width = 63
    Align = alLeft
    AutoSize = True
    BevelOuter = bvNone
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 3
    ClientHeight = 156
    ClientWidth = 63
    FullRepaint = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    object BoldFormatButton: TSpeedButton
      Left = 0
      Height = 23
      Top = 0
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
    end
    object ItalicFormatButton: TSpeedButton
      Tag = 1
      Left = 20
      Height = 23
      Top = 0
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
    end
    object UnderlineFormatButton: TSpeedButton
      Tag = 2
      Left = 40
      Height = 23
      Top = 0
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
    end
    object InsertVarTagButton: TSpeedButton
      Tag = 5
      Left = 0
      Height = 23
      Top = 23
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
    end
    object InsertParagraphSpeedButton: TSpeedButton
      Tag = 6
      Left = 20
      Height = 23
      Top = 23
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Caption = 'P'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
    end
    object InsertLinkSpeedButton: TSpeedButton
      Left = 40
      Height = 23
      Top = 23
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Caption = 'Li'
      Color = clBtnFace
      Enabled = False
      NumGlyphs = 0
      OnClick = InsertLinkSpeedButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object InsertCodeTagButton: TSpeedButton
      Tag = 3
      Left = 0
      Height = 23
      Top = 46
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object InsertRemarkButton: TSpeedButton
      Tag = 4
      Left = 20
      Height = 23
      Top = 46
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object InsertPrintShortSpeedButton: TSpeedButton
      Tag = 7
      Left = 40
      Height = 23
      Top = 46
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Caption = 'PS'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object InsertURLTagSpeedButton: TSpeedButton
      Tag = 8
      Left = 0
      Height = 23
      Top = 69
      Width = 20
      Constraints.MaxHeight = 23
      Constraints.MaxWidth = 20
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = FormatButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object SaveButton: TSpeedButton
      AnchorSideLeft.Side = asrBottom
      Left = 0
      Height = 29
      Top = 127
      Width = 63
      Align = alBottom
      Caption = 'Save'
      Color = clBtnFace
      NumGlyphs = 0
      OnClick = SaveButtonClick
    end
  end
  object OpenDialog: TOpenDialog
    Title = 'Open example file'
    Filter = 'pascal file|*.pas; *.pp; *.p'
    FilterIndex = 0
    left = 240
    top = 16
  end
end