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

Content assist activation char is duplicated #6

Open
basti1302 opened this issue Feb 27, 2012 · 1 comment
Open

Content assist activation char is duplicated #6

basti1302 opened this issue Feb 27, 2012 · 1 comment

Comments

@basti1302
Copy link
Collaborator

Some text fields in preference pages have content assist for variables. If content assist is triggered by an auto activation character, the activation character is not deleted when the user choses one of the proposals. This leads to a duplicated $ or { character in the command definition. (custom commands and custom desktop environment section)

@anb0s
Copy link

anb0s commented Oct 7, 2016

I've faced the same issue with content assist in EasyShell 2.x stream, see "anb0s/EasyShell#91" and fixed it like this:

  • instead of TextContentAdapter() one have to implement own one with overriden "getSelection()" method, that just selects the activation sequences ($, { or ${) and then they are replaced with user selected content, see anb0s/EasyShell@d6f4ea3

:)

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