Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Joe Betz
Total activity
5
Last activity
March 16, 2016 19:16
Member since
December 18, 2015 06:35
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
December 18, 2015 06:35
Thanks Brent,I ran into the same issue with my plugin. And was able to fix it by creating a new DefaultWordsScanner for each call to my implementation of FindUsagesProvider.getWordsScanner().
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
March 16, 2016 19:16
Yaroslav, Thanks! I added a new FormattingModelBuilder for the doc comment sub-language and included a rule like: .before(SchemadocTypes.DOC_COMMENT_LEADING_ASTRISK).spaces(1) Works perfectly! -Joe
Community
IntelliJ IDEA Open API and Plugin Development
How to add javadoc style documentation comments to a language plugin?
0 votes