While deleting text with the two keys option (alt) + backspace, and repeting this operation, non-deleted extra white space accumulate before the cursor.
If a non alpha char is encountered (punctuation, etc.) and that I keep deleting that way, the non-alpha chars are not deleted and are are accumulated with the white space.
This is fixed now.
Changes committed to the repository (rev. 1266 (sourceforge.net)). The core must be rebuilt.
thanks! it works just fine. Do you think it could be possible to have this change also when deleting word forward (I should have mentionned it in the first place). With fn+alt+backspace alpha deletes the forward word but white spaces and punctuation marks.
Done. I have modified tclCmdDeleteWord to adjust the range on the current position. This fixes the Delete Word Forward command (bound to
⌥⇧-Delete).Changes committed to the repository (rev. 1269 (sourceforge.net)). The core must be rebuilt.