Application Servers - nothing here?
IntelliJ 14.0, 139.224, OSX 10.10. I'm trying to add a tomcat app to my run configuration, but Tomcat isn't in the available list. So, I went to my preferences to add it, and when I try to, my...
View ArticleReindexing may not be honoring exclusion list
I'm developing an application with ember-cli and find that the project reindexes every time that ember server rebuilds the project (after every file change). The relevant directories have been...
View ArticleIDEA 14 - Run all tests in folder when right-click
So I had that option when I was using Idea 13 Ultimate, now I upgraded to 14 and option is no longer there. Basically when right-clicking a folder (be it a module, a folder with tests inside a module,...
View ArticleWhat font is used in this (retina) screenshot
What is the font used for code in the top screenshot at https://www.jetbrains.com/idea/whatsnew/ ? I'm looking for a nice *light* font to use on my Retina MacBook Pro. I'm using Menlo now but it is too...
View ArticleHow to define the VM option 'file.encoding' when deploying GAE?
Hi, I have set both IDE Encoding and Project Encoding to UTF-8, but when I run the command 'Googel App Engine Deployment', I got this message: Header 1Deploying 'test.war...
View ArticleCSS formatting in a custom tag
Hi, I searched around the forum and the web but I could not find an answer. If I write some HTML with a <style> tag, I can get CSS formatting inside of it, working perfectly fine:<style>...
View ArticleGit Commit says no changed detected
Hi, When I change a file and then select git | commit within Intelliji Idea it displays "No changes detected" message. However, if I run git from the DOS prompt it shows the changes and allows me to...
View Articlehow to enable emmet in javascript files
Hi, I have just watched the deep dive into webstorms new features youtube video, and one feature that is shown at https://www.youtube.com/watch?v=L-3kegPlQ_c#t=541 is using emmet in javascript files....
View Article"Navigate to Test" is only working one-way for me in IDEA 14
Hi, I could use some troubleshooting help. Something has definitely changed in IDEA 14 that is preventing this feature from working with my project structure. On IDEA 12 and 13, things were peachy. I...
View ArticlePlease add icon for "Rebuild Project"
I have added the "Rebuild Project" operation to my toolbar as I utilize that very often. Problem is that it does not have a dedicated icon so it just looks like an empty gap in the toolbar that is...
View ArticlePlease help - IntelliJ IDEA 14 doesnt crashes during start on OsX 10.8.5
Process: idea_appLauncher [1694]Path: /Applications/IntelliJ IDEA 14.app/Contents/MacOS/ideaIdentifier: com.jetbrains.intellijVersion: ???Code Type: X86-64...
View ArticleResolving JavaScript Function References
I have a test basic test suite file called app.unit.js: describe('app', function() { describe('initialize', function() { it('should do stuff', function() { expect(true).to.be.true;...
View ArticleWhy is idea connected to bandicam?
I just discovered something wierd and im hoping someone here can tell me whats going on. I am trying to track down what hase used 4gb of my data quota since it reset last night. When i checked my...
View ArticleNo intention light bulb when upgrading to IntelliJ Idea 14
I have just upgraded to the new IntelliJ Idea Ultimate 14 but I have a problem with the editor.The light bulbs (red or yellow) of the Intentions have stopped appearing in the editor.For example if I...
View ArticleTime to purge old messages from this forum?
Hi, I was looking for ideas about automating the build process of an IntelliJ IDEA project. So I did a search for "build". That gave 181 hits over 13 pages. I duitifully worked my way through all of...
View ArticleCannot resolve symbol on import
Hello -- This problem happens intermittenly for different libraries and different projects --When trying to import a library, the package will be recognized, but the class name cannot be resolved. If...
View ArticleArtifacts: Build on make doesn't work
Hello, I'm using Intellij 14.0.1 and I've noticed, that since version 14.0.0 , the "build on make" function doesn't work for me anymore. I also tried to put the artifact generation into my run...
View ArticlePython plugin - builtins not working correctly.
Hi, again. I've been using Pycharm Community and decided to use the Python plugin instead. Builtins are not working correctly with 3.4. "len(x)" highlights the closing parenthesis and gives me a...
View ArticleJUnit test for inner static class
I have a testing class like this: <code>import org.junit.Test;import static org.junit.Assert.assertEquals;public class ClassOuterTest { @Test public void testOuter() { assertEquals(1, 0,...
View ArticleAll modules compiled every time. Actionscript/Flex
I manage a project with about 10 modules. It seems like IntelliJ compiles all modules every time I start up the debugger. As far as the manual goes, this is not supposed to happen."IntelliJ IDEA keeps...
View Article