Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
October 14, 2013 15:23
Yes, by default all modules are non-maven.
Community
IntelliJ IDEA Open API and Plugin Development
Detect if module is a maven module
0 votes
Created
October 09, 2013 11:34
manually add the extended plugin's jar file to the classpath of the 'extender' (it works - I've tested it..)That's correct.
Community
IntelliJ IDEA Open API and Plugin Development
how to make a plugin available to another plugin for extension
0 votes
Created
December 04, 2013 11:56
See IntelliJ IDEA Architectural Overview.1. You do not create PsiFile manually. Use PsiManager.getInstance(project).findFile()2. Not immediately. In general you shouldn't care about file saving. It...
Community
IntelliJ IDEA Open API and Plugin Development
How to create com.intellij.psi.xml.XmlFile from com.intellij.openapi.vfs.Virtual file?
0 votes
Created
December 13, 2013 09:21
Try Grammar-Kit Plugin. It supports code highlighting in *.flex files and adds context menu action to build lexer. The main thing is that it allows to write parsers easily.
Community
IntelliJ IDEA Open API and Plugin Development
disable external build or new way to build lexer
0 votes
Created
December 24, 2013 09:26
Yep, Grammar-Kit and JFlex plugins conflict. Grammar-Kit is preferred.
Community
IntelliJ IDEA Open API and Plugin Development
disable external build or new way to build lexer
0 votes
Created
December 16, 2013 14:52
As you can guess looking at the stack trace this exception is caused by Go language support plugin that is not developed by JetBrains. You need to contact plugin authors. Contacts are usually shown...
Community
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
0 votes
Created
February 12, 2014 10:30
'Base dir of the module' is a bad term. Module file (*.iml) may be stored anywhere (and unlikely you care). Module may have any amount of content roots and each content root may have any amount of ...
Community
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 votes
Created
February 12, 2014 10:54
Avoid using getModuleFile(). It is *.iml that can be stored anywhere.No need in File.separator, IntelliJ virtual file system works with '/' on all OSes. Native slash must be used in UI only.Better ...
Community
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 votes
Created
April 09, 2014 10:16
Unfortunately ActionScript support is not open source.
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
Created
April 10, 2014 07:50
Yep, without docs and source code openapi jars are not really useful.
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
«
First
‹
Previous
Next
›
Last
»