Modify ↓
Opened 13 months ago
Closed 13 months ago
#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
Note: See
TracTickets for help on using
tickets.
