Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
W L
Total activity
43
Last activity
September 02, 2024 13:56
Member since
September 06, 2013 04:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
11
Activity overview
Posts (10)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
July 24, 2014 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!
Community
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 votes
Created
December 30, 2014 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(...
Community
IntelliJ IDEA Open API and Plugin Development
My language plugin never got run by CLion
0 votes
Created
December 30, 2014 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().
Community
IntelliJ IDEA Open API and Plugin Development
My language plugin never got run by CLion
0 votes
Created
January 08, 2015 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...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 23, 2015 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...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 27, 2015 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...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 23, 2015 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...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 23, 2015 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'...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 30, 2015 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...
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
Created
January 30, 2015 15:52
Thanks for your explaination. I've turned to clang-format :-)https://plugins.jetbrains.com/plugin/7674?pr=
Community
CLion
plugin development: DocumentationProvider for CLion
0 votes
«
First
‹
Previous
Next
›
Last
»