Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jan Dolecek
Total activity
42
Last activity
January 18, 2016 04:34
Member since
May 05, 2011 14:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (10)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
June 10, 2012 11:02
Actually, I've just found the problem. In my NeonLanguage class I registered the language as Neon, however in config as neon (notice the case). After changing it all to lowercase, it works fine now...
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
June 10, 2012 10:28
I took the dummy parser from CoffeeBew plugin as recomended here, but it still does the same. Pls, send me your code to my email (should be in my profile), and I'll play with that. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
June 09, 2012 22:19
Hi Sergiy, how did you solve this problem? I've spend last day with the same exceptions and can't solve it. Thanks for help(My plugin is on GitHub: https://github.com/juzna/intellij-neon)
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
January 27, 2012 02:31
(just for future reference, as this post is kinda old)When building templating languages, you shouldn't extend HTML, but create a MultiplePsiFilesPerDocumentFileViewProvider as written here: http:/...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: New Language Based on HTML
0 votes
Created
January 26, 2012 23:15
I realized I can just use relative paths and it works.String testPath = "tests/data/test01.html";Is this the correct way?
Community
IntelliJ IDEA Open API and Plugin Development
Data directory for TestCases
0 votes
Created
January 25, 2012 21:32
What a pitty. There is lack of good examples.I created a LookAhedLexer with this sub-lexer capability: https://gist.github.com/1678538, it may be useful to someone else in the future.
Community
IntelliJ IDEA Open API and Plugin Development
Two-layered lexer for templating language
0 votes
Created
January 24, 2012 22:56
As it happend, one can't find it and once he asks, it appears on the screen.It's possible to be configured per SDK, i.e. I duplicated the plugin dev SDK and altered the sandbox path. Now it work pe...
Community
IntelliJ IDEA Open API and Plugin Development
Custom sandbox location for plugins
0 votes
Created
January 12, 2012 13:41
Hi Gregory,I'm looking at yout commit and if I get it right, you did basically two things:1/ allow injection to a string literal, by BngStringImpl implements PsiLanguageInjectionHost2/ allow the st...
Community
IntelliJ IDEA Open API and Plugin Development
language injection into string literals
0 votes
Created
September 15, 2011 09:34
Thanks Alexey, can't wait for it! Hope it will be available soon
Community
PhpStorm
Inspections from CLI script
0 votes
Created
September 09, 2011 01:22
You're right, same issue as you have.It took me some time to realize I cannot have PhpStorm running, so I was just so happy to see that it started reacting to 'inspect' parameter at least somehow.I...
Community
PhpStorm
Inspections from CLI script
0 votes
Next
›
Last
»