主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
W L
活动总数
43
最后的活动
2024年09月02日 13:56
成员加入日期
2013年09月06日 04:15
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
11
活动概览
帖子(10)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月24日 13:28
Hi, Yann! I followed your advice, implemented a CompletionConfidence class and registered it in the plugin.xml file. Everything worked! Thanks for your great patience!
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年12月30日 11:18
It seems not like this.When I pressed Ctrl + Q, only getUrlFor() was called, twice. generateDoc() was not called.Also, when I moved the cursor to an element with Ctrl pressed, getQuickNavigateInfo(...
社区
IntelliJ IDEA Open API and Plugin Development
My language plugin never got run by CLion
0 票
创建于
2014年12月30日 15:16
Sorry, but I still can't figure out why clion wouldn't pause at breakpoints inside getQuickNavigateInfo() and other member functions except getUrlFor().
社区
IntelliJ IDEA Open API and Plugin Development
My language plugin never got run by CLion
0 票
创建于
2015年01月08日 14:50
"W L" is OK. :)When a macro is complex, I wanna see the formatted expansion, not the raw version.I reported this issue on youtrack.jetbrains.com with a screenshot: https://youtrack.jetbrains.com/is...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月23日 01:46
I looked into this problem further and found clion actually recognized this plugin and loaded it successfully. But there are still some problems.My implementation inherits DocumentationProvider cla...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月27日 08:28
It said something like "try to write in a read thread, dead-lock is comming...."I tried both ApplicationManager.getApplication().runWriteAction() and ApplicationManager.getApplication().invokeLater...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月23日 02:15
with the help of IDEA, i finally found out that the plugin should be registerered like this: <lang.documentationProvider language="ObjectiveC" implementationClass="com.github.itechbear.macroexpansi...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月23日 03:29
Now i'm stuck in read/write problems. In order to format the replacement text, this plugin creates a virtual file, formats it, get its text and deletes it later. But the idea plugin platform doesn'...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月30日 03:52
The original message is:Must not start write action from within read action in the other thread - deadlock is coming.It happened when the plugin tried to run the following code: new WriteCommandAct...
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
创建于
2015年01月30日 15:52
Thanks for your explaination. I've turned to clang-format :-)https://plugins.jetbrains.com/plugin/7674?pr=
社区
CLion
plugin development: DocumentationProvider for CLion
0 票
«
第一页
‹
上一页
下一页
›
最后
»