Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Vicky D
Total activity
96
Last activity
January 24, 2022 19:15
Member since
March 30, 2017 06:33
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
30
Activity overview
Posts (14)
Comments (51)
Sort by recent activity
Recent activity
Votes
Edited
December 08, 2020 01:08
Facing same issue with JEditorPane in 2020.3. Have not checked the previous releases. I am still working on the plugin and seeing some discrepancies in different themes. For example: 1. In Darcul...
Community
IntelliJ IDEA Open API and Plugin Development
Why IntelliJ IDEA 2020.1 doesn't properly render HTML content font color in Dracula theme for JTextPane?
0 votes
Edited
November 06, 2020 19:08
I agree that 'hasRunningCommands' should be called on the model change. But we have to remove the modelListener once there are no running commands and that needs to happen in the modelChanged() met...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
November 06, 2020 06:18
The model listener works but then the listener is attached to that terminal tab.. anything else run in future in that terminal sends events to the listener even after the main command that I was in...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Edited
November 04, 2020 22:30
Errata.. (shellTerminalWidget.hasRunningCommands()) seems to be working even for the above mentioned case now. I ll dig in more. But it would have been great to be able to attach a listener (g...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
November 04, 2020 20:08
Hi Sergey The process is done only when the terminal tab is closed. I was looking for more about when a particular command that is sent to the process is finished. The following does help if (shell...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Edited
November 03, 2020 23:07
This is great. Thank you. We are on 2020.2.3 so it works for us. Question: I would like to attach a processListener to it so can do some other stuff when process is finished. Any ideas?
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
May 07, 2019 17:38
The developers have not been using bare bone IntelliJ Idea. We start the IDE instance with a couple of plugins installed. The issue has been logged. Thanks https://youtrack.jetbrains.com/issue/IDEA...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManagerImpl seems to make IDE hang in 2019.1.1
0 votes
Created
May 07, 2019 01:26
Attaching more threaddumps ``` 2019-05-06 17:43:46Full thread dump OpenJDK 64-Bit Server VM (11.0.2+9-b235 mixed mode):Threads class SMR info:_java_thread_list=0x00000262db48e120, length=39, elemen...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManagerImpl seems to make IDE hang in 2019.1.1
0 votes
Created
April 26, 2019 00:27
And the compilation works i.e. the versionString is set in the jdk.table.xml if before running the compile process, any dialog like settings is opened. In my code I am using the following: public...
Community
IntelliJ IDEA Open API and Plugin Development
IJ19: myProjectJavaSdks fromProjectDescriptor is empty the first time
0 votes
Edited
April 26, 2019 00:26
in jdk.table.xml <version value="java version "11.0.1"" /> is not set as the ide instance / rebuild starts. It gets set.. but too late probably <component name="ProjectJdkTable"> <...
Community
IntelliJ IDEA Open API and Plugin Development
IJ19: myProjectJavaSdks fromProjectDescriptor is empty the first time
0 votes
Next
›
Last
»