Jay
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 62
-
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... -
Created New API classes documentation
Hello!I'm wondering if there is a place where you (jetbrains) post API changes? Like i happened to know that there's Graph API and that you're changing something in template languages (RHTML, Freem... -
Created Standalone IDEA code validation
Hi!Is it possible to run IDEA somehow from the command line to validate project? -
Created Template languages / rhtml support sources question
Hi!I am looking in the sources of ruby plugin, where they do their magic passes with hands and rhtml is supported. Currently i have an error because classescom.intellij.psi.impl.source.jsp.TreePatc... -
Created Plugin dependencies and updates?
Hello!I'm interested if something like inter-plugin dependencies and automatic update-search are planned in the plugin manager. -
Created Facets and modules
Hello!I am currently writing a custom language plugin for idea and sooner or later i will need a module or something similar.I heard about facets and i am now a bit confused about modules and their... -
Created Injection troubles
Hi!I've created a language injection host and injected HTML language in it. However I got completion and partial highlighting (tags only have gray background and that's all). Is it a normal result ... -
Created Different types of lexers
Hello!I am wandering about different types of lexers.They all implement the lexer interface. I tried to make my own lexer that would return whole text as one token but i'm getting Out of memory exc... -