Ticket #77 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

'crazy cursor' when writing foreach() statement

Reported by: aarti_pl Assigned to:
Priority: major Component: descent.astview
Version: 0.5 Keywords:
Cc:

Description

how to reproduce:

1. write foreach
foreach

2. ide will add parenthesis
foreach()

3. write e.g. col
foreach(col)

4. write ';'

5. ide will move ';' outside of parenthesis
foreach(col);

Change History

04/30/08 07:04:41 changed by aarti_pl

There is same behavior when you write string literal, and inside quotation-marks you write ';'

07/06/08 14:21:50 changed by asterite

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in descent0.5.3.20080706.

For strings this is correct behaviour. You can deactivate it Windows -> Preferences -> D -> Editor -> Typing -> Automatically insert at correct position (semicolons).