Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all 5661 articles
Browse latest View live

How to configure the maximum views of "Back/Forward" in navigate menu in IDEA?

$
0
0

  The Back/Forward commands are real very useful, but it seems that the maximum views I can go back or forward is 20. This maximum is not enough for me, and I can not find where to configure this value.

  Could anyone help me? Thanks for your attention.


InteliJ 13 Cucumber/Gerkhin

$
0
0

Hi Guys,
I hope you are fine!

It's my first post here, so hello everyone:)
I'm writing regarding one certain problem which I've encountered during usage of InteliJ version 13.
I work as a QA Specialis and on daily basis I use Behat/Cucumber/Gherkin and I'm wonder if I can navigate from some particular step definition in my feature file to a specific method in context/page file using Intelij 13? I know for sure that such solution is currently available in PHP Strom 14, however it would nice to have the same functionality in Intelij 13. I've already read that plugin "Cucumber for Java" should enable me to get this functionality but actually it doesn't work, but should have worked?
IntelliJ's Gherkin plugin thinks my first step is undefined plus there is no code assistance from IntelliJ for me to be able to define a step in my step def class. Why can't the Gherkin plugin find my step defs in class.
Please answer my question as soon as possible.

 

Regards
camel

Artifact unnamed: Server is not connected. Deploy is not available.

$
0
0

I get the following error when trying to start a server for my project:

 

Artifact unnamed: Server is not connected. Deploy is not available.

 

 

I'm using os x Yosemite.

 

How can i fix this?

Tomcat url to find resources

$
0
0

Hello,

 

 

I'm on a team where some people use eclipse and other people intelliJ.

However, when i run my application my javascript tries to get some data using some calls to a rest service.

 

The URL is /projectname/resources/.... When i run it on eclipse (Local)

The URL is /resources/...      when i run it on Intellij (Local)

 

How can i set my intellij so the resources can be found on /projectname/resources like in eclipse?

 

Using Tomcat 8 server to deploy.

Renaming methods causes an annoying freeze in 14.0.3

$
0
0

Hi everyone,

I've noticed lately that the performance of renaming a method has gotten worse. If I press SHIFT+F6 when the caret is on a method IDEA freezes up for a noticeable amount of time, then after I write the new name and press ENTER it freezes up again. After that everything returns to normal.

Three things to mention:

  1. I tried tailing the log, I see nothing is written
  2. During the freeze IDEA doesn't show anything is running at the bottom toolbar
  3. If I cancel the rename (by pressing ESC) and then rename that same method again, it is instantenous and there's not freeze

 

Anyone else has this? Is it solveable?

 

Thanks,

Guy

Different target path for classes and resources

$
0
0

Hi.

 

I have simple maven web application. And while trying JRebel plugin get next problem.

When I compile classes they are compiled in target/classes folder, but *.properties files from resources folder are copiing (by pressing ctrl+F9) to the target/<FINAL_NAME>/WEB-INF/classes.

It misleads. And I doesn't understend how to configure JRebel and Idea.

 

Is it possible to configure module to do it in one folder?
Is it right if I point out  target/<FINAL_NAME>/WEB-INF/classes is output path for module?

Running a custom task when IntelliJ imports a project from Gradle

$
0
0

I'd like to run our code generation tasks when IDEA imports the Gradle project.

 

Are there any hooks I can use? I.e. if IDEA could run the dependencies, finalizers, pre- and post- hooks of the "idea" tasks that would have been enough for me.

IntelliJ icons won't display!

$
0
0

I have a problem with my Icons,

The Icons won't load anymore in my Java project,

 

I also got something weird when i added a library.

 

How can i fix this??

 

Kinds regards,

 

Bart


Android build and Google Maps

$
0
0

This is using IntelliJ Ultimate 14 and Android Maps 2.0

 

Just wanted to drop a note on this very frustating build tryintg to get Google Play services integrated into an

Android application.

 

After following numerous articles on how to do this I was constantly failing a compile. It was complaining about

R.id.map

 

Now Im not going to go indepth on how to set the IDE up but lets say that after 5 hours of being frustated yesterday

I shut down. Granted not all 5 hours ewas dedicated to compile issues (Missing libraries, etc) but last night it just

didn't compile anymore.

 

Today, after contemplating whether I should go back to Eclipse I fired up intellij one more time and sure enough it compiled.

No idea what is going on.

 

Yesterday I was doing many Invalidate Caches /Restart to no avail.

This morning it works on first compile.

 

Mac OS

 

Very frustrated. Got to be a better way in all of this.

 

Later

Problem Setting Classpath For System Tests in IntelliJ

$
0
0

Hi, I hope this is a simple question, because this seems like something that shouldn't be difficult.

 

I've got a standard Gradle project with the normal layout:

 

./src/main/groovy

./src/main/resources

 

./src/test/java

./src/test/resources

 

And I've created a Gradle task for system tests as follows:

 

sourceSets {

    systemTest {

        groovy.srcDir file('src/system-test/groovy')

        resources.srcDir file('src/system-test/resources')

    }

}

 

And this matches the folders in my project:
./src/system-test/groovy
./src/system-test/resources
And when I import the project into IntelliJ, it seems to figure all of that out ok because when I look at the Module Settings, I see all those folders listed appropriately. For example, in the Modules section on the Sources tab, it lists './src/system-test/resources' and './src/test/resources' as Test Resource Folders. So everything looks good.
Here is my problem. My unit tests read from the test resource folder with no problem. And if I run the system tests from the command line using my Gradle task, it finds the appropriate configuration. However, when I run the system test from IntelliJ, it does not find any of the configuration files located in the system-test/resources folder. If I move the configuration files over to the test/resources folder, it finds them.
This is a problem because the configurations for unit tests and system tests are drastically different. The unit tests are using mocks. The system tests are designed to be more end to end tests and thus wire in the actual implementations instead of mocks. So I'd really like to keep the configurations separate.
I've Googled for any discussion on this I can find. Saw some threads on Eclipse being able to "add resource folder" or something like that to the classpath. I was hoping there was something similar in my favorite ide, IntelliJ. Any clues?

Play web app debugging broken? (Play 2.3.8/Latest IDEA EAP build)

$
0
0

Is it just me or it's broken?

 

I created a play web app using the reactive stock template, then set break points and try to debug, but the breakpoints never stops execution.

Question regarding keyboard configuration

$
0
0

Hey guys,

 

I am trying to set up my keyboard for mac, in a way that the Home/End keys act like they do on my Linux box (move the cursor to beginning/end of line). For MAC, I downloaded Karabiner which maps the keyboard keys to the intended configuration, however, as soon as I start Karabiner, then the Intellij keymap is messed up. Has any one of you tried doing it? Can you please help me?

 

Thanks in advance!

running 64 bit version

$
0
0

32 bit version works fine, when i try to run 64 bit version, i get an error says No JVM installation found. Please reinstall the product or install a JDK.

 

thx for any help

 

Slow performance during "Close Project" in Intellij IDEA 14

$
0
0

I recently updated from IDEA 13 to 14. When I click "Close Project", it takes 5 to 10 seconds to close a project.

 

This action was much faster in IDEA 13. I am using Ubuntu 14.04 and I have an SSD installed on my laptop.

IDEA 14.1 with custom JDK?

$
0
0

I've been using the EAP builds for Mac with the custom bundled JDK, because it fixes https://youtrack.jetbrains.com/issue/IDEA-131595 and removes a half-second delay on every keystroke and mouse click.  It looks like the final version of IDEA 14.1 doesn't have those same fixes.  Is there any way to get the final IDEA 14.1 with the custom JDK?

 

Thanks.

-Eric


Unit Tests Generation in 14.1

$
0
0

Hi All,

 

Just started using IntelliJ, my first installed version was 14.0.3, and just updated with 14.1 now.

 

I need to be able to create a unit tests and just show on the features list that latest version should just do that.

 

However I could not find how exactly I can do that.

 

Can someone provide more information on the procedure / recommendations etc?

 

 

Thanks,

 

DP.

IntelliJ Idea 14.1 cannot open directly a maven project

$
0
0

I just installed IntelliJ Idea 14.1

Thank you guys from JetBrains company for all these new features but I noticed a step backwords.

I cannot directly open an existing maven project (created with maven 3.3.1) and I must use import function instead.

Any ideas?

How do you create a desktop icon with a user defined image for launching jar files

$
0
0

Hi,

 

How do you create a desktop icon with a user defined image for launching jar files.

The output Jar file has the standard java coffee cup symbol.

I want to add my own artwork.

 

Thanks,

Mike

Terminal seems to be disabled in 14.1

$
0
0

Just installed the new 14.1

 

Terminal opens without prompt, it's really looks like it's been dsabled.

 

Any way to ressurect it? I'm on Linux Mint 17 xfce

 

thanks,

john

Editor and live templates don't expand using configured key (mac - ultimate)

$
0
0

I just installed 14.1 and as always I have TAB configured as my expansion key.

 

The tab key has no effect.

 

Anyone else having this problem?

Viewing all 5661 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>