主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
45
最后的活动
2022年02月01日 19:35
成员加入日期
2016年11月01日 19:50
关注
0 名用户
关注者数
0 名用户
投票数
19
订阅数
8
活动概览
帖子(6)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2019年01月21日 22:38
OK, I ended up with implementing `methodReferencesSearch` extension, like Colin.
社区
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 票
创建于
2019年01月21日 21:14
I found the reason. I defined FindUsagesProvider: class HtlVariablesFindUsagesProvider : FindUsagesProvider { ... override fun getWordsScanner() = DefaultWordsScanner( HtlLexerAdap...
社区
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 票
创建于
2019年01月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problem searching for Java methods by bean property name
0 票
创建于
2016年12月23日 15:34
Hi Dennis, no problem :-) someValue is identifier which can be renamed. It could be also used in expressions (inside of ${}), like: ${someValue}
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 票
创建于
2016年12月23日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 票
创建于
2016年12月12日 20:12
Thanks for your information, I see now. I will use my own Ultimate license for sandbox then.
社区
IntelliJ IDEA Open API and Plugin Development
License expiring during plugin development
0 票
创建于
2016年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 票
已编辑于
2016年12月11日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 票
创建于
2016年12月03日 15:04
Thank you Dennis, that's what I needed.
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
0 票
已编辑于
2016年11月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Quote handler in template language
0 票
下一页
›
最后
»