computist
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
-
Created How to import a directory as a project and make each sub-directory a component?
AnsweredHow to import a directory as a project and make each sub-directory a component? The directory contains multiple sub-directories, each of which is about a topic/component and may have different (pri... -
Edited How to add a component of a programming language not supported in IDEA?
AnsweredThe documentation page https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#multimodule-projects explains how to create a module in a project. What should one do if the component ... -
Created Is it safe to delete $HOME/Library/Caches/IntelliJIdea2017.1 after upgrading to 2017.2?
AnsweredIs it safe to delete $HOME/Library/Caches/IntelliJIdea2017.1 after upgrading to 2017.2? I probably did not uninstall 2017.1 properly that it even got left there. I only accidentally realized I have... -
Created Large cache files?
AnsweredI found IntelliJ IDEA seems to have created the following large cache files: 1.2G ./Library/Caches/IntelliJIdea2017.1/Maven/Indices/Index1/data1/context/_0.cfx719M ./Library/Caches/IntelliJIdea2017... -
Created Should 'build/libs/intellij_project-1.0.jar' be added to the Git repo?
AnsweredThere is a file in my project called 'my_IntelliJ_IDEA_project/build/libs/intellij_project-1.0.jar'. Should I include this in the Git repo? I'm not sure what or when it was generated. -
Created Should current IntelliJ IDEA user use Android Studio for Android development?
Answeredhttps://blog.jetbrains.com/idea/2013/05/intellij-idea-and-android-studio-faq/ says If I’m already a user of IntelliJ IDEA, do I need to switch to Android Studio for Android development? No. Andr... -
Created Haskell.java
I found a file $ more .idea/fileTemplates/internal/Haskell.java/* * Created by IntelliJ IDEA. * User: ${USER} * Date: ${DATE} * Time: ${TIME} */package ${PACKAGE_NAME};public haskell ${NAME} { }I d... -
Created How to show 24-hour-format time instead of the default 12-hour-format time when using time() in live templates?
I have a live template defined to insert a comment containing the current time. I use time() in it. But it shows the 12-hour-formate date. How to show 24-hour-format date? -
Created What is the 'intellij_project' folder for?
In a Java project, I find that there are a .idea folder and a intellij_project folder. I understand that .idea holds the meta-information of the project. What is the intellij_project folder for? ... -
Created What of $HOME/.IntelliJIdea14 is worth backing up?
As a habit, I backup many configuration files in $HOME. $HOME/.IntelliJIdea14 boasts hundreds of megabytes. I wonder if it's a good idea to back up the entire $HOME/.IntelliJIdea14 or could it be...