Mojira Archive
MC-224651

Tab-completion doesn't rewrite highlighted text

The bug

When you highlight command argument, the tab-completion doesn't work, how it should and does not overwrite the highlighted argument with the selected argument by using tab.

How to reproduce

  1. Type or copy the following:
    /give @a
    
  2. Highlight the @a using ⇧ Shift + Ctrl + ← (Left Arrow) simultaneously
  3. Press ↹ (TAB)
  4. →  It inserts an another @a, so it creates
    /give @a@a