Jay
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 62
-
Created 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... -
Created Parameter Info
Good day!Is there any way to provide a parameter info (ctrl + P) messages for a custom language?thanks -
Created Underline of files with errors in project view
Is it not by default ? Then how to enable it? -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...