Jan Dolecek
- 活动总数 42
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
Jan Dolecek 创建了一个帖子, Tutorial: Custom templating language plugin
I started working on a custom templating language plugin and couldn't find much documentation. Therefore I'm creating this post, I hope it'll help others and it can also help me in the future when ... -
Jan Dolecek 创建了一个帖子, Completion provider in outer context (Templating language)
Hi,I'm creating a custom templating language usually embedded into HTML and I need it to offer completion also in the outer language (HTML). Is it possible?My CompletionContributor get called only ... -
Jan Dolecek 创建了一个帖子, Data directory for TestCases
Hi,I'm writing test cases for my new plugin and I need to access assets stored on disk. How can I find path to the test directory, of my particular plugin?I noticed this piece of code: PluginPathMa... -
Jan Dolecek 创建了一个帖子, Two-layered lexer for templating language
Hi,are there existing classes which would help me to create lexer in two phases: 1/ top lexer to locate my language within the outer one 2/ my lang lexer to parse the parts of my languageI'm trying... -
Jan Dolecek 创建了一个帖子, Custom sandbox location for plugins
Hi,I'm working on two different plugins at the same time and I'd love to have a separate sandbox for their testing. I noticed that when running the plugin new instance of Idea gets executed with pa... -
Jan Dolecek 创建了一个帖子, How to setup JFlex in Idea 11
Hi,I'm trying to make a custom language plugin (following this page), for which I need JFlex. I installed the JFlex plugin, configured its paths in Settings but it still fails to compile .flex file... -
Jan Dolecek 进行了评论, -
-
-
Jan Dolecek 创建了一个帖子, Inspections from CLI script
Hi,is it possible (technically/legally) to run inspections from a CLI script? Or at least to use Java API?I'd love to run inspections automatically on testing server to find possible problems.Thank...