Jay

- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 62
-
创建于 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... -
创建于 Standalone IDEA code validation
Hi!Is it possible to run IDEA somehow from the command line to validate project? -
创建于 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... -
创建于 Plugin dependencies and updates?
Hello!I'm interested if something like inter-plugin dependencies and automatic update-search are planned in the plugin manager. -
创建于 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... -
创建于 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 ... -
创建于 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... -
-
创建于 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 ?