PreviousNextTracker indexSee it online !

(77/212) 224 - Backspace during overwrite

When in "overwrite" mode (by pressing Insert key), it would be good for the backspace key to change its behaviour.

When "overwriting" something, I want my typing to overwrite characters, without shifting the spacing of the line to the right of where I'm typing. However, if I type a wrong character, if I want to correct it by hitting backspace and then typing the correct character, the "backspace" does shift the rest of the line back one space -- not what I wanted.

Current behaviour:
Backspace over the character to the left of the cursor.

Suggested behaviour:
If at the end of the line: backspace over the character to the left of the cursor.
If _not_ at the end of the line: Move the cursor to the left one character. Then replace that character (now to the right of the cursor) with a space.

Submitted cmcqueen1975 - 2008-05-16 01:13:00 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2008-05-16 12:01:05
blackweli

Logged In: YES
user_id=971109
Originator: NO

I think the default behavior of any editor should be what most users expect and as it is offered in many editors used on a day to day basis by many people (completely braindead behavior being the exception). (Personally, I expect the default behavior to be as it currently is.)

"I want something else" should be supported, possibly by way of (hopefully simple) scripting or perhaps reconfiguration.

What are the possibilities for altering such a single behavior in case of jEdit? Create a Beanshell macro and map that to the backspace key? Can one hook a Beanshell macro up to be executed instead of the built-in backspace functionality, without explicitly doing this by assigning execution of the macro to the backspace key?