mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-67777: Open files by dragging them onto icon in the dock.
This commit is contained in:
@@ -4,7 +4,26 @@
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
@@doc_types@@
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
@@doc_types@@
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>*</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>All documents</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>LSTypeIsPackage</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>@@executable@@</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
||||
@@ -58,7 +58,7 @@ public class PlatformProjectOpenProcessor extends ProjectOpenProcessor {
|
||||
}
|
||||
|
||||
public boolean canOpenProject(final VirtualFile file) {
|
||||
return file.isDirectory() || ! file.getFileType().isBinary();
|
||||
return file.isDirectory();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user