Jay

- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 62
-
创建于 AutoCompletion popup after custom symbol ?
Hi!I want to set the autocompletion to popup after colon in my custom language plugin.Is there a way to do this ? Maybe regestering some provider ?Thanks -
创建于 Load a project component in LightIdeaTestCase ?
Hi!Is there any way to load a project component when running LightIdeaTestCase ? -
创建于 Commenter in custom language: comments but not uncomments
Good day!I've implemented a commenter for my custom language and it comments my code very well, but not uncomment. Why could it be?I press ctrl/ and my code string is commented and cursor moves dow... -
创建于 Parameter Info
Good day!Is there any way to provide a parameter info (ctrl + P) messages for a custom language?thanks -
-
创建于 Can i change icon of a file depending on it's contents?
Hi!I have my file type and i have registered an extension with it, but i want to show different icons depending on whether my file has a particular psi element or not. Is it possible and if yes the... -
创建于 GWT plugin with IDEA 6.0 - fails to inject javascript into native methods
When i am opening a class with native javascript methods i get the following exception. Perhaps the way to inject language in a place changed.com.intellij.psi.InjectedLanguagePlaces.addPlace(Lcom/i... -
创建于 TODO items: help
Good day everyone!I'm writing a custom language plugin and i could not get comments with todos highlighted.I've implemented commenter and i have comment token which i return from ParserDefinition.g... -
创建于 NPE at com.intellij.psi.SmartPointerManager.getInstance
good day.i'm writing my custom language plugin and added completion for it.it works fine but today i tried to complete at some language structure where i think i did not tried yet and got NPEjava.l... -
创建于 FormattingModel etc.
hi!i'm writing a custom language plugin and gone pretty far already but now i am facing a real big trouble that makes me unhappy - formatting.my formatting implementation is based on one from the j...