erinata / SublimeBullet

This is a Sublime Text plugin for markdown style Bullet points and Number lists. It automatically add * and - for unordered lists, > for blockquotes, and numbered items for number lists.
6 stars 8 forks source link

Support for Commnand+Control+Up/Down to reorder ordered items #7

Open fczuardi opened 11 years ago

fczuardi commented 11 years ago

Steps to reproduce:

  1. create an ordered list with 3 items: 1. foo [line break]2.bar [line break]3. baz [line break]
  2. go to item number 3 and press Command+Control+Up to move that line UP

    Expected behavior:

Line 3 would go up and automatically update its item number to the new value (2) and all others below it (item 2 would become item 3 on this case)

Actual behavior:

The line simply moves without numbering updates.