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