[Ann] SmarterEditor 0.5
Version 0.5 is now available, now with a "smart split" action which splits the current string literal into two pieces.
This works with Java and Javascript literals.
If some part of the literal is selected the string is split around the selected part.
The default keyboard shortcut is alt + PLUS .
Is this is useful for you, please vote
Best regards,
Wallaby
Please sign in to leave a comment.
Thanks Wallaby for picking up my suggestion :)
Currently the next action doesn't really work. Both in Java and JavaScript ALT-PLUS splits this
"two words"
into
"two + "" + words"
It should of course be
"two " + + "words"
Regards
Stephen
On 18.03.2010 01:36, wallaby.pouch wrote:
>
>
>
>
>
Hi,
today I noticed that too
This is going to be fixed soon.
(You can still use the split feature with a selection, that should work as expected.)
Does alt + PLUS work for you?
For me, in the latest 9.0.2 EAP this did work with a german keyboard layout but not with an us layout. I'll probably change the shortcut to something which works.
Regards,
Wallaby
Hallo Wallaby, ALT-PLUS funktioniert bei mir. Ich war überrascht, dass ein so "schöner" Shortcut noch frei ist,
aber das erklärt sich natürlich dadurch dass er auf einem englisshen Tastaturlayout nicht funktioniert.
Danke im Voraus für die Fehlerkorrektur!
(ALT-PLUS works for me, but I am using germany layout, too.)
On 19.03.2010 01:23, wallaby.pouch wrote:
>
>
>
>
Hallo,
version 0.5.1 contains a fix for the problem. For now alt+PLUS is the shortcut.
Rregards,
Wallaby