Sublime Forum

Selection bug on 20090926

#1

seems like a selection bug on latest beta: 20090926

try this:

  • open new file
  • paste this:

<bindings> <binding key="ctrl+shift+u" command="runMacroFileSilently 'Packages/User/SwapFirstLetterCase.sublime-macro'"/> </bindings>

now try selecting parts of the text (grab few lines), e.g. mark with mouse at <binding key="ctrl+s and start dragging the selection down, you will see the 2nd line is not displayed correctly.

vim.

0 Likes

#2

I can’t seem to replicate this - could you post a screenshot?

0 Likes

#3

i have almost wrote this:

BUT: you must turn wrap lines on, and shrink the window.

here is a screen shot:


and here it is:


vim

0 Likes

#4

This is a problem with indentSubsequentLines, the selection rendering is igoring the setting: I’ll fix it for the next beta.

0 Likes

#5

This is fixed in 20090929

0 Likes