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

Jump to any clickable element with jumpy? #70

Open
ghost opened this issue Jul 12, 2015 · 7 comments
Open

Jump to any clickable element with jumpy? #70

ghost opened this issue Jul 12, 2015 · 7 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2015

Closing this since it is probably not of interest to you.

@ghost ghost closed this as completed Jul 12, 2015
@DavidLGoldberg
Copy link
Owner

Absolutely is. Actually, my first thoughts about Jumpy was really a clickable region idea. I had the idea 10 or 11 years ago. This was a college project when I barely knew how to program, but the picture gives the idea:
http://uix.sourceforge.net/

The chrome extension vimium does a good job at this.

@DavidLGoldberg
Copy link
Owner

Did you ever raise the issue in Atom/atom? If so could you link me to it?

@tofagerl
Copy link

So if I understand this and a few other bugs correctly, there is no way to just use regex in order to put labels everywhere people want. I assume AST is the best alternative, but with AST camelcase and other mid-expression targets would be more difficult.

What about using regex within AST nodes?

@DavidLGoldberg
Copy link
Owner

Basically the discussions concluded in just hard coding the few edge cases
we all wanted.

On Wed, Jul 22, 2015, 06:26 Tom Fagerland notifications@github.com wrote:

So if I understand this and a few other bugs correctly, there is no way to
just use regex in order to put labels everywhere people want. I assume AST
is the best alternative, but with AST camelcase and other mid-expression
targets would be more difficult.

What about using regex within AST nodes?


Reply to this email directly or view it on GitHub
#70 (comment)
.

@tofagerl
Copy link

Well, that would be faster. Where can I find this discussion. And is there a gist somewhere where I can find a way to add newlines? I can probably hack it together myself, but... DRY...

@RAbraham
Copy link

Hi, first of all, thanks for making this amazing package.
I was wondering if this idea was still of interest to you. I would love to use jumpy to access links in the Symbol References View. For e.g., below, after I find all the references to a function, it would be great to use jumpy

  • to be able to directly go to Line 46 of features/build_features.py which is another file.
  • If I click on the bottom facing arrow to the left of features/build_features.py, it toggles and hides the code. It would be cool to do that with jumpy

screen shot 2018-01-14 at 12 03 46 am

@DavidLGoldberg
Copy link
Owner

DavidLGoldberg commented Jan 14, 2018 via email

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

No branches or pull requests

3 participants