Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
45
Last activity
February 01, 2022 19:35
Member since
November 01, 2016 19:50
Following
0 users
Followed by
0 users
Votes
19
Subscriptions
8
Activity overview
Posts (6)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
January 21, 2019 22:38
OK, I ended up with implementing `methodReferencesSearch` extension, like Colin.
Community
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 votes
Created
January 21, 2019 21:14
I found the reason. I defined FindUsagesProvider: class HtlVariablesFindUsagesProvider : FindUsagesProvider { ... override fun getWordsScanner() = DefaultWordsScanner( HtlLexerAdap...
Community
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 votes
Created
January 20, 2019 21:35
I'm struggling with exactly the same problem. Does anyone know what can be the reason? I'd like to understand why it's not working and avoid implementing custom searcher to solve the issue. Element...
Community
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 votes
Created
December 23, 2016 15:34
Hi Dennis, no problem :-) someValue is identifier which can be renamed. It could be also used in expressions (inside of ${}), like: ${someValue}
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 votes
Created
December 23, 2016 09:18
Hi Dmytro,I'm developing HTL/Sightly plugin (for entire AEM actually) and have working and released version already. I don't know what is your goal in developing it (learning/fun/work), but if you ...
Community
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 votes
Created
December 12, 2016 20:12
Thanks for your information, I see now. I will use my own Ultimate license for sandbox then.
Community
IntelliJ IDEA Open API and Plugin Development
License expiring during plugin development
0 votes
Created
December 12, 2016 18:45
I got back to my plugin and read this article: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/reference_contributor.html There is emphasized sentence: Every element w...
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 votes
Edited
December 11, 2016 18:18
Hi Dmytro,Please notice, that my screenshot is from IntelliJ IDEA Ultimate (you can see highlighted JS/CSS keywords) and your is from Community Edition (I guess). Community Edition doesn't support ...
Community
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 votes
Created
December 03, 2016 15:04
Thank you Dennis, that's what I needed.
Community
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 votes
Edited
November 23, 2016 21:07
EDIT: Solved. I checked how JSON lexer is built and noticed, that string token has optional ending quote. It allows to tokenize unclosed strings. I did the same in my lexer and it works now. Thanks...
Community
IntelliJ IDEA Open API and Plugin Development
Quote handler in template language
0 votes
Next
›
Last
»