Alain Tavan

- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 3
- 订阅数 19
-
创建于 Throwable: Synchronous execution on EDT on PsiFile.delete() why is this happening, how can I prevent this ?
已回答Dear Support, first of all happy new year to you ;) I wish you guys the same success like you had during all these years :)my issue : on my plugin I try deleting a psiFile then add another psiFile... -
创建于 PasteAction not called when running through IntelliJ?
已回答Hi all, for my plugin I created my own JTextPane that listen to drap and drop and copy/paste of pictures This Component is named DragDropTextPane Basically I registered my own action in my DragDr... -
创建于 What is the best way to get the branch of a file ?
已回答Hi all, I wrote following code. It executed when the editor is changing file or during a schedule timer task (every 30 seconds) public String getBranchOfFile(Project project, VirtualFile file) {... -
创建于 how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
已回答Hi All, I have a class that implements Configurable and that is working as expected. I replaced one combobox with a TextFieldWithCompletion and I get some nasty exception when opening the setting... -
已编辑于 annotation right click add a menu entry and get the author string
已回答Hi all, I wrote a plugin that allow me to get some specific information about some user. I'm looking for a way to make it even better for users Therefore I need to add a context menu to the annota... -
创建于 is there a way to know that a PsiLiteralExpression is on a modified line ?
Hi all, I build my own LocalInspectionTool that is working great. In fact it found so much problems that i often have a file with a lot of yellow highlighting in the code. My idea : add an option t... -
创建于 is it possible to override CTRL + mouse click for specific SpiElement ?
已回答Hi Everybody. I already wrote a quickNavigateInfo for some specific PsiElement that show me the translation corresponding to the java variable (the same way that I18n works) Now i'm looking for... -
创建于 package does not exists issue when removing my graddle version '2018.3' option
已回答Hi All, I have an IntelliJ plugin. I saw that in my build.gradle i had following option intellij { version '2018.3' type 'IC'} I tried removing the version to build on the same version i'm ... -
创建于 intelliJ get classname of variable at carret
已回答Hi, anyone knows how to get the classname of a variable under the mouse caret ? I started something like that final PsiFile file = CommonDataKeys.PSI_FILE.getData(dataContext);Project project ... -
已编辑于 Autopopup on CTRL + mouse over
已回答Hi all, I want to extend a plugin I wrote to have the same behavior as the CTRL + mouse over on variables. The company I work for is using it own way of handling translations (i wished they used I1...