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

When using JetBrains end to end how do I run private / pre-tested builds?

$
0
0

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. The only thing I found close to a recipe involved messing about with Jabber which so I treated that as red herring because there's no reason Jabber should be involved is there?


Flex, PHP and MySQL Development Environment

$
0
0

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 commence my first data driven Flex project which requires PHP and MySQL integration. I have never used either of these.

 

Initially I will be developing this web based Flex project on my own on a Mac laptop. Can someone please provide some guidance as to how I configure my laptop for development and debugging.

 

Do I need to install MAMP? and how should I configure IntelliJ 13 so that the server hosting my web page (and compiled swf file within) can communicate to the MySQL database?

 

Thanks everyone.

modules turned into projects

$
0
0

I don't know what I did, but my two modules in a single project are

now behaving like two separate projects. What is the easiest way to

get them back the way they were? The directory structure still looks

ok.

 

--

Roedy Green Canadian Mind Products http://mindprod.com

Errors using inadequate data are much less than those using no data at all.

~ Charles Babbage (born: 1791-12-26 died: 1871-10-18 at age: 79)

 

modify mxml file and then run , but output html dosent refresh

$
0
0

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 browser is the firefox.I have set it to get  new sources every time.

IDETalk support for forums

$
0
0

Where I work there is a forum system . Is it possible to join a forum using IDEtalk ? The forums are visible with a jabber client

Also, how does IDEtalk access the contact list from your messenging client ? it looks like the contact list synchronizes automatically between IDEtalk and the corporate jabber client.

Last thing, some of our forums have addresses with embedded spaces, so I was wondering whether this is supported as when one adds jabber ids spaces are used as separator.

Terminal Plugin isn't working quite as I expected

$
0
0

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 Terminal menu, I get a gray box [3] without controls (+/x). I noticed that I have a 'Add new Bash console' under Tools > [4] which provides a terminal [5] but the Terminal "quick start" buttton still doesn't work. When I click on the '?' in [5], I am taken to the 'Groovy Shell' section of the IDEA Help documentation.

 

Is this behavior correct, or could I have something misconfigured somewhere?

I'm using 13.1.4 Ultimate on FreeBSD v10.

 

Thanks for your time & trouble.

Best

 

[1]

term-1.png[3]

 

[2]

term-2.png

 

[3]

term-3.png

 

[4]

term-4.png

 

[5]

term-5.png

Issue warning on use of a class

$
0
0

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 @Deprecated.

Installing a plugin on github (intellij-perl)

$
0
0

Hi

 

I want to install the intellij-perl plugin which is located here:

 

https://github.com/rjattrill/intellij-perl

There are no installation instructions that I can find and after a bit of digging around it appears the module needs compiling before it can be installed via File -> Settings -> Plugins.

I did briefly try to compile it by loading the project into IDEA and fiddling with SDKs & dependencies but I am not a Java developer, am new to IDEA and don't appear to have the right vesions of things like the Java JDK instaled anyway..

Has anyone else managed to get that plugin working?

Thanks
Spencer

Does anyone use GWT Designer in IDEA?

$
0
0

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 significant, as if it barely existed.

 

Is the designer part of what has been made part of Intellij IDEA ?

Mocha run configuration with file filter

$
0
0

Hi

Using IDEA  13.0.3

I 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 of them

I couldnt find a way to filter specific js test . it only allows me to select a Test Directory

 

Can someone please help

Thanks.

How to force braces onto the next line

$
0
0

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 the opening conditional and not on the next line. Braces for things like classes and methods go to the next line, but other things don't.

 

I'm probably in the minority in liking things to be formatted that way, but nevertheless.

 

If it's not possible, is there a decent (and recent) external formatter that's more configurable? Do I have to also install eclipse to use it as  formatter or is there a better way?

How to omit a directory from project or compilation?

$
0
0

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. ant

3. ant eclipse-files

4. opened Intelij and imported the project successfully by pointing to the .eclipse file.

 

As a quick test, i built the project from Intelij.

 

It looks like the project built ok, but there were 3 errors found in a class (contained in a test folder) that I'm not interested in.

 

I don't need the test folder and would like to tell Intelij to ignore that branch (or subdirectory).

 

Hoping someone could let me know how to do this ?     (or give me area to research and I can figure it out).

 

Thanks !

Xcode beta 6, air and iOS emulator: image not found error

$
0
0

I'm on a Maverick, I'm trying to run and adobe air application via IOS emulator.

I'm getting the following error: Screen Shot 2014-08-25 at 20.49.30.png

 

Seems like it's trying to uninstall an IPA... and there is no IPA.

Before of this, with the same module/configuration I compiled and run my AIR app on an IPAD

 

Xcode 6 beta, Apache Flex/AIR 4

 

Any clues?

 

Thanlks

Adobe AIR, IOS emulator: selecting the correct device

$
0
0

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 device target I want (ipad, ipad retina etc)

If I use Apache flex with Air 14 the iOS simulator restarts and I end up always with the smallest iphone 4.

 

Why this happens and how can I fix this behaviour?

 

Using xcode 5 on Mavericks, latest intellijdea.

 

Thanks for your help

 

Alfonso

modules turned into projects

$
0
0

I don't know what I did, but my two modules in a single project are

now behaving like two separate projects. What is the easiest way to

get them back the way they were? The directory structure still looks

ok.

 

--

Roedy Green Canadian Mind Products http://mindprod.com

Errors using inadequate data are much less than those using no data at all.

~ Charles Babbage (born: 1791-12-26 died: 1871-10-18 at age: 79)

 


Maven headache

$
0
0

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 repository shows up.

I updated again and again, cleaned maven config to do it all again. No dice.

 

Using maven 3.2.3

I lost an afternoon trying to get it to work, rather than actual coding.

 

If anyone have an idea.

Not Valid JRE Home

$
0
0

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 v 67 for 32bit and 64bit JDK. I am having trouble with the run program portion, I set up the Enviroment variables to point to the 32bit and 64 bit paths which my programs are on a separate partion. I get a error of  Warning that the location under use alternative JRE is a not a valid JRE home. I have checked and the JDK are properly installed and running via CMD. If I try to unckeck the use alternative JRE, I get No JDK specified for module 'Testmod'

 

     Any help or tips would be appricated and I have included screenshots of the errors and system info. Thanks for your time.

Idea 13 - Problems with svn command line integration

$
0
0

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 updating the project or any other actions related to svn. This procedure needs to be repeated several times, even ticking the 'save credentials' checkbox seems to have no effect.

Some possibly related lines from idea.log:

 

2014-08-25 13:33:31,876 [18676725]   INFO - vn.commandLine.CommandExecutor - Destroying process by command: svn.exe --config-dir C:\Users\***\AppData\Roaming\Subversion info --depth empty --revision HEAD https://***/trunk --xml
2014-08-25 13:33:31,883 [18676732]   INFO - svn.commandLine.CommandRuntime - Null exit code returned, but not errors detected svn.exe --config-dir C:\Users\***\AppData\Roaming\Subversion info --depth empty --revision HEAD https://***/trunk --xml

 

My environment:

Windows 7

Intellij Idea 13.1.4 (build #IU-135.1230)

SlikSVN: version 1.8.10-SlikSvn-1.8.10-X64 (SlikSvn/1.8.10) X64

 

Did anyone experience something similar?

 

Regards

Michael

Constraint for enum in structural search and replace

$
0
0

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$, $valueClass$> $mapName$ = new HashMap();".

For keyClass I tried the expression constraint "Text/regexp constraint for java expression type" with the value "enum" but without success.

custom scope in structural search

$
0
0

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 classes on which i want this replacement occurs.

The windows is telling i have  selected 579 of 76194 : so  it's ok

 

But when  process the find it doen't work. It is lookking for all classes in the project including libraries and finds 24291 usages ...

 

maybe i'm doing someting wrong or a missed a parameter ?

 

thanks for any help

Viewing all 5661 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>