vasanth loka
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Custom language plugin: unable to get Syntax highlighter and Colour Settings working...
i have followed http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.html After I deploy, i don't see highlight, nor do i see the... -
创建于 custom language plugin: grammar-kit works, plugin doesn't
I have the following grammar: { parserClass = "com.first.parser.RulesParser" parserUtilClass="com.first.parser.RulesParserUtil" extends = "com.intellij.extapi.psi.ASTWrapperPsiElement" psiClassPre... -
创建于 Custom Language Support - newbie issue...
已回答I have a simple grammar mimicking from http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/grammar_and_parser.html The grammar file is { parserClass = "com.home.parser.Rul...