When using JetBrains end to end how do I run private / pre-tested builds?
Here's the software I'm running: TeamCity Professional 8.1.3 Intellij IDEA 13.1.4 Git I can't figure out how to do a private / pre-tested build. It must be easy but I'm missing the point somewhere....
View ArticleFlex, PHP and MySQL Development Environment
Hello As a Flex developer I have switched from Adobe Flash Builder to IntelliJ following some advice by a relative of mine who is a Java programmer at Google. It's been brilliant. I am now about to...
View Articlemodules turned into projects
I don't know what I did, but my two modules in a single project arenow behaving like two separate projects. What is the easiest way toget them back the way they were? The directory structure still...
View Articlemodify mxml file and then run , but output html dosent refresh
Hi, I modified the mxml file ,just add a line(Alert.show("hello")); And then, I pressed run.A html file is opened at local disk. But my change doesnt appear.why?p.s. I am using idea ultimate 13.The...
View ArticleIDETalk support for forums
Where I work there is a forum system . Is it possible to join a forum using IDEtalk ? The forums are visible with a jabber clientAlso, how does IDEtalk access the contact list from your messenging...
View ArticleTerminal Plugin isn't working quite as I expected
Hi all, Apologies if this is the wrong forum to ask about this. I'm perplexed by the Terminal plugin's behavior. I cllick on the "quick start" icon in the window border [1] or in the Tools > Open...
View ArticleIssue warning on use of a class
Is there a way to configure the code analyzer to issue a warning/error if I've used a specific class somewhere? I'm trying to migrate away from some old frameworks, so I can't just mark the classes as...
View ArticleInstalling a plugin on github (intellij-perl)
Hi I want to install the intellij-perl plugin which is located here: https://github.com/rjattrill/intellij-perlThere are no installation instructions that I can find and after a bit of digging around...
View ArticleDoes anyone use GWT Designer in IDEA?
I am considering using GWT Designer in IDEA. I used it in my last Eclipse project with pros and cons. I was surprised a search of the JetBrains website as well as this forum did not return anything...
View ArticleMocha run configuration with file filter
Hi Using IDEA 13.0.3I am running tests from IDEA with a mocha run configuration/I have dircetory with tests , and I need a way to filter several of the tests in the directory. I dont want to run all...
View ArticleHow to force braces onto the next line
Is there some combination of settings that would allow the auto formatter to put braces on new lines for things like if/while/for/try/etc? No matter what I do or set, braces are put on the same line as...
View ArticleHow to omit a directory from project or compilation?
Hi Community Experts, I'm new to building large Java based project.I'm compiling an Apache project and performed the following steps: 1. git checkout < release>2. ant3. ant eclipse-files4. opened...
View ArticleXcode beta 6, air and iOS emulator: image not found error
I'm on a Maverick, I'm trying to run and adobe air application via IOS emulator.I'm getting the following error: Seems like it's trying to uninstall an IPA... and there is no IPA. Before of this, with...
View ArticleAdobe AIR, IOS emulator: selecting the correct device
Hello, I'm really new to xcode and Mac, so I really need help on this:Using Apache Flex with air 4 I can debug ios applications with any target device. All I have to do is keeping open xcode and the...
View Articlemodules turned into projects
I don't know what I did, but my two modules in a single project arenow behaving like two separate projects. What is the easiest way toget them back the way they were? The directory structure still...
View ArticleMaven headache
I'm using intelliJ 13.1.4. And I'm having an anoying problem with maven. In the config panel, it say the maven central repo is indexed, but, when searching for an artifact or class, only the local...
View ArticleNot Valid JRE Home
Hiya, I am Alex. I recently started learning java programming and downloaded IntelliJ IDEA 131.4. I am attempting to program for minecraft mods as a hobby and self learning. I have Java JDK 1.7.0...
View ArticleIdea 13 - Problems with svn command line integration
Hi, I am using experiencing some problems with the SVN integration. Even as the credentials for the repository are saved in the svn config dir, quite often a dialog appears asking for credentials when...
View ArticleConstraint for enum in structural search and replace
What constraints in strutural search and replace I must use to match an enum?I want to find all java.util.Map whose key is an enum. So I have in the search searchtemplate "Map<$keyClass$,...
View Articlecustom scope in structural search
Hi I'm trying to remove all comments in a project and then i selected the comment template in the structural replace window.Then I created a custom scope where i have excluded all, just letting...
View Article