Jan Dolecek

- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created 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 ... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created How to add new directories with sync?
We have mounted network drive in our company with several directories we need to work on. When I create new project from existing source, it recommends me to setup synchronization to local drive. S... -
Created Multiple windows on multiple screens
Hi,is it possible to open more windows from the same project? I've been searching everywhere and haven't found anything.The point is that many programmers have at least two screens nowadays and can... -
Created What are command line arguments for PhpStorm?
Hi,do someone know list of available command line arguments which PhpStorm recognizes? I tried to execute it with --help, but it consideres it a file name to open.I'd like to pass filename + line n...