Ticket #344 (new defect) — at Version 1

Opened 15 years ago

Last modified 14 years ago

git master: editor: tab key works incorrectly when block is marked(F3)

Reported by: slyfox Owned by:
Priority: major Milestone: 4.7
Component: mc-core Version:
Keywords: commited-master Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by slyfox) (diff)

Let's create small file:

foo
bar
quux
baz

Let's mark 'oo' substring and thentry to insert TAB in between of 'uu'.
We expect something like this:

f<F3>oo</F3>
bar
qu<--------><cursor-pos/>ux
baz

But we get:

<-------->f<F3>oo</F3>
bar
qu<cursor-pos/>ux
baz

Tab is placed at marked line, not at cursor-pos.

Change History

comment:1 Changed 15 years ago by slyfox

  • Description modified (diff)
Note: See TracTickets for help on using tickets.