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

Enhancement: browse single characters, e.g. operators, identical and resp. counterpart #18

Closed
GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

How about adding support for browsing single characters? 
Especially the ability to navigate among operators and quote characters like: 
', ", (, ), [, ], {, } would be very helpful.

Additional: when navigating among braces and compounds like (, ), {, } it would 
be helpful to be able to jump not only to occurrences of that same character, 
but also to the corresponding counterpart character.  




Original issue reported on code.google.com by stensch...@gmail.com on 29 Apr 2014 at 8:36

@GoogleCodeExporter
Copy link
Author

Original comment by minas.ma...@gmail.com on 2 Jun 2014 at 4:47

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Thanks for the input.

I've been thinking about a good and simple solution but I'm still unsure if 
there is a straightforward way to offer this (and still remain simple in use). 
What about this situations:

   public void foo(String bar);

BrowseWordAtCaret at left of the opening brace starts navigating for "foo". At 
right of it starts with "String". 

Ok, one possible solution would be that the user needs to select the character 
and then do a navigation. So this kind of navigation would only work with 
selection. :-/

So I'm uncertain to take action on this issue and to leave BrowseWordAtCaret 
word based only.

Any feedback is welcome.

Original comment by minas.ma...@gmail.com on 2 Jun 2014 at 5:22

  • Added labels: ****
  • Removed labels: ****

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

2 participants