Mike Wannamaker
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created 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> ... -
Created 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? -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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?... -
Created Testing Plugins
Is there any other way of testing plugins without having to stop IDEA, copy jar file to plugins directory and then restart? -
Created 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){...