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
September 02, 2024 13:56
Thank you for your suggestion. I forgot about the thread dump tool. I've created the thread dumps and created an issue there.
Community
IntelliJ IDEA Open API and Plugin Development
WriteCommandAction.runWriteCommandAction got stuck after the IDE was updated to 2024.2
0 votes
Created
December 11, 2019 07:48
I want to inject Tex language (with the Texify IDEA plugin) into markdown files to leverage syntax highlighting and auto completions. For example: ----- This is a **normal** markdown file contain...
Community
IntelliJ IDEA Open API and Plugin Development
How to inject languages into Jupyter Notebooks (> 2019.3)?
0 votes
Created
March 19, 2017 15:51
Thanks, Yann. Using <name> works.
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 votes
Created
January 11, 2017 14:57
Some plugins, like psiviewer, don't have id in their META-INF/plugin.xml files. https://github.com/cmf/psiviewer/blob/master/META-INF/plugin.xml
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 votes
Created
January 09, 2017 02:40
OK....got python plugin id from here: https://github.com/JetBrains/intellij-community/blob/master/python/pluginResources/META-INF/plugin.xml . Really hard to have figured it out. Is there any rou...
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
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
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 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 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 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
Next
›
Last
»