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

Regex search for processor #276

Open
bgribble opened this issue Nov 9, 2016 · 1 comment
Open

Regex search for processor #276

bgribble opened this issue Nov 9, 2016 · 1 comment

Comments

@bgribble
Copy link
Owner

bgribble commented Nov 9, 2016

This will be very helpful in making connections.

/ pri RET finds the nearest [print], for example

Matches should be interactively highlighted

n and p should navigate to the next and previous match

@bgribble bgribble added this to the mfp 0.06 milestone Nov 9, 2016
@bgribble bgribble removed this from the mfp 0.06 milestone Nov 24, 2016
@bgribble
Copy link
Owner Author

bgribble commented Dec 1, 2023

Better solution, maybe? / starts a new minor mode. Every object on the screen gets a badge with a single character in a-zA-Z0-9. Type that character to select the object.

Objects should keep the same "code" once they have one.

Starting with objects closest to the pointer (or current selection?) and getting farther, we should prefer a letter in the init-type of the object but move to later letters. So if there are just 5 [print] objects, the closest one gets 'p', the next closest gets 'r', etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant