主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月18日 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...
社区
IntelliJ IDEA Users
How can I get a VirtualFile from a path relative to 'workspace'?
1 票
创建于
2013年12月19日 08:30
Great.Instead you can click File | Invalidate Caches and restart.
社区
IntelliJ IDEA Users
Navigate file doesnt find all files
1 票
创建于
2014年08月25日 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.
社区
IntelliJ IDEA Users
How can I set environment variables for external tools?
1 票
创建于
2013年11月29日 14:52
Will Settings | Editor | Appearance | Use anti-aliased fonts help?Please attach a screenshot.
社区
IntelliJ IDEA Users
new user - hi dpi. Fonts are all blurry
1 票
创建于
2013年02月09日 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...
社区
IntelliJ IDEA Users
How to add AS3 library project as module to an application project?
1 票
创建于
2013年02月26日 09:37
No need in triple click.Ctrl+X / Ctrl+C without any selection behaves as if the whole line is selected.
社区
IntelliJ IDEA Users
Can Intellij IDEA cut/copy/paste one line just like VisualStudio or sublime text?
1 票
创建于
2013年09月03日 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.
社区
IntelliJ IDEA Users
Deleting contexts
1 票
创建于
2013年04月30日 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...
社区
IntelliJ IDEA Users
Auto-add the "final" modifier to newly declared variables/values
1 票
创建于
2016年01月22日 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 ...
社区
WebStorm
"JavaScript Debug Configuration" debug launch for Dart project results in pub error "Directory "lib" is not allowed."
1 票
创建于
2013年12月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
1 票
«
第一页
‹
上一页
下一页
›
最后
»