Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexei Zhukov
Total activity
30
Last activity
January 17, 2016 02:24
Member since
October 28, 2011 09:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (3)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
January 09, 2014 09:28
Are the sources for PHP OpenAPI published? Where I could find them to attach to PluginSDK?
Community
IntelliJ IDEA Open API and Plugin Development
com.jetbrains.php classes availability
0 votes
Created
September 11, 2013 13:23
Last question is closed.JpsModelSerializerExtension has necessary methods to override to load project/module/facet/etc configuration.
Community
IntelliJ IDEA Open API and Plugin Development
Custom compiler is not invoked
0 votes
Created
September 10, 2013 15:52
I have two configuraiton levels: global (project level config) and module-depend (facet config). I've saw how obtain a project-level config in Groovy module. How I can get a module facet configurat...
Community
IntelliJ IDEA Open API and Plugin Development
Custom compiler is not invoked
0 votes
Created
September 10, 2013 15:37
One more question: could I obtain any services from JPS part of plugin? Like I can in plugin itself: JavaHelper service = ServiceManager.getService(project, JavaHelper.class);Are there any restrict...
Community
IntelliJ IDEA Open API and Plugin Development
Custom compiler is not invoked
0 votes
Created
September 10, 2013 14:39
I see.Is there an clean example of such plugin which use an external application to perform compile? Could Groovy plugin be used as clean example?
Community
IntelliJ IDEA Open API and Plugin Development
Custom compiler is not invoked
0 votes
Created
September 10, 2013 14:26
So, from Idea 12 the Compiler API is deprecated?
Community
IntelliJ IDEA Open API and Plugin Development
Custom compiler is not invoked
0 votes
Created
June 21, 2012 19:36
Unfoturnatally, GramamrKit plugin grammar already used the new syntax with tokens and could not be built directly by previous version (1.5) of the plugin without workaround :)I had to remove token=...
Community
IntelliJ IDEA Open API and Plugin Development
[ANN] Grammar-Kit: generate parser from grammar
0 votes
Created
June 21, 2012 09:29
Please, help me with a grammar rules.I think I don't understand how to use properly recoverUntil attrubute for rule.Here is my rule: http://code.google.com/p/ice-framework-idea-plugin/source/browse...
Community
IntelliJ IDEA Open API and Plugin Development
[ANN] Grammar-Kit: generate parser from grammar
0 votes
Created
June 12, 2012 14:26
I've found out that token constant is not generated in correspond interface if it is not used in any rule. So, I defined all possible tokens I'll be used in lexer and implement part of rules for no...
Community
IntelliJ IDEA Open API and Plugin Development
[ANN] Grammar-Kit: generate parser from grammar
0 votes
Created
June 08, 2012 13:28
Where I could find notes about using the plugin in real life?Sources of the plugin is not very helpful: code have no comments.As for now I've found out that the plugin should be used as follow to c...
Community
IntelliJ IDEA Open API and Plugin Development
[ANN] Grammar-Kit: generate parser from grammar
0 votes
Next
›
Last
»