Intellij
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 44
-
Intellij created a post, Report exceptions - how to get notified if fixed
I often send exceptions using the IDEA built-in bug reporter, e.g. the current one which prevents me from inlining a method. But I never got any information about a fix. How is it planned to be don... -
Intellij created a post, Code completion in IDEA X.V: how to revert its behavior back to those of IDEA X
My hands type, for example, "tV<Ctrl+Space>" to complete "tableViewer". This results in a popup with useless suggestions like "TabableView", because the "tableViewer" is already shown after typing ... -
Intellij created a post, Ubuntu 9.04: IDEA 8.1 stops the GUI when hitting a breakpoint
I'm using IDEA 8.1 (build 9732) on Ubuntu 9.04, Java 1.6.0_13. It now happend two times, that when IDEA hit a breakpoint in the debug session, the whole desktop became unresponsive. Fortunately, I ... -
Intellij created a post, Getting IDEA running on Ubuntu 8.10
I've unpacked IDEA to a directory and defined IDEA_JDK in .bashrc. Now I can launch IDEA using bin/idea.sh from command line. But I want to launch it from a desktop icon (and want to avoid modiying... -
Intellij created a post, Troubles Purchasing Update Licenses
Hi,First, I've tried to purchase directly on www.jetbrains.com, but it rejected my license key. Then I've contacted sales@jetbrains.com and received a link to your website where to order. I've ente... -
Intellij created a post, Layout code: multiple levels of wrapping
Currently, my code looks likebut I want it to look more readable likeIs this possible at the moment or should I file a JIRA issue? -
Intellij created a post, Plug-ins and their settings
I've installed the Character Browser plug-in yesterday. Today I wondered why my project file has changed; I could not remember to have changed anything of the project configuration. Well, the Chara... -
Intellij created a post, Blinking error icon
I know I have already asked a couple of months ago, but forgot the answer. I've tried to search it, but without success.How do I enable the blinking error icon in the task bar for the release version? -
Intellij created a post, MacOSX 10.4/5: fslogger requires that you type your password.
When I launch IDEA 7.0.2 on the Mac OS X - no matter whether on 10.4 or 10.5 - an "Authenticate" window pops up and wants me to enter my password. What is "fslogger" and why it wants my password? -
Intellij created a post, How to pack current webmodule classes to jar file
It takes just one click to configure that classes of other modules should be packed into jar files (Web Module Settings, Modules and Libraries to Package). But how to achieve that for the current m...