Stephen Friedrich
- 活动总数 1583
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 646
-
创建于 What is the lifecycle of a PsiElement?
Can I store it in a table model, display it in the GUI and use it to navigate to the element when the user double clicks a row?What's a better mechanism to do so? -
创建于 Plugin Context Inconsistency
"About Contest" page says:- Plugins should be compliant with the IntelliJ IDEA Open API versions 5.x or/and 6.0.- Winners will be announced on December 11, 2006."Terms and Conditions" page says:- A... -
创建于 MyFaces setup problem
I try to setup an Idea project for the bookings example from JBoss Seam.I have installed JBoss 4.0.4 (ejb3 profile) and got the booking example working (using the ant task).JBoss contains MyFaces 1... -
创建于 You can do implement it now: Debugger should show return values
On JDK 6 the debugger API allows it - and NetBeans is already using it:http://www.netbeans.org/issues/show_bug.cgi?id=41113I have always been missing this feature. How about adding it for Demetra?B... -
创建于 How do I select a project's error profile?
The new settings dialog is so very unintuitive.Seems the goal was to minimize the number of buttons in the dialog at all cost.Ok, I have learned that to see my project's global (module independent)... -
创建于 [Ann] Copy as Html 0.4
Copy source code from Idea (Ctrl-Shift-A) and paste into your word processor with full syntax highlighting.See the CopyAsHtml section in the settings -> plugins for more options.Version 0.4 add com... -
创建于 How do I hide coverage info?
It's nice that it now appears automatically after running a coverage-enabled configuration.But how do I get of the colorful gutter-decorations again?The menu item in the View menu is gone and I hav... -
创建于 Where's the coverage summary info gone?
In earlier builds Idea showed a coverage summary info directly in the project tree (percentages of tested methods/line).It's missing in 5569. Was that a deliberate change? -
创建于 How do I configure Seam support?
The list of new features talks about seam support.Is it already implemented in 5669?If so: How do I enable it? My jsp files still show errors for each usage of a seam conetxt variable.(Or is it bec... -
创建于 Coverage line information is garbage
I have a utility class Strings and a test class TestStrings.I created a run configuration for TestStrings that collects coverage information for Strings.If I show the coverage information Idea gets...