.IDEA File Extension
Adobe Ideas Document
Developer | Adobe Systems |
Popularity |
3.1 | 8 Votes |
What is an IDEA file?
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.
More Information
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.
NOTE: Adobe Ideas is now a part of the Adobe Illustrator Draw app for iOS.
Programs that open IDEA files
Tresor IDEA Encrypted File
Developer | Warlord |
Popularity |
3.2 | 6 Votes |
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.
More Information
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.
NOTE: 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.
Programs that open IDEA files
IntelliJ IDEA Settings Directory
Developer | JetBrains |
Popularity |
3.5 | 2 Votes |
More Information
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.
How to open an IDEA file
.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.