eldad dor
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created DbDataSourceImpl.getModel fails because: parent is null
I'm using the DbDataSource API and sometimes after working with Intellij for while & I think it's only after opening more then a single instance of Intellij an error raises when calling the checkVa... -
Created Getting Routines/Procedures name
AnsweredI'm using the new DasUtil and DatabaseSystem with a custom plugin, I'm initializing a TextFieldWithAutoCompletion and I want all the Store Procedures names to be initialized into it,I was working i... -
Created Getting an anchorElement for the FileTemplate when using createClass
I have a plugin that in some point creates a new class (using the JavaPsiFacade for this)The new class created would have a custom annotation inserted to it, and I'm using the Class PsiElement to a... -
Created Listening for root changes when maven multimodule pom changes
I have a plugin that holds references between some xml files to a certain annotation id, (maybe I'll find timeto make it more generic and post it to the plugin repository...so far I didn't)and it s... -
Created Using PackageIndex in IdeaTestCase unit testing
I have a plugin that uses intelliJ's indexing api,the plugin logic is depdent on the ProjectIndex scanning capabilities, so I'm running this code:public class XmlParsingUtilTest extends TestSourceB... -
Created Running a custom progressBar on plugin Action
I'll start with some explanations -I've written a plugin that navigates from a class annotation to a corresponding xml attribute.since I model the data by myself, I traverse between files TextEdito...