Jay
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 62
-
Created Jetbrains custom language plugin sources
Hi there!I haven't been developing custom language plugins for IDEA for some time, but i guess it's time to return to the industry ; )The last time i did develop though i clearly remember reading J... -
Created CompletionContributor: how to use withPrefixMatcher?
Hello!I deeply appreciate the new CompletionContributor API with all the Javadoc, however i still can't figure out how can i override the PrefixMatcher.Details: i have PsiNamedElement with text "$a... -
Created CompletionData is deprecated — what to use instead?
well, the question's in the subject.I also noticed that something changed in the CompletionData logic (one of my completion functionality is not working): i'd be glad for the brief summary of chang... -
Created Anyone wants to take up the PHP plugin development?
Hello,As the subject says, i'm not currently developing the PHP plugin and i don't think i'll start doing it again during the next couple of months. However i feel like some people could be interes... -
Created Persistent incoming changes
HelloIn my project i've got a few “persistent” incoming changes, those are changes that do not disappear after an update. How can i remove them? -
Created CVS: Commit file to a different branch
Hello,i wonder if it's possible to commit a file to a different branch from my working copy's branch?I'm using IDEA 7.0.3 -
Created [ANN] - PHP plugin alpha
Hello,finally the php support plugin has reached a quite stable and quite useful state (i hope) to be announced.What it can do:it can search for all the classes in the project and complete their na... -
Created Triggering code completion
Hello,i wonder how to manage (or at least just add) hooks to the editor which opens a code completion automatically after certain chars or, preferably, token types?and, secondly, i wonder how to op... -
Created Custom language formatter question pack #1
Hello.First of all i wonder if the formatting is different if i return null from getFormattingModelBuilder or if i return thisFormattingModelProvider.createFormattingModelForPsiFile( element.g... -
Created PsiElement getChildren getFirstChild question
Hello,i just came across the fact that getChildren() method of PsiElement returns only nodes which i built with PsiBuilder earlier, however getFirstChild() does not return first of those nodes, but...