Modify

#121 closed enhancement (fixed)

Condensed syntax for Object Literals

Reported by: tom Owned by: tom
Priority: major Milestone: 0.0.14
Component: tooling-fxgraph Version: 0.0.13
Keywords: Cc:

Description

The syntax for String and Number literals should be made easier.

FXCollections createdby observableArrayList {

String("A"),
String("B"),

}

to

FXCollections createdby observableArrayList {

"A",
"B"

}

Attachments (0)

Change History (1)

comment:1 Changed 13 months ago by tom

  • Resolution set to fixed
  • Status changed from new to closed

Add Comment

Modify Ticket

Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.