eldad dor
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
创建于 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... -
创建于 Getting Routines/Procedures name
已回答I'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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...