Karol Lewandowski
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 19
- 订阅数 8
-
已编辑于 References highlighting in template language
I have a problem with references between HTML and custom template language (HTL - HTML Template Language).HTL variable can be defined with special HTML attribute and used inside of HTL expression (... -
创建于 Inherit default color in highlighter
已回答Is there any way to extend existing highlighting colors? I developed plugin for custom language which has 2 kinds of variables I want to distinguish:- block variables- global variables I would li... -
创建于 License expiring during plugin development
已回答I use gradle-intellij-plugin during development. My intellij properties: intellij { version = 'IU-15.0.1' plugins = ['JavaScriptLanguage', 'CSS'] updateSinceUntilBuild = false sandboxDirectory ... -
创建于 References between HTML fragments and custom template language
已回答I'm developing plugin for HTL language which is template language embedded in HTML files. HTL language has feature called blocks. Blocks can be defined by special HTL attributes applied on HTML tag... -
创建于 Quote handler in template language
I developed plugin for template language (HTML + HTL) and can't get QuoteHandler working. I extended SimpleTokenSetQuoteHandler: public class HtlQuoteHandler extends SimpleTokenSetQuoteHandler { ... -
创建于 Inject custom language into JS/CSS code
已回答Is it possible to inject custom language into JS or CSS code? I developed plugin for custom language that can be used in HTML files this way: Unfortunately, as you can see on the screenshot, custo...