Questions tagged [intellij-idea-2018]
42 questions
0
votes
1 answer
Where can I find IntelliJ's local file changes
IntelliJ just reverted all of my local changes when I moved the package that contained them. It refuses to undo the change because "other files changed in the meantime". IntelliJ must keep some sort of diff collection somewhere to back the undo…

Roddy of the Frozen Peas
- 14,380
- 9
- 49
- 99
0
votes
1 answer
How to find the usage of method in Java code where the arguments are compound expressions?
Probably a duplicate, but I don't know how to search for it..
I use IntelliJ to find method usages. Now I want to find these usages (method calls) where in the method call itself the argument is an expression.
So not a reference to a string or a…

Bart van Berkel
- 53
- 9
0
votes
1 answer
IntelliJ right click context does not show Generate option anymore on Windows 10
I'm not sure what happened to my IntelliJ Ultimate (probably a recent update?) but now it does not show me the Generate option when right clicking inside a Java class.
This generate option would allow me to let IntelliJ do all the boilerplate code…

dazito
- 7,740
- 15
- 75
- 117
0
votes
1 answer
Add CXF to Intellij Web Services Facet
I have created a maven project using archetype [ org.apache.cxf.archetype » cxf-jaxws-javafirst ]. I have also added tomcat 8.5.34 as run/debug configurations.
But when I try to add CXF framework support, I cannot because the OK button is disabled…

phx
- 83
- 6
0
votes
1 answer
Why do SBT projects in IntelliJ IDEA break and require re-creation?
When using SBT with IntelliJ IDEA, often the project will get in to a bad state where compiler errors occur where they shouldn’t, when they don’t occur in the terminal.
A project will sbt compile in a terminal without issue, but will remain all…

Neil
- 24,551
- 15
- 60
- 81
0
votes
1 answer
Turn off vertical indent guide intellij 2018.2
I want to turn off Vertical Indent Guide but I don't find this option in Intellij 2018.2 . Has this feature been moved or renamed?

Sagar
- 1,149
- 1
- 7
- 12
0
votes
1 answer
Intellij IDEA is Slow,Compilation is slow and is consuming high memory
My Memory Usage i have no idea why IDEA is using two JAVA(SE) Platform Binary

Gaurav Singh
- 9
- 1
- 7
0
votes
1 answer
How to disable popups about IDE interactions in IntelliJ
How do I disable these popups in IntelliJ that show up after almost each interaction with IDE?
These popups appear if I minimize a tab or start tomcat or execute any code or start debugger, etc.
I tried unchecking all options in Preferences >…

Gaurang Deshpande
- 232
- 4
- 12
0
votes
1 answer
Intellij 2018.2: Not able to SYNC Gradle 1.9 projects
Unable to load class 'org.gradle.api.artifacts.component.ModuleComponentIdentifier'.
Possible causes for this unexpected error include:Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download…

Dhakchianandan
- 351
- 1
- 6
- 15
0
votes
1 answer
'Use custom context root' does not work for deployment EAR application to GlassFish in IntelliJ IDEA Server Run Configuration
I changed the context root for the ear artifact. I opened the 'Deployment' tab of the Server Run Configuration, check 'Use custom context root' and enter the desired value into the field: /T4000_Enterprise
But the Application Name in GlassFish…

RoutesMaps.com
- 1,628
- 1
- 14
- 19
0
votes
1 answer
The terminal runs outside the IDE in IntellijIDEA community edition 2018.1
I used to have the terminal embedded in my IntelliJ IDE but after I updated, whenever I click on the terminal icon, it runs externally in a separate window.
I don't remember having this issue in the previous version of IntelliJ. What configurations…

Haya Abdullah
- 11
- 1
0
votes
0 answers
Intellij gets stuck when running tomcat since upgraded to 2018.1
I recently upgraded Intellij Ultimate to 2018.1 on Windows 10 and I experienced Keyboard issues when I run consoles in Floating Mode. The keyboard doesn't work in the main window (Backspace and Esc keys are always ignored, other keys are often…

simo
- 373
- 4
- 11