This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more chars to escape when populating searchbox
If you use C++ bindings and __PRETTY_FUNCTION__ to generate the name of the scope, you end up with things like ``` void *foo(bool) ``` as scope names. And for objectiveC you have things like ``` [MyClass setThing] ``` And I'm sure there's some situation in which { } might be used by someone too.
- Loading branch information