Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
eldad dor
Total activity
22
Last activity
January 23, 2019 16:01
Member since
March 28, 2011 12:17
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
6
Activity overview
Posts (6)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
October 03, 2017 16:42
I've Installed the latest Intellij 2017.2.5 build and the code doesn't return the DasRoutine names as previously. The .expand method doesn't return any value with the given condition, can you tell ...
Community
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 votes
Created
July 23, 2017 12:29
Thanks, works beautifully!
Community
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 votes
Created
March 28, 2011 14:46
I realize that Progress repainting is done at EDT level, to make things clearer (for you viewer out there)my current action :public class SQLRefNavigationResetAction extends AnAction {private stati...
Community
IntelliJ IDEA Open API and Plugin Development
Running a custom progressBar on plugin Action
0 votes
Created
September 24, 2013 15:27
Thanks for the quick reply...simple and stright answer as always, works great!
Community
IntelliJ IDEA Open API and Plugin Development
Getting an anchorElement for the FileTemplate when using createClass
0 votes
Created
March 28, 2011 12:30
That is correct.I've also tried various implementations for ProgressIndicator, but if I'm not mistakenit works the same way as the Task.Backgroundable.
Community
IntelliJ IDEA Open API and Plugin Development
Running a custom progressBar on plugin Action
0 votes
Created
June 30, 2013 21:24
Thanks Dmitry,your suggestion works great.I have another query about how you suggest to handle the event change for good performance.so far I deduced I can handle the Index change by myself by keep...
Community
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 votes
Created
June 30, 2013 22:07
Maybe I'm answering my own question, but I did find that using the ModulesOrderEnumerator can iteratethe modules nicely when added or removed, (especially added, which is a bigger issue) and by usi...
Community
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 votes
Created
July 01, 2013 19:28
You gave me the proper thing to think about exactly at a time, as I decided to make major changes to my plugin'smodel and indexing specifically , which will require some time...but I guess using th...
Community
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 votes