Martin Fuhrer

- Total activity 1453
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 526
-
Martin Fuhrer created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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...