Opened 13 years ago
Closed 13 years ago
#107 closed defect (fixed)
Insertion point moves during tab
Reported by: | gz | Owned by: | gb |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | IDE | Version: | |
Keywords: | Cc: |
Description
The behavior of the insertion point during indentation (Tab command) is still not quite right. The case where the insertion point is initially in the whitespace before the first non-whitespace character on the line is now correct (the insertion point moves to the first non-whitespace character). However if the insertion point is initially after the whitespace, then it shouldn't change (currently it gets moved to the first non-whitespace character, not correct).
Change History (1)
comment:1 Changed 13 years ago by gb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Should be fixed in changeset:7433.