diff options
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index fd22ae2e0e..36635f6cd9 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -74,7 +74,7 @@ class CPluginInfo; class CPluginManager; -///////////////////////////////////////////////////////////////////////////////////////////////////// + // Main // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ BEGIN_EVENT_TABLE(CCodeWindow, wxPanel) @@ -187,10 +187,10 @@ wxAuiToolBar *CCodeWindow::GetToolBar() { return Parent->m_ToolBarDebug; } -///////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Events // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void CCodeWindow::OnKeyDown(wxKeyEvent& event) @@ -414,7 +414,7 @@ void CCodeWindow::UpdateCallstack() callstack->Append(wxString::FromAscii("invalid callstack")); } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + // Load these settings before CreateGUIControls() @@ -538,7 +538,7 @@ void CCodeWindow::CreateGUIControls(const SCoreStartupParameter& _LocalCoreStart } -///////////////////////////////////////////////////////////////////////////////////////////////////// + // Menus // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ // Create CPU Mode and Views menus @@ -721,10 +721,10 @@ void CCodeWindow::OnJitMenu(wxCommandEvent& event) } } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Toolbar // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void CCodeWindow::InitBitmaps() @@ -766,10 +766,10 @@ void CCodeWindow::PopulateToolbar(wxAuiToolBar* toolBar) // the changes toolBar->Realize(); } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Update GUI // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ @@ -916,4 +916,4 @@ void CCodeWindow::OnStatusBar_(wxUpdateUIEvent& event) //if(event.GetId() != IDM_ADDRBOX) DoTip(wxEmptyString); #endif } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + |
