我最近开始使用 IntellIJ 宏。 问题是每当我重新启动我的系统 / intellij (不确定) 时, 它们都会被删除 。
有没有办法我可以阻止它被删除 并不得不在重新开始时再录一次?
我最近开始使用 IntellIJ 宏。 问题是每当我重新启动我的系统 / intellij (不确定) 时, 它们都会被删除 。
有没有办法我可以阻止它被删除 并不得不在重新开始时再录一次?
宏存储在 < a href=" "http://devnet.jetbrains.net/docs/DOC-181, rel="nofollow"\\ code\ CONFIG_ /code\ /acode>optionsmacros.xml 文件中。 验证此文件是否存在, 是否在重新启动之间被删除或覆盖 。
I m just swapping from eclipse to IntelliJ, and I can t find this particular feature. In Eclipse, when the cursor is inside the brackets of a method-call and I press Ctrl+Space, it tells me which ...
I m trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several IDEs on the same ...
By default the IntelliJ IDEA interface contains the following tabs/panels: Project (tabbed to the left) Structure (tabbed to the left) Commander (tabbed to the right) Ant Build (tabbed to the right) ...
The IntelliJ Groovy/Grails support in IntelliJ IDEA 8.1 is great. However, I ve recently upgraded to the new and recently open-sourced IntelliJ IDEA Community Edition 9.0 BETA. Since updating to the ...
Which setting do I now use to produce logging output with log.info statements within my own controllers? Here s what I ve setup in config.groovy and I thought placing my domain under the info level ...
In IntelliJ, when you open a bunch of source files, is there a way to rearrange the order of the file tabs? In Eclipse you can drag and drop but I don t see a way to do this in IntelliJ.
I ve run into trouble that makes me suspect there is a bad index file that needs to be cleared. The symptoms are: Cmd+N will only find a subset of classes in the project Trying to run JUnit test on a ...
When I type the name of a class which will need to be imported, IntelliJ lovingly pops up with a list of suggestions. However, most of the time those suggestions are things I d never want to import, ...