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

Attlassian connector hangs an IDEA

I have installed Attlassian connector at work and at home. And I have different beheviour of connector. At home it works ok. But at work It hangs an Idea for some seconds after I click on "Start Work"...

View Article


Formatting If Statements

Has anyone found a combination of formatting options that will turn:         if (2 < 3) {            return;        }elseif (2 > 3) {            return;        }else{            return;        }...

View Article


Byte Code Viewer

Dear Sir, I have default IDEA 12.0 installation. how can I start "Byte Code Viewer" plugin?are there any additional plugins required? ThanksSergiy

View Article

how to determine changes between plugin versions?

Hi Folks. I see that I am using version 2.9.2 of the python plugin http://plugins.intellij.net/plugin/?id=631 , but the newest version is 2.10.0. How do I find the release notes detailing what changed...

View Article

Code Completion with spacebar, any way to disable?

I love the code completion in IntelliJ and I love that it can pre select the first result for you, then just hit enter and continue on your way. however per the documentation both enter and spacebar...

View Article


Spelling: can I add my own dictionary?

Now only jetbrains.dic and english.dic bundled, but there are still some words absent for spelling check, such as words int groupId and artifactId from the maven repository. I have created the...

View Article

n00b trying to set up IDEA 12 for Android development, but I'm running into...

When I open up IDEA and "Create New Project", I select Android Application Module, then specify the location of the Android SDK, but then it gives me an error saying that I have not defined a Java SDK....

View Article

How to (left-) align filenames with each other in project tree pane?

Hello, we have a lot of test code and some with of these have really long filenames that just slightly differ from each other. We use Concordion, i.e. we have aJava class and a corresponding HTML page....

View Article


Link maven dependency sources to sources of an external maven project added...

I am using IDEA 11. I have a project that uses some dependency that is also mine. This dependency is a standalone project, but I would like to have it in the same window as the main project because I...

View Article


Dracula is awesome.

That is all.  Thank you jetbrains.

View Article

Image may be NSFW.
Clik here to view.

Code completion strange behaviour

Now that I am running the awesome IDEA 12, I run into a weird issue with code completion. Here's a screenshot of what I mean: I would expect the getText() method to be selected, but instead it chooses...

View Article

Memory usage analyze

Has the Idea any tools for analyze memory usage of android apps, for example in debug mode?

View Article

Display SVN revisions from a reintegrated branch

Is there any way in IDEA 12 to display the revisions that were included when a branch is reintegrated? Something similar to "svn log -g" command line or the "Include merged revisions" option in...

View Article


Label decoration ala eclipse in Project Window

anyone know if its possible to get the subversion label decoration like they have in eclispe?  The one that shows SVN specific information on resources in projects under SVN control. Information...

View Article

All files are colored red under Darcula theme

I have my project opened in the Intellij 12 Darcula theme and all the files and folders under Project pane on the left are colored dark red. It is very hard to read. What does this color signify? How...

View Article


IntelliJ 12 complains "cannot resolve symbol" with Groovy Markup Builder

In my project I'm using groovy markup builder to create html content. for exampe          builder.table {            tr {              td("Data1")              td("Data2")            }       }IntelliJ...

View Article

Tomcat deployment directory

Hi, I have a webapp which is deployed to a local Tomcat (6.0.x), located in R:\programs\apache-tomcat-6.0.36.I want IntelliJ IDEA to deploy the webapp to the \webapps subdirectory of the aforementioned...

View Article


Tomcat/AppServers stdout/stderr console ?

Hello I am a new IntelliJ 12 (on Windows7 Java7 Tomcat7.0.33) user and try to compare it against other IDE with some existing projects. However while I can get my Tomcat web-app to start and run I can...

View Article

GitHUB with Private Repository from Organization

For some reason I can't find simple directions on using IntelliJ with my Organization. I am currently the owner of this organization. Here's where I am:      I have a project on my local machine.     I...

View Article

Hibernate console failing with error

I have a spring + hibernate application. When trying to use the hibernate console, I keep getting the following error hql> from Personjava.lang.RuntimeException:...

View Article
Browsing all 5661 articles
Browse latest View live