Mike Wannamaker
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
创建于 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){...