This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/msgview.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
inherited MessagesView: TMessagesView
  Left = 284
  Height = 79
  Top = 640
  Width = 722
  ActiveControl = MessageTreeView
  BorderStyle = bsSizeToolWin
  Caption = 'MessagesView'
  ClientHeight = 79
  ClientWidth = 722
  KeyPreview = True
  OnDeactivate = FormDeactivate
  OnKeyDown = MessagesViewKeyDown
  object MessageTreeView: TTreeView[0]
    Left = 0
    Height = 79
    Top = 0
    Width = 722
    Align = alClient
    DefaultItemHeight = 15
    MultiSelect = True
    PopupMenu = MainPopupMenu
    ReadOnly = True
    ScrollBars = ssAutoBoth
    ShowRoot = False
    TabOrder = 0
    OnExit = MessageViewExit
    Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
  end
  object MainPopupMenu: TPopupMenu[1]
    OnPopup = MainPopupMenuPopup
    left = 48
    top = 8
  end
  object IdleTimer1: TIdleTimer[2]
    AutoEnabled = True
    OnTimer = IdleTimer1Timer
    left = 166
    top = 8
  end
end