dolphin/Source/Core/DolphinWX/Debugger
Lioncash 26f3867e20 DolphinWX: Allow short-hand searching in the code window
Lessens the restrictions on the searching in the code view.
Now typing out the full 8 digit hex number isn't needed. For example, you don't need to type 000000FF to go to FF, you just literally type FF.

Also makes JumpToAddress a boolean function to remain consistent with the DSP code view.

This will also change the address search box to have a red background if
either an invalid hex number is given, or if it's longer than 8 characters
2014-07-11 18:32:32 -04:00
..
BreakpointDlg.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
BreakpointDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
BreakpointView.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
BreakpointView.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
BreakpointWindow.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
BreakpointWindow.h Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
CodeView.cpp DolphinWX: Remove unnecessary true within event Skip calls 2014-07-10 20:39:26 -04:00
CodeView.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
CodeWindow.cpp DolphinWX: Allow short-hand searching in the code window 2014-07-11 18:32:32 -04:00
CodeWindow.h DolphinWX: Allow short-hand searching in the code window 2014-07-11 18:32:32 -04:00
CodeWindowFunctions.cpp Check whether the core is running instead of checking if it is unitialized. 2014-07-08 22:30:44 +02:00
DebuggerPanel.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
DebuggerPanel.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
DebuggerUIUtil.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
DebuggerUIUtil.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
DSPDebugWindow.cpp remove unused globals 2014-07-11 16:10:20 +02:00
DSPDebugWindow.h remove unused globals 2014-07-11 16:10:20 +02:00
DSPRegisterView.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
DSPRegisterView.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
JitWindow.cpp Fix a typo in the JIT debugger window 2014-05-18 10:31:39 -04:00
JitWindow.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
MemoryCheckDlg.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
MemoryCheckDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
MemoryView.cpp DolphinWX: Remove unnecessary true within event Skip calls 2014-07-10 20:39:26 -04:00
MemoryView.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
MemoryWindow.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
MemoryWindow.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
RegisterView.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
RegisterView.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
RegisterWindow.cpp Fix a typo in a function prototype in PowerPCDisasm.h 2014-06-04 12:12:28 -04:00
RegisterWindow.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00