Stephen Friedrich
- 活动总数 1583
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 646
-
创建于 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. -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 [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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...