Mike Wannamaker
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
创建于 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?... -
创建于 Testing Plugins
Is there any other way of testing plugins without having to stop IDEA, copy jar file to plugins directory and then restart? -
创建于 OpenFile in IDEA and goto Line#
I would like to have some code that when invoked would open the given file, or focus it if it is open and pop the cursor to the given line.IE:public void gotoLine(String strFile, String strLineNo){...