Menu

#331 Minor issue with word selection

v1.0_(example)
closed-fixed
nobody
5
2014-09-18
2014-09-18
eymre
No

Hello developers,

First off thanks for the great plugin!

There is a minor issue I come across very often when trying to select with Ctrl+Shift+Arrow Keys.

Steps:

  1. Open a new file with SVEditor
  2. Enter "assign mywire=1'b0;" without quotes
  3. Place cursor right before the equal sign
  4. Press and hold Ctrl+Shift, press Left Arrow for 3 times
  5. Press and hold Ctrl+Shift, press Right Arrow once

Expected: " mywire" is selected
Actual: "=1'b0;" is selected

Also after the 4th step:
Expected: "assign mywire" is selected
Actual: "ssign mywire" is selected. (Note the first letter is not selected)

Tried the same steps with the stock editor and it seems fine.

Using SVEditor 1.5.7.

Thanks,

Discussion

  • Matthew Ballance

    Thanks for the detailed bug report. I can reproduce this issue, and have added a fix to the 1.5.9 release.

     
  • Matthew Ballance

    • status: open --> closed-fixed
     
  • eymre

    eymre - 2014-09-18

    Thanks for the super fast turnaround!

     
  • eymre

    eymre - 2014-09-18

    Just tried with 1.5.9 and first issue is fixed, thanks.
    The issue after the 4th step still exists:

    Expected: "assign mywire" is selected
    Actual: "ssign mywire" is selected. (Note the first letter is not selected)

     

Log in to post a comment.