Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Michael Baldwin
Follow
New posts
New posts and comments
Total activity
6
Last activity
January 16, 2016 11:31
Member since
January 02, 2016 22:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (3)
Michael Baldwin
commented,
January 02, 2016 23:27
Hi Meilun,There's an intention that determines the value of String concatenation: CopyConcatenatedStringToClipboardIntention.You may be able to use the logic as a starting point.It will even work i...
Community
IntelliJ IDEA Open API and Plugin Development
Any method to calculate constant operations?
0 votes
Michael Baldwin
commented,
January 02, 2016 22:53
What features would you like?Assuming iHTML is valid xml you have a pretty comprehensive set of iHTML files already code completion and error highlighting would be very simple to do without a cust...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Plugin Advice
1 vote
Michael Baldwin
commented,
January 02, 2016 22:12
Hi Lars,Are there any lines that contain A that don't start with A? If A always starts a line, you could try Indent.getAbsoluteNodeIndent() for block == A, which will position A in the leftmost col...
Community
IntelliJ IDEA Open API and Plugin Development
Block indent always relative to top of file?!
0 votes