Home
last modified time | relevance | path

Searched refs:LastCodeWindow (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmDebugger.cs33 public ICodeViewer LastCodeWindow property in Mesen.GUI.Debugger.frmDebugger
168 LastCodeWindow = ctrlDebuggerCode; in OnLoad()
875 LastCodeWindow.CodeViewer.FindNext(); in mnuFindNext_Click()
880 LastCodeWindow.CodeViewer.FindPrevious(); in mnuFindPrev_Click()
923 LastCodeWindow = (ICodeViewer)sender; in ctrlDebuggerCode_Enter()
928 LastCodeWindow.CodeViewer.GoToAddress(); in mnuGoToAddress_Click()
956 LastCodeWindow.CodeViewer.TextZoom += 10; in mnuIncreaseFontSize_Click()
961 LastCodeWindow.CodeViewer.TextZoom -= 10; in mnuDecreaseFontSize_Click()
1315 GoToDestination(LastCodeWindow, dest); in ctrlFunctionList_OnFunctionSelected()
1320 GoToDestination(LastCodeWindow, dest); in ctrlLabelList_OnLabelSelected()
[all …]