IntelliJ Open-Source Platform Documentation
Hi, There is plenty of documentation around creating a single plugin that 'adds' functionality to IntelliJ but can someone point me to information on how to create an application (with branding) using...
View ArticleModule compiles, but editor shows compilation issues
Since I reorganized my environment today (New project, clean checkout of code from SVN), I have not been able to edit code without the editor showing 'compilation issues' for code that does actually...
View ArticleSwitching from Darcula back to ... color scheme
I have tried that Dracula that many ppl are raving about and decided not to use it.However, when simply switching back to either my custom or default one most of the screen elements are still in...
View ArticleCode arrangement - blank lines? comments between sections?
I've got two questions about Code Style -> Arrangement: First, is it possible to inject a blank line between sections? For example, I'd like to have an arrangement like this: ...[var]...
View ArticleNewbie Help Gui Forms
Hi: I am new to intellij and java (formerly used c++) and am having difficulty getting a simple gui form to run using the visual layout editor. My form is a simple one as you can see below Code...
View ArticleDouble clicking bookmarks.
Show bookmarks lets you see a window into the code where the bookmarksare. It is read only. you then want to go to that place in the code where you can edit. F4 should work, or clicking the bookmark...
View Articleconnecting to jdbc driver issue (Still a newbie to java)
I've established a connection through a BASIS JDBC driver using the database window by adding the driver. This has allowed me to generate my ORM maps etc. I am now trying to connect to the database...
View ArticleHow do I externally build an index ?
Is there a way to build the index externally without launching IDEA ? Thanks-Rohit
View ArticleAdd one-shot Java EE libraries to project
Hello, I get validation and compile errors for all of my javax.* classes in the project (mostly imports and annotations on the entities). I know I can add each JAR to the path manually, like the libs...
View ArticleHow to execute compass transpiler on project rebuild/make
We have setup the Compass SCSS compiler using a file watcher as normal, but I have noticed that even though our SCSS files get compiled when they are changed, they do not get compiled if I do a...
View ArticleDoes IntelliJ support high resolution displays?
Hi there, I'd really like to buy a Lenovo Yoga 2 Pro Convertible with its awesome high resolution display of 3200x1800. I know that Eclipse does not support high resolutions and I consider to switch to...
View ArticleSystem.out.println -> out.println + import static, Novice Tip
Let’s say you wanted to convert all your System.out.println toout.println with an import static java.lang.System.out; at the top.How do you get all the imports only in the files where needed? Justuse a...
View ArticleGradle "cannot resolve symbol 'task'"
Hi,I've just started working with Gradle - wrote the "hello world" task helloWorld { println 'Hello World'} The symbols "task" and "helloWorld" are coming up cannot resolve.+ when i try to create an...
View ArticleFile permissions problems accessing .Idea12 folder on Windows
I have to work in a Virtual Machine provided to me by a client. I have some strange problems with file permissions on the .Idea12 settings folder. Intellij creates files in this folder owned by my user...
View Articlevocabulary question
If a file is known on the web as http://mindprod.com/jgloss/jdk.html and locally asE:\mindprod\jgloss\jdk.html Does the following format have an official name? jgloss\jdk.html If not, what name would...
View ArticleFlex projects: streamlining the make/compile process?
On my team at work, we're just starting to switch over to IntelliJ IDEA (13.1.1, Build #IU-135.480) from FlashBuilder for Flex development, and are having some trouble understanding the make/compile...
View ArticleSQL Insert Statements data extractor does not wrap text values with quotes
When I run the SQL Insert Statement data extractor for data inside an MS SQL Server table, the text values are not wrapped with quotes. Is there a way to configure this data extractor to wrap all text...
View ArticleTestNG - logging by thread
Hi -- when running multiple threads via TestNG (for example, setting a TestNG suite file to parallel="tests" and thread-count="3"), all of the thread runs are listed on the Test Results window pane,...
View ArticleDebugging nested Actionscript functions - see outer scope?
Suppose I have an Actionscript function like the following (line numbers included for reference): 1 private function foo() : void2 {3 var outerVar : Number;4 5 outerVar = 3;67...
View Article13.1.2 Regression in Tomcat logs view filter?
Anybody else seeing problems with the container logs view in 13.1.2? Seems the filter on the right is no longer filtering as-you-type. It was always a bit flaky as it refreshes with every keypress but...
View Article