2013/5/20 Igor Stasenko <siguctua@gmail.com>
On 19 May 2013 22:01, Denis Kudriashov <dionisiydk@gmail.com> wrote:
TxInsertModeEditDecorator - input with "insert mode" where any new character replace next one.
insert mode is actually opposite - inserts when you type.
replace mode is replaces when you type.
I choose this name because on Windows you have "insert key" to activate
such mode in many text editors.
I agree with Igor on this one. The "insert key" toggles between Insert
Mode and Overwrite Mode - but
the "key" is not the "mode" - it only triggers the transition between
the two modes. The perception that the "insert key" is more strongly
related Overwrite Mode is an illusion since most text editors are
in Insert Mode by default. Per your description
TxOverwritetModeEditDecorator would be more correct.