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

Allow editing outside the initial selections #3

Open
caspark opened this issue Mar 20, 2014 · 0 comments
Open

Allow editing outside the initial selections #3

caspark opened this issue Mar 20, 2014 · 0 comments
Assignees

Comments

@caspark
Copy link
Owner

caspark commented Mar 20, 2014

Most of the interesting use cases of multiple cursor editing come from starting out with identical selections and then moving the cursor out of them, such as by pressing Home/End or navigating with Ctrl+<Arrow Keys>.

Unfortunately this isn't supported by Eclipse Linked Mode Editing, because it requires that the selection is identical. Hence, we'll probably need to reinvent the wheel a bit to get this working.

@caspark caspark assigned caspark and unassigned caspark Mar 20, 2014
caspark added a commit that referenced this issue Jun 8, 2014
That is, doing something without using Eclipse linked mode.

Bit of scaffolding, mainly working out how to draw onto Source Viewers,
and a bit of experimentation on how we might handle editing in multiple
locations at once.
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

1 participant