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
September 26, 2006 11:27
Currently I don't see any way. I can suggest to file a request.It's not that important.NamedEnum is just a named enum :). It has corresponding method. If your XMLenum variant isn't Java identifier,...
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
Created
September 26, 2006 12:43
I came across a couple more of these situations, so I filed a Jira request: http://www.jetbrains.net/jira/browse/IDEA-9542
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
Created
September 21, 2006 17:02
Thanks Peter, but for Entity beans this returns null and I don't see how I can distinguish between stateless and stateful session beans.Any idea?It's not that important, because it turned out that ...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 21, 2006 17:36
Here's the simplest project I could think of.When my inspection runs on build 5734 and I ask for the ejbRole of class com.acme.foobar.User I get null.Attachment(s):ejbRoleTest.zip
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 21, 2006 18:22
Thanks a lot. Sorry for the confusion - I only ever entered the Java EE domain after EJB 3 was out so I am very easy to confuse...But then again JBoss Seam documentation and examples always talk ab...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 22, 2006 10:14
It shouldn't work, because the spec (xsd) says:Thanks for your patience and answering all those EE newbie questions.Strange. We'll look at it. Is "project tree" Project View or Java EE view?"projec...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 09, 2006 23:32
Just for the sake of anybody else wo will search the forum for an answer:Look at the methods in PsiShortNamesCache.You get this cache by using PsiManager.getInstance(project).getShortNamesCache()
Community
IntelliJ IDEA Open API and Plugin Development
How to search file by file name in project's root directory?
0 votes
Created
June 22, 2004 17:31
Thanks so much, Gordon. These are my very first steps in Idea plug-in development and documentation is, hm, sub-optimal.I was so focused on the listener class, I did not really think about making b...
Community
IntelliJ IDEA Open API and Plugin Development
RefactoringElementListener: How to get old name/package?
0 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
«
First
‹
Previous
Next
›
Last
»