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
December 18, 2013 11:04
There's no 'workspace' concept in IntelliJ IDEA. See com.intellij.openapi.project.Project#getBaseDir(), getBasePath()com.intellij.openapi.module.Module#getModuleFile(), getModuleFilePath()com.intel...
Community
IntelliJ IDEA Users
How can I get a VirtualFile from a path relative to 'workspace'?
1 vote
Created
December 19, 2013 08:30
Great.Instead you can click File | Invalidate Caches and restart.
Community
IntelliJ IDEA Users
Navigate file doesnt find all files
1 vote
Created
August 25, 2014 13:58
I'm afraid env vars can't be configured for external tools yet (vote for IDEA-115487). The only way is to configure envs globally for the OS.
Community
IntelliJ IDEA Users
How can I set environment variables for external tools?
1 vote
Created
November 29, 2013 14:52
Will Settings | Editor | Appearance | Use anti-aliased fonts help?Please attach a screenshot.
Community
IntelliJ IDEA Users
new user - hi dpi. Fonts are all blurry
1 vote
Created
February 09, 2013 11:23
In IntelliJ 11, I could easily add the library as a module to the parent applicationI'm not sure what you mean. IntelliJ IDEA modules belong to IntelliJ IDEA project, not to any 'parent application...
Community
IntelliJ IDEA Users
How to add AS3 library project as module to an application project?
1 vote
Created
February 26, 2013 09:37
No need in triple click.Ctrl+X / Ctrl+C without any selection behaves as if the whole line is selected.
Community
IntelliJ IDEA Users
Can Intellij IDEA cut/copy/paste one line just like VisualStudio or sublime text?
1 vote
Created
September 03, 2013 13:31
Your best friend in IntelliJ IDEA is 'Find Action' (Ctrl+Shift+A). Type 'context' word there and you'll find out that actions to manipulate tasks and contexts are located under Tools | Tasks&Contexts.
Community
IntelliJ IDEA Users
Deleting contexts
1 vote
Created
April 30, 2013 10:35
Enable Settings | Inspections | Code Style Issues | Local variable or parameter can be final. Non-final vars will get warning gighlighting. Naviagate to any and press Alt+Enter. At 'Accept Suggeste...
Community
IntelliJ IDEA Users
Auto-add the "final" modifier to newly declared variables/values
1 vote
Created
January 22, 2016 10:02
Most likely your project violates Pub Package Layout Conventions. I guess you have some *.dart file in web folder that references another *.dart file from lib folder by relative path (this may be ...
Community
WebStorm
"JavaScript Debug Configuration" debug launch for Dart project results in pub error "Directory "lib" is not allowed."
1 vote
Created
December 16, 2013 15:17
The instance of com.intellij.openapi.project.Project gets disposed when you close the project. When you reopen the project there's a new instance of Project created. Looks like you keep reference t...
Community
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
1 vote
«
First
‹
Previous
Next
›
Last
»