You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: