Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stephen Friedrich
Total activity
1583
Last activity
November 28, 2025 21:06
Member since
February 20, 2003 08:19
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
646
Activity overview
Posts (205)
Comments (728)
Sort by recent activity
Recent activity
Votes
Created
June 22, 2004 11:16
Oops, never mind - just found the "Listening for renaming/moving of classes" topic from Gordon Tyler, who seems to be doing exactly the same plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Can the newly opened api allows to extend the refactoring (rename/move)
0 votes
Created
March 08, 2005 17:01
Thanks a lot Maxim!I have not yet tried the Lexer part of your answer. (Because I had already resorted to visiting the PSI tree and getting the token type of each PsiJavaToken - will change that, s...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
March 08, 2005 18:14
those are merged with RangeHighlighters later when painting is performed....Actually, it seems you'll have to implement whole Editorpainting algorithm to get desired results which seems tobe not th...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
March 09, 2005 14:35
That works really nice, now additional highlighting of members and declarations is also preserved - my html export is even better than the built-in export ;)What I haven't managed to achieve is to ...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
March 09, 2005 14:42
Hm, I think the general question is, how to get access to the Colors&Fonts/General settings and in which order to apply them.I just noticed that the following code does return the color configured ...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
March 09, 2005 18:03
I'm getting really, really close to the original editor appearance. Still, it seems I am always one little detail away:How to get underline decorations (e.g. javadoc tags)?The very strange fact is ...
Community
IntelliJ IDEA Open API and Plugin Development
Help with Editor Selection + Color/Font Scheme
0 votes
Created
August 17, 2006 10:53
I am on my way! Thanks for the suggestion.The following code does indeed work. Just for testing it adds two dummy suggestions at the start of all smart completions. I have to set a final field to a...
Community
IntelliJ IDEA Open API and Plugin Development
Customize SmartType Code Completion?
0 votes
Created
September 11, 2006 09:56
Thanks a lot.It's working fine and I start to get the hang of Idea's ejb model.Will release a first version of my Seam plugin very soon.
Community
IntelliJ IDEA Open API and Plugin Development
Access to deployment descriptor: ejb-jar.xml
0 votes
Created
September 26, 2006 10:15
Thanks for the answer - I am really looking forward to that!
Community
IntelliJ IDEA Open API and Plugin Development
Nested nodes in diagram
0 votes
Created
October 01, 2006 00:48
Is it already available in 5755? (I haven't found anything new).Or will it be available only after Demetra final release?
Community
IntelliJ IDEA Open API and Plugin Development
Nested nodes in diagram
0 votes
«
First
‹
Previous
Next
›
Last
»