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
February 12, 2014 16:54
I'm afraid not. Even if it were, user is able to change module roots afterwards in Project Structure dialog.Note that project/module wizards are refactored in IntelliJ IDEA 13.1. Related refactorin...
Community
IntelliJ IDEA Open API and Plugin Development
Hide more settings in new project wizard
0 votes
Created
February 12, 2014 19:30
Project doesn't contain any content/source roots. So it is impossible to say that some file belongs to the project if the project doesn't contain modules.Are you familiar with Eclipse? Can you imag...
Community
IntelliJ IDEA Open API and Plugin Development
Hide more settings in new project wizard
0 votes
Created
February 12, 2014 08:51
VirtualFile doesn't have method getProject() and it can't have it because if several projects are open the same VirtualFile may be used in several projects.See ModuleUtil class.
Community
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 votes
Created
February 12, 2014 10:16
Check again, com.intellij.openapi.vfs.VirtualFile doesn't have getProject() and it can't have it because IntelliJ virtual file system is implemented at application level, it is not related to proje...
Community
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 votes
Created
February 20, 2014 11:56
Changing pin to 6 in classDeclaration will guarantee that id is not null. Currently with pin on 'class' keyword classDeclaration indeed may have no name identifier.
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
April 09, 2014 14:02
I'm afraid it is not possible at all.
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
Created
April 09, 2014 14:12
Yes, sorry about that.
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
Created
April 09, 2014 15:30
Initial JavaScript support was open-sourced, it was 9 years ago.You are right, TypeScript support is strongly tied to JavaScript.
Community
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 votes
Created
April 02, 2014 11:12
ApplicationManager.getApplication().isDispatchThread()See also other threads related methods there.
Community
IntelliJ IDEA Open API and Plugin Development
How can I check if the current thread is the event dispatching thread?
0 votes
Created
September 12, 2014 15:56
Текст ошибки содержит ответ на ваш вопрос. Используйте ApplicationManager.getApplication().invokeLater().Подробнее о многопоточности и read/write access: http://confluence.jetbrains.com/display/IDE...
Community
IntelliJ IDEA Open API and Plugin Development
Access is allowed from event dispatch thread only
0 votes
«
First
‹
Previous
Next
›
Last
»