Stephen Friedrich
- Total activity 1583
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 646
-
Created Beware: CVS conflicts in ant build files crash idea
100% CPU. No repaint, no nothing.This happened to me a couple of times with recent builds and I have only now find the probable cause.Filed IDEA-2047. -
Created Idea is getting of age
It has its rough edges, the UI is no longer polished, usability is below par and getting worse (still above its competitors, but far from perfect).The issues I name here are just examples and none ... -
Created Cannot compile with JDK 1.3
Oh boy, I just wanted to test if my tiny open source project compiles and runs with JDK 1.3, downloaded from Sun's archive, installed, configured as project JDK.Rebuild project - crash. Messages wi... -
Created Who is using Maven?
My boss got hyped by some marketing droids about how wonderful maven is.(They are trying to sell Polarion, a "Unified Software Development Platform", which favors Maven.)I have been looking at Mave... -
Created [ANN] Copy as HTML 0.1
This is a little plugin to copy text from the editor with all (well, almost all) formatting included as HTML.It copies the current editor selection (or the complete buffer if no selection).My prima... -
Created Inspections plus Structural Search/Replace - Great plugin idea, but is it possible?
While playing with structural search and replace I had a very nice idea:What if a user can define a new inspection herself by creating a structural search and replace and saving it with an inspecti... -
Created CVS Last Version always from HEAD?
Is that a bug in the current EAP or was it always that way?I am currently working on a branch, but whenever I do a cvs "Compare with The Last Repository Version" it compares to the latest version o... -
Created Add action after "Copy" in editor popup menu
Using trial and error and debugger I am able to insert my own action right behind the "Copy" action in the editor popup menu:There sure must be an easier and cleaner way to do this (i.e. one that d... -
Created Help with Editor Selection + Color/Font Scheme
I am trying to write a little plugin that takes the current editor selection and copies that snippet of code as html to the clipboard.(The built-in action always create a complete html document. La... -
Created Synchronizing editor/repository after psi changes
My plugin does some code modifications via PSI only (in effect converting from a custom logging solution to log4j).It more or less works, but there is a little issue:I call replace() on a PsiMethod...