computist
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
-
computist created a post, AnsweredHow to import a directory as a project and make each sub-directory a component?
How 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... -
computist created a post, AnsweredHow to add a component of a programming language not supported in IDEA?
The 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 ... -
computist created a post, AnsweredIs it safe to delete $HOME/Library/Caches/IntelliJIdea2017.1 after upgrading to 2017.2?
Is 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... -
computist created a post, AnsweredLarge cache files?
I 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... -
computist created a post, AnsweredShould 'build/libs/intellij_project-1.0.jar' be added to the Git repo?
There 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. -
-
computist created a post, AnsweredShould current IntelliJ IDEA user use Android Studio for Android development?
https://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... -
computist commented, -
-
computist created a post, 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...