Harparkrat
- 活动总数 388
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 163
-
创建于 Getters/Setters template
Anyone know where the template code is for the getters and setters that IntelliJ generates? Thanks,Marc -
创建于 Changelist selector missing
I used to have a dropdown in my toolbar where I could quickly switch changelists. However, it is now missing (I'm not sure when it disappeared) and I would really, really like it back. How can I ... -
创建于 JUnit execution abysmally slow
Why is it that IntelliJ (version 9 or 10) runs JUnit tests significantly slower than Eclipse? I have a test suite of 465 tests that runs in 147 seconds in IntelliJ, but the same suite runs in 40 s... -
创建于 Live Templates - How to get the filename?
How do you plug the current filename into a live template? It doesn't appear to be possible. I'm trying to build a live template for JSP pages and I can't find a way to have the name of the JSP ... -
创建于 server.xml context path
How do you get IDEA to respect context paths defined in the server.xml file? Whatever I put is ignored. I know I'm updating the correct server.xml since it's loading my resources and if I remove ... -
创建于 Eclipse integration issue with CVS
I imported an Eclipse project into IntelliJ via the new project wizard. Everything seemed to go fine however, the CVS integration isn't working at all. The problem appears to be that the CVS root... -
创建于 Groovy Plugin
Does anyone know of a Groovy plugin in the works? The current one is old and doesn't look like any work is being done on it. Not having simple things like completion work REALLY sucks. IntelliJ ... -
创建于 Alerts
I want to create a thread that will periodically make a check, and if need be, generate an alert. Ideally, I'd like to have my tool window tab flash or even automatically open. Can this be done i... -
创建于 Dialog management for a settings window
I have a configuration screen for my plugin that loads when the user clicks on the icon that appears on the IntelliJ settings page. This works great and my JPanel displays and the user can interra... -
创建于 How do you create a ToolWindow at the application level?
I want to create a ToolWindow that is at the application level (i.e., it shows up when you start IDEA and doesn't require a project to be open), but the ToolWindowManager appears to only allow you ...