Jay
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 62
-
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... -
-
Created 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 -
Created Load a project component in LightIdeaTestCase ?
Hi!Is there any way to load a project component when running LightIdeaTestCase ?