Hugo Palma
- 活动总数 162
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 43
-
创建于 Can't create more than one library in project
It seems that i can create a project or application level library just fine only if there's still no other library at the same level. If there's at least already one library at the same level where... -
创建于 Best way to visit all classes
I was wondering about what is the most effective way to visit all the classes in a module.Any ideas ? -
创建于 Can't unit test plugin in IDEA 7
I was using the test framework in IDEA 6, setting the idea.plugins.load parameter to false on the JVM.After i migrated my plugin to IDEA 7 the unit tests stopped working. Even though i set the same... -
创建于 Toolwindow icon and shortcut
My plugin registers a new toolwindow using the ToolWindowManager.registerToolWindow API.This works fine except for two things:- Although i set the icon in the ToolWindow instance and that icon show... -
创建于 Exception when creating annotations
I'm getting a weird exception when my annotator creates an annotation. Here's the stack trace:+java.lang.ClassCastException: java.util.ArrayList cannot be cast to [Ljava.lang.Object; at com.intelli... -
创建于 Generating source code in FacetTypeFrameworkSupportProvider
I have a FacetTypeFrameworkSupportProvider implementation and i would like to generate some classes when the facet is created.So, i overrided the onFacetCreated method and implemented the generatio... -
创建于 Autocompletion with custom language error
I'm creating a new language but i'm trying to reuse some components from the XML and HTML languages. So i have a simple FileType that extends XmlLikeFileType and that in the constructor creates the... -
创建于 Link to file location from JTextPane
My plugin adds a toolwindow with a JTextPane in it.How can i create links to file locations from the text in the JTextPane just like what you see in the messages toolwindow when for instance it sho... -
-
创建于 Functional testing plugins
Hi all,i'm looking for a tool to automate my plugins functional tests as much as possible and i was wondering if anyone has any tips about such applications working with IDEA.It would also be cool ...