Questions tagged [intellij-idea2017]
22 questions
1
vote
2 answers
Intellij only using 750m, configured to use a lot more
I've modified the Intellij Custom VM options to this:
# custom IntelliJ IDEA VM…

samanime
- 25,408
- 15
- 90
- 139
1
vote
1 answer
Can I limit Intellij Git Log to two or three branches?
I am trying to use Intellij's https://www.jetbrains.com/help/idea/log-tab.html
The Log tab is polluted by code changes from various different branches however the only branches I care about are the $MY_FEATURE_BRANCH and master (And perhaps one or…

Kannan Ekanath
- 16,759
- 22
- 75
- 101
0
votes
1 answer
IntelliJ IDEA can't open *.cfg files
*.cfg files in Idea won't open after restart. Here's the way they are indented in Project window.
I'm pretty much sure that files are not corrupted, as they do nicely open in notepad. Also, any other types of files open easily, it's just for…

Kirill Moskvin
- 45
- 9
0
votes
2 answers
How to add files from .gitnore folder back into project
I have several files that are hidden in Intellij 2017. It seems that the hidden files are in the .gitignore folder. I need those files. So I'm wanting to know how to add those files back into my project, and remove from .gitignore folder. The only…

Tan W
- 15
- 7
0
votes
1 answer
Unable to run application with Gradle: Error: Could not find or load main class 1.8
I am using IntelliJ Idea 2017.3 and on any Gradle project (even for simple 'hello world' from GitHub) I always got next error:
"Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example,…

Igor
- 81
- 1
- 3
- 8
-1
votes
1 answer
IntelliJ shortcut for Run Configuration
I recently changed Linux distros and I have forgotten what the keyboard shortcut is for making a run configuration in Kotlin in IntelliJ.
Thank you in advance.

Chuckinator
- 29
- 4
-2
votes
4 answers
I can't use LocalDateTime
Both of them don't work. I wrote the errors after "—"
LocalDateTime date = new LocalDateTime.now(); // cannot resolve symbol 'now'
LocalDateTime date = new LocalDateTime(); // LocalDateTime has private access

Kadzii
- 13
- 1
- 2