Questions tagged as 'intellij'

3
answers

Is there a shortcut to selecting and modifying similar passages?

I would like to know an Intellij IDEA shortcut similar to Sublime's CTRL + D , which selects all similar objects and can be modified together. p>     
asked by 09.06.2017 / 21:55
1
answer

Encoding Eclipse - Intellij

Imported a project in Intellij that was created in eclipse. The project is quite large. I'm having a problem with the encoding, in eclipse it's like Default the Cp1252 And IntelliJ is set to UTF-8 How do I change to...
asked by 23.10.2017 / 19:59
1
answer

Problems with R interpreter

I installed R4Intellji and selected a program in R. But when I ask to run, the program gives the following error: The R interpreter is not specified Could anyone help me?     
asked by 27.12.2016 / 17:28
1
answer

What is the similar command in git to IntelliJ's "git revert"?

How can I reverse the state of a specific file through git commands? Similar to IntelliJ's git revert option where I select the files I want to revert. When I select all the options in the git revert terminal, I list all the bran...
asked by 09.04.2015 / 15:11
1
answer

Is it possible to export a JAR file with only Kotlin classes, without any Java class?

I'm using Intellij IDEA to develop a project in Kotlin, and I've reached a point where I need to create an executable file to run on the server, but when I try to create a JAR Artifact , , something that does not exist in the projec...
asked by 21.11.2017 / 20:49
1
answer

DataSource PostgreSQL Widlfly

I'm trying to set a DataSource with PostgreSQL , but it's throwing this Exception 23:36:46,381 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed -...
asked by 25.10.2017 / 04:48
0
answers

Plugin to create variable instance constructor at runtime

I need to create some tests using variables already instantiated at runtime, and instead of manually mounting, object by object, attribute by attribute, I would like some tool that automates itself and already brings code with objects and variab...
asked by 24.08.2018 / 16:11
0
answers

Error: Abnormal build process termination - Intellij 16.1.1, JDK 1.8.0_21

This is the first time I'm using IntelliJ IDEA and soon I had problems compiling: Error:Abnormal build process termination: /home/nathanpb/Java/jdk1.8.0_121/bin/java -Xmx700m -Djava.awt.headless=true -Djava.endorsed.dirs=\"\" I'm usi...
asked by 31.01.2017 / 21:03
0
answers

Layout problem when trading eclipse by IntelliJ

I'm a beginner and I'm in the middle of a project. Due to many compilation bugs, I decided to change eclipse through IntelliJ. Problems of import and connection with bank solved, I can give continuity to the project. Now I came across this situa...
asked by 11.03.2016 / 13:43
2
answers

Is there a way to create an IntelliJ-based IDE? [closed]

With some research on the internet I have found that IDEs like Android Studio and PHPStorm are IntelliJ-based IDEs, each with a purpose. How to create an IDE based on it? The idea is to create an IDE with buttons for: create projects,...
asked by 27.11.2017 / 11:03