Jan Dolecek
- 活动总数 42
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...