mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 09:17:19 +01:00
Debugger: Callstack, do not hide selection
git-svn-id: trunk@27811 -
This commit is contained in:
parent
74b8243c58
commit
c804b045c2
@ -3,7 +3,6 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Height = 246
|
Height = 246
|
||||||
Top = 191
|
Top = 191
|
||||||
Width = 562
|
Width = 562
|
||||||
ActiveControl = Panel1
|
|
||||||
Caption = 'CallStack'
|
Caption = 'CallStack'
|
||||||
ClientHeight = 246
|
ClientHeight = 246
|
||||||
ClientWidth = 562
|
ClientWidth = 562
|
||||||
@ -22,7 +21,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Index'
|
Caption = 'Index'
|
||||||
Width = 46
|
Width = 538
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Caption = 'Source'
|
Caption = 'Source'
|
||||||
@ -35,6 +34,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Caption = 'Function'
|
Caption = 'Function'
|
||||||
Width = 280
|
Width = 280
|
||||||
end>
|
end>
|
||||||
|
HideSelection = False
|
||||||
ItemIndex = -1
|
ItemIndex = -1
|
||||||
PopupMenu = mnuPopup
|
PopupMenu = mnuPopup
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
@ -68,20 +68,20 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Action = actSetCurrent
|
Action = actSetCurrent
|
||||||
end
|
end
|
||||||
object ToolButton4: TToolButton
|
object ToolButton4: TToolButton
|
||||||
Left = 107
|
Left = 101
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 3
|
Width = 8
|
||||||
Caption = 'ToolButton4'
|
Caption = 'ToolButton4'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonMore: TToolButton
|
object ToolButtonMore: TToolButton
|
||||||
Left = 176
|
Left = 166
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewMore
|
Action = actViewMore
|
||||||
ImageIndex = 1
|
ImageIndex = 1
|
||||||
end
|
end
|
||||||
object ToolButtonMax: TToolButton
|
object ToolButtonMax: TToolButton
|
||||||
Left = 110
|
Left = 109
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewLimit
|
Action = actViewLimit
|
||||||
Caption = 'Max 10'
|
Caption = 'Max 10'
|
||||||
@ -89,45 +89,45 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
Style = tbsDropDown
|
Style = tbsDropDown
|
||||||
end
|
end
|
||||||
object ToolButtonGoto: TToolButton
|
object ToolButtonGoto: TToolButton
|
||||||
Left = 385
|
Left = 374
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewGoto
|
Action = actViewGoto
|
||||||
ImageIndex = 4
|
ImageIndex = 4
|
||||||
end
|
end
|
||||||
object ToolButtonCopyAll: TToolButton
|
object ToolButtonCopyAll: TToolButton
|
||||||
Left = 438
|
Left = 432
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actCopyAll
|
Action = actCopyAll
|
||||||
ImageIndex = 5
|
ImageIndex = 5
|
||||||
end
|
end
|
||||||
object ToolButton8: TToolButton
|
object ToolButton8: TToolButton
|
||||||
Left = 435
|
Left = 424
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 3
|
Width = 8
|
||||||
Caption = 'ToolButton8'
|
Caption = 'ToolButton8'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButton9: TToolButton
|
object ToolButton9: TToolButton
|
||||||
Left = 226
|
Left = 216
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 3
|
Width = 8
|
||||||
Caption = 'ToolButton9'
|
Caption = 'ToolButton9'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonTop: TToolButton
|
object ToolButtonTop: TToolButton
|
||||||
Left = 229
|
Left = 224
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewTop
|
Action = actViewTop
|
||||||
ImageIndex = 2
|
ImageIndex = 2
|
||||||
end
|
end
|
||||||
object ToolButtonBottom: TToolButton
|
object ToolButtonBottom: TToolButton
|
||||||
Left = 279
|
Left = 274
|
||||||
Top = 0
|
Top = 0
|
||||||
Action = actViewBottom
|
Action = actViewBottom
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
end
|
end
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 335
|
Left = 324
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 50
|
Width = 50
|
||||||
@ -137,7 +137,7 @@ inherited CallStackDlg: TCallStackDlg
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object txtGoto: TEdit
|
object txtGoto: TEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 46
|
Width = 46
|
||||||
OnKeyPress = txtGotoKeyPress
|
OnKeyPress = txtGotoKeyPress
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user