summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authorMarcus Wanners <marcus@wanners.net>2009-09-02 21:00:45 +0000
committerMarcus Wanners <marcus@wanners.net>2009-09-02 21:00:45 +0000
commit50593397f3eb327cd7119faea977622251b55224 (patch)
treee3b5158a6e77d04c3c6dd7b3fcc54419ecb2e424 /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parentc64b1ca5dc0615decb6166cbc0f4fffa65ad2429 (diff)
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!
Yes, I used a script :D git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4169 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp20
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
}
-/////////////////////////////////////////////////////////////////////////////////////////////////////////
+