erikb

- Total activity 105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
erikb created a post, git via beanstalkapp?
Any caveats / suggestions for using intellij with git hosted via beanstalkapp.com ?Client wants us to use their git service. Github is specifically supported by intellij and what we are used to wo... -
erikb created a post, cannot push to github anymore
Using 12.1.6 Ultimate on a mac.I changed my github password online.I went into intellij IDE setting and changed my password and tested it (it worked).I can diff files now, indicating IDEA is talkin... -
erikb created a post, limit declaration contextual menu options to source directory?
I often have build and pub directories with nearly identical copies of my source files.When I right click on a variable/function/etc in intellij 12, it brings up a contextual menu with links to whe... -
erikb created a post, paste without indenting?
Sometimes I want to copy and paste a section of minimized javascript code into intellij.When I do this, it always adds tabs on new lines --- trying to format the code.How can I prevent this when pa... -
erikb created a post, limit refectoring to one document?
Is it possible to limit refactoring changes to one document (or a set of documents)?When I run my plugin on a java file, it goes in and modifies other source files (such as javascript files for my ... -
erikb created a post, prevent changes to comments and strings?
Is there a way to prevent refactoring from modifying comments and strings?My plugin code is here:https://github.com/jedierikb/p5Minimizer/blob/master/org/mediamods/p5minimizer/P5Mini.javaAny pointe... -
erikb created a post, throwing exceptions with runProcessWithProgressSynchronously
My plugin is working, but after I export it and then run it, I get a lot of exceptions in the console. I think this is because I have put my plugins logic into ProgressManager.getInstance().runProc... -
erikb created a post, trouble exporting plugin -- now showing up in menus
After successfully debugging my plugin, I tried to publish it.I followed the instructions here:http://www.jetbrains.com/idea/webhelp/preparing-plugins-for-publishing.htmland made a jar file, no pro... -
erikb created a post, how to get overridden methods?
It is pretty easy to get a method's superMethods.But how do I get a list of a methods' overrridden methods? -
erikb created a post, user feedback during plugin activity?
My plugin iterates over lots of PsiElements, changing almost all of them.If the file is large, it gets real slow, sometimes popping up a dialog "optimizing imports" or some such (it is real quick.....