Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: Add ability to filter symbols (by name) #4491

Merged
merged 1 commit into from Dec 17, 2016

Conversation

leoetlino
Copy link
Member

@leoetlino leoetlino commented Dec 4, 2016

This allows the user to filter symbols by name, instead of having to scroll through a very, very long listbox…


This change is Reviewable

@@ -260,6 +265,13 @@ void CCodeWindow::OnAddrBoxChange(wxCommandEvent& event)
event.Skip();
}

void CCodeWindow::OnSymbolFilterText(wxCommandEvent&)
{
auto* ctrl = static_cast<wxSearchCtrl*>(m_aui_toolbar->FindControl(IDM_SYMBOL_FILTER_CTRL));

This comment was marked as off-topic.

This comment was marked as off-topic.

This allows the user to filter symbols by name, instead of having to
scroll through a very, very long listbox…
@Helios747
Copy link
Contributor

LGTM

@Helios747 Helios747 merged commit f431b18 into dolphin-emu:master Dec 17, 2016
@leoetlino leoetlino deleted the debugger-symbol-filter branch December 17, 2016 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants