You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IVsTextView APIs treat tabs as a single column but box selection works on virtual columns. This changes the meaning of the column indices given by IVsTextView across lines with different tab indents.
Best solution would be to find an API that deletes the entire current selection. Other solutions might include finding a way to access the current tab width or the extent of the box selection on a specific line.
The text was updated successfully, but these errors were encountered:
IVsTextView APIs treat tabs as a single column but box selection works on virtual columns. This changes the meaning of the column indices given by IVsTextView across lines with different tab indents.
Best solution would be to find an API that deletes the entire current selection. Other solutions might include finding a way to access the current tab width or the extent of the box selection on a specific line.
The text was updated successfully, but these errors were encountered: