Moving and vanishing lines of code; trouble with Eclipse's XML Editor

前端 未结 7 1799
说谎
说谎 2020-11-27 12:02

Sometimes my code moves on its own or just disappears in the Eclipse XML editor.

\"Yikes!\"

When I hi

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-27 12:38

    I had the same issue. The following steps were the solution. Link suggest its worked for others.

    1. Go to Preferences -> keys
    2. Unbind copy, paste, and cut (hit "apply", then "ok")
    3. repeat step 1
    4. Restore unbound commands from step 2 (I didn't restore cut, but I'm sure you'd be fine)

    Notice there are 2 bindings for each of the 3 commands

    1. Unbind secondary function for both copy and paste (leave ctl+c/ctl+v [copy/paste] bound)

    At this point you should only have 2 bindings set to perform copy/paste (i.e., ctl+c/ctl+v)

    1. Hit apply -> OK

    This solution was found here.

提交回复
热议问题