Issue Details (XML | Word | Printable)

Key: FXP-63
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Bratukhin, Andrey
Reporter: Stembridge, Kevin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JavaFX plug-in

Auto complete closing bracket puts cursor outside bracket

Created: 21/May/10 01:44 PM   Updated: 27/Jun/10 08:09 PM   Resolved: 26/Jun/10 06:48 AM
Component/s: Source editor
Affects Version/s: 1.3.0
Fix Version/s: 1.3.3

Time Tracking:
Not Specified


 Description  « Hide
Typing an opening curly brace and then pressing enter will cause the closing brace to be inserted automatically, but the cursor is placed outside the closing brace.

For example:

If I type the following:

Stage {

then press enter, the result will be (X represents cursor)


Stage {
}X

The result should be

Stage {
    X
}



Katz, Max added a comment - 21/May/10 03:47 PM
Do we have time for this to make it into 1.3.1?

Hudson system user added a comment - 26/Jun/10 07:02 AM
Integrated in exadel-javafx-plugin-continuous #92 (See [http://hudson.exadel.org/hudson/job/exadel-javafx-plugin-continuous/92/])
    FXP-63 Auto complete closing bracket puts cursor outside bracket