.IDEA 文件扩展名
Adobe Ideas Document
| 开发者 | Adobe Systems |
| 受欢迎程度 |
2.9 | 9 票 |
什么是 IDEA 文件?
Image created by Adobe Ideas, a vector image editing touch app for Android tablets; can include vector objects, layers, color themes, and other graphics; commonly used for quick hand editing before completing final edits with the desktop versions of Photoshop and Illustrator.
更多信息
IDEA files can be imported into Adobe Illustrator CS5 if the Adobe Ideas plugin is installed. This plugin is part of the Adobe Creative Cloud Desktop Plug-ins suite.
注: Adobe Ideas is now a part of the Adobe Illustrator Draw app for iOS.
可打开 IDEA 文件的程序
Tresor IDEA Encrypted File
| 开发者 | Warlord |
| 受欢迎程度 |
2.9 | 7 票 |
Encrypted file created by Tresor, a file and folder encryption program; contains an encrypted file that can only be opened in the Tresor application with the same password that was used to encrypt it.
更多信息
The IDEA file is encrypted using IDEA (International Data Encryption Algorithm) block encryption. it uses 64 bit data blocks and a 128 bit key length. It produces a 160-bit hash value from the password you create and uses 128 bits of the hash value for the IDEA encryption key. When you provide your password again, the file will be decrypted.
注: Tresor requires Mac OS between 9.0 - 10.6 with Motorola 68k and PPC processors in order to run. IDEA files cannot be accessed in Mac 10.7 or later.
可打开 IDEA 文件的程序
IntelliJ IDEA Settings Directory
| 开发者 | JetBrains |
| 受欢迎程度 |
2.7 | 3 票 |
更多信息
IntelliJ IDEA is an Integrated Development Environment (IDE) used to develop Java applications. To allow developers to more efficiently manage IDEA projects' settings while using version control systems, such as GitHub, IntelliJ transitioned IDEA to save project settings within several separate XML files, instead of one IPR file. This makes it less likely that merge conflicts will occur when a developer commits changes to their project. Each project's settings-related XML files are stored in its .idea folder.
Some of the XML files an .idea folder contains include:
- indexLayout.xml: Contains information about external directories used in a project.
- vcs.xml: Contains version control system-related information.
- modules.xml: Contains a list of a project's IML files.
- workspace.xml: Contains user-specific IDEA workspace settings.
When a developer commits their project to Git, they typically tell Git to ignore most of the files contained in the .idea folder by specifying those files in their .GITIGNORE file. The only files you might want to commit to your version control system are indexLayout.xml and vcs.xml.
How do I update an IntelliJ IDEA project to use an .idea folder instead of an IPR file?
To convert your IntelliJ IDEA project from a file-based project to a directory-based project, select File → Manage IDE Settings → Save as Directory-Based Format from IDEA's main menu.
如何打开 IDEA 文件
.idea files are not meant to be opened. To open an IntelliJ IDEA project, select that project's main directory from IDEA's Open prompt.