Author Topic: Ctrl+del (line) causes strange selection  (Read 2838 times)

PouncingPanda

  • Community Member
  • Posts: 74
  • Hero Points: 2
Ctrl+del (line) causes strange selection
« on: April 20, 2008, 07:35:14 AM »
Editing Python on Vista with SE 13.0.0.

Used Ctrl+backspace on a function def line (cursor in line 1 below).  Dialog popped up, I said 'delete line'.  Note I have feature 'leave selected' turned on (search option).  It deleted the line.  I then hit Ctrl+Z (undo).  It caused the entire function block to be highlighted with that persistent selection (not sure what its called) that expands with the cursor.  Really bizarre, seems like nothing should be highlighted.  Bug?

Code: [Select]
1:    def __init__(self, fileIn, fileOut):
2:        # Depth inside entity.complex nested items
3:        self.ignore = 0