Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Bruce Mitchener
Follow
New posts
New posts and comments
Total activity
4
Last activity
January 16, 2016 13:43
Member since
November 12, 2013 13:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (3)
Bruce Mitchener
commented,
November 12, 2013 21:19
Thanks!Is that done via live templating or another mechanism?
Community
IntelliJ IDEA Open API and Plugin Development
Dedent the closing token of a block statement
0 votes
Bruce Mitchener
commented,
November 12, 2013 15:55
So, if we have this:if (cond) body; (1)end; (2)Then, when pressing enter at (1), it will be aligned with body.When pressing enter at (2), we want it to de-dent that line, but from what you're sayi...
Community
IntelliJ IDEA Open API and Plugin Development
Dedent the closing token of a block statement
0 votes
Bruce Mitchener
commented,
November 12, 2013 13:42
When we press enter, it isn't dedenting either though. The code involved is somewhere in https://github.com/dylan-foundry/DeftIDEA/blob/master/src/org/dylanfoundry/deft/filetypes/dylan/formatter/Dy...
Community
IntelliJ IDEA Open API and Plugin Development
Dedent the closing token of a block statement
0 votes