Mike Wannamaker
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
创建于 Install Plugin locally without Repository
If I've developed a plugin for internal requirements, how can I install this plugin on my Mac without having to put it into the global plugin repository?I'm using IntelliJ 10.0.1Thanks -
创建于 Get Project from FileDocumentSynchronizationVetoListener
HiI'm listening for when files are saved.I want to get the project once saved and call methods in a class there.How can I do this. My method is below...FileDocumentManager.getInstance().addFileDoc... -
创建于 Use JSP Editor but use custom tags like <jsp: but have them recognized without tag lib declaration
I'm doing apex development in salesforce.I love using IntelliJ but when editing some files I get lots of red 'error' marks.I've mapped .page to JSPx files.But there are JSP like tags <apex:output> ... -
创建于 Lost Focus triggers Compile
Hi,Somehow I have configured my project to compile when the IDEA window loses focus? I'm not sure how to turn this off. Can anyone help me? -
创建于 run batch file on project startup to get environment variables
Hi All - I posted this to the TeamCity forum by mistake....I need to run a batch file on project startup which will setup some environment variables that are needed in order to run the projects var... -
创建于 How To Make ToolWindow?
Wondering if anyone can point me to a good resource or give me tips on creating a ToolWindow.I want a tool window similar to the Run tool window. I want to have icon buttons, have a console window... -
创建于 Using DependencyValidationManager to Get Required Classes
I want to be able to determine all the classes that are used by a file and/or package of files and then I want to determine what jars that are in the classpath the needed classes are in.I was wonde... -
创建于 GWTStudio - How to get compiled files put into a directory.
I have a GWT project, with a couple different GWT modules. Each module is in a separate package:IE: com.pkg.test1.Test1.gwt.xmlcom.pkg.test2.Test2.gwt.xmlcom.pkg.test3.Test3.gwt.xmlWhen compiled a... -
创建于 Get IntelliJ Exception Highlighting and Linking to Source?
I have my own log viewer plugin. It has it's own special colour highlighting based on log level etc. I'd like to add the ability to get the link to source when exceptions are logged. I know the ... -
创建于 source safe entry per module in project
Is there anyway to configure a sourcesafe entry per module. I have a project that has 3 modules. Each module is in a separate sourcesafe database and have different roots.Can this be done today?...