Jan Dolecek
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Jan Dolecek created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 commented, -
-
-
Jan Dolecek created a post, 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...