Notepad++ bug or settngs?

前端 未结 1 1916
借酒劲吻你
借酒劲吻你 2020-12-12 06:18

Suppose I type ABEF then I want to add CD after B to get the wanted text: ABCDEF.

To get the result I want I have

1条回答
  •  一生所求
    2020-12-12 07:24

    Notepad++ and many other programs support both "Insert" and "Overstrike" modes of editing. You are describing the behaviour of "Overstrike". The bottom right hand corner of the Notepad++ window should contain either "INS" or "OVR" to indicate the current mode. Pressing the "Insert" key on a normal keyboard toggles the mode. (On my keyboard the "Insert" key is in a block of six keys, the others are "Home", "End", "Delete", "Page up" and "Page down.)

    0 讨论(0)
提交回复
热议问题