Karol Lewandowski
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 8
-
Edited 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 (... -
Created Inherit default color in highlighter
AnsweredIs 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... -
Created License expiring during plugin development
AnsweredI use gradle-intellij-plugin during development. My intellij properties: intellij { version = 'IU-15.0.1' plugins = ['JavaScriptLanguage', 'CSS'] updateSinceUntilBuild = false sandboxDirectory ... -
Created References between HTML fragments and custom template language
AnsweredI'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... -
Created 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 { ... -
Created Inject custom language into JS/CSS code
AnsweredIs 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...