Ticket #14 (closed defect: fixed)
Rapid quoting
| Reported by: | mb0 | Owned by: | mb0 |
|---|---|---|---|
| Priority: | minor | Milestone: | xASDT 0.0.9 Release |
| Component: | editor | Version: | 0.0.9 |
| Keywords: | Cc: |
Description (last modified by mb0) (diff)
by mcreichelt 2007-07-08 13:20
The quoting in ASDT does not work as well as in Java. If I type in "text the ASDT editor writes "text"
But if I type in "text" the editor replaces the first " and the last ", so the result is: "text""" This is a small bug, but it really slows down the typing of ActionScript code. In the default Java view the quoting behaves as I would like it to behave - the editor recognizes that the second (closing) quote belongs to the first (opening) quote.
Same goes for 'text'.
The error seems to be in the class org.asdt.editor.internal.ASCodeScanner.
Oh - the code completion in ASDT works as expected with brackets.
