Groups
Sign in
Groups
Haxe
Conversations
Labels
About
Send feedback
Help
The indentation of anonymous objects are missing when formatting it in idea plugin:
8 views
haxe
plugin
Skip to first unread message
Freewind
unread,
Jan 13, 2013, 11:22:47 PM
1/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haxe...@googlegroups.com
I'm using idea 12 with haxe plugin. When I formatting the following anonymous object, the indentations are missing:
var x = {
a:"aa",
b:"bb",
d: {
x: "xx",
y: "yyy",
z: function() {
return "zzz";
}
}
}
It looks like:
var x = {
a:"aa",
b:"bb",
d: {
x: "xx",
y: "yyy",
z: function() {
return "zzz";
}
}
}
trace(x.d.z());
Which is hard to read. Is there any configuration for this or do I miss something?
Freewind
unread,
Jan 13, 2013, 11:39:14 PM
1/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haxe...@googlegroups.com
I reported an issue for it:
http://youtrack.jetbrains.com/issue/IDEA-98975
Reply all
Reply to author
Forward
0 new messages