Mike Wannamaker
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created 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 -
Created 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... -
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?...