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

Add "Mark Occurrences" capability for text files #123

Open
cassiobastos opened this issue Sep 14, 2016 · 6 comments
Open

Add "Mark Occurrences" capability for text files #123

cassiobastos opened this issue Sep 14, 2016 · 6 comments

Comments

@cassiobastos
Copy link

Eclipse allows us to mark occurrences of the selected element only for java and javascript files. It would be very helpfull being able to do that in .sql, .txt, etc...

@iloveeclipse
Copy link
Owner

iloveeclipse commented Sep 15, 2016

I see your pain. Kate does this in the nice way. I think this should be doable, but I have no free time for it yet.
If someone wants to contribute it, pull requests are welcome.
What would be even better, if this would be part of the standard Eclipse => I'm going to create an enhancement request.

@iloveeclipse
Copy link
Owner

@fabioz
Copy link

fabioz commented Sep 16, 2016

Hi, I just wanted to point that LiClipseText (http://www.liclipse.com/text/) has that feature (while working as a generic editor for many formats).

@iloveeclipse
Copy link
Owner

LiClipseText (http://www.liclipse.com/text/) has that feature

Fabio, do you want to contribute this to the platform?

@fabioz
Copy link

fabioz commented Sep 16, 2016

Well, unfortunately, I think that the current implementation:

https://github.com/fabioz/LiClipseText/tree/master/plugins/org.brainwy.liclipsetext.shared_ui/src/org/brainwy/liclipsetext/shared_ui/mark_occurrences
https://github.com/fabioz/LiClipseText/tree/master/plugins/org.brainwy.liclipsetext.editor/src/org/brainwy/liclipsetext/editor/common/mark_occurrences

is too tied to the infrastructure available on LiClipse and I really don't have the time to port it to the platform (but I'm Ok -- and the license allows for it -- if someone wants to use it a reference to add it to the platform)...

@iloveeclipse
Copy link
Owner

OK, I see, I have similar things in AnyEdit to color whitespace, and it is also tightly coupled with the rest of AnyEdit.

I think a complete new implementation wouldn't be much more complicated as removing the code dependencies from copy/pasted code :-).

We only need someone who can get free time for it :-)

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