Martin Fuhrer

- 活动总数 1453
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 526
-
Martin Fuhrer 创建了一个帖子, Where has 'optimize imports on the fly' gone?
When typing 'optimize' in the settings search box, I'm still taken to the Imports page, but there I can't find the setting 'optimize imports on the fly' anymore. Where has it gone?-- Martin FuhrerF... -
Martin Fuhrer 创建了一个帖子, Subversion: Incoming changes aren't recognized anymore?
I have a project which is under Subversion control. The Incoming changes list is always empty, even after pressing refresh. But when updating the project, several changes are updated from the serve... -
Martin Fuhrer 创建了一个帖子, No icon in exe file anymore?
I notice that the windows exe file doesn't contain an icon anymore in most recent builds. And the icon file delivered separately is of much lesser quality than the one previously contained in the e... -
Martin Fuhrer 创建了一个帖子, Where has 'convert to directory based format' gone?
I don't see this action in the file menu anymore (build 10633). Has this been moved somewhere else?-- Martin FuhrerFuhrer Engineering AGhttp://www.fuhrer.com -
Martin Fuhrer 创建了一个帖子, How to ignore files from VCS?
I know, it's Settings -> Version Control -> Ignored Files, but whatever I do, my changed files aren't moved to the 'Ignored Files' changelist. The only files in the 'Ignored Changelist' are those a... -
Martin Fuhrer 创建了一个帖子, Hotswap broken in latest builds?
It seems that hotswap is somewhat broken in latest builds (9138). While the main class itself is hotswapped correctly, any contained anonymous inner classes are not. -
Martin Fuhrer 创建了一个帖子, Is there any way to detect if end-of-line comments are supported?
Given an arbitrary PsiFile I would like to know if the file/language/filetype at the current cursor location supports end-of-line comments or not. E.g. in Java code a comment may be placed at the e... -
Martin Fuhrer 创建了一个帖子, Wrong dependencies when importing project from Maven
I have quite a large Maven project with several modules, working fine when building with Maven. But now when I import it into IDEA, all modules are detected and created correctly, but all dependenc... -
Martin Fuhrer 创建了一个帖子, Is there a way to detect if a file is part of a facet?
I have an XmlFile (and through it its corresponding VirtualFile) and would like to know if that file is part of a facet, i.e. I'm looking for the facet containing the file in question (if any). -
Martin Fuhrer 创建了一个帖子, How to delete a comment properly?
I want to delete the comment at the current cursor location, but without caring what type of file the user currently works with. What I'm doing so far is something like this:This works fine for Jav...