Jay
- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 62
-
Jay 创建了一个帖子, 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... -
Jay 创建了一个帖子, 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... -
Jay 创建了一个帖子, 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... -
Jay 创建了一个帖子, 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... -
Jay 创建了一个帖子, 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? -
-
Jay 创建了一个帖子, 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 -
Jay 创建了一个帖子, [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... -
Jay 创建了一个帖子, 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... -
Jay 创建了一个帖子, 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...