I purchased Intellij Ultimate about an hour ago, so far I've not received a license email. I think in the FAQ it said they usually deliver within 48 hours or something, but does it really usually take that long? The payment already went through, I purchased with paypal.
How long does it usually take for licenses to arrive?
No copyright added for new files in IntelliJ 12.1.3
Even if I have a default copyright profile set, no copyright is generated when a java new file is created.
I've tried adding an "All" scope for this profile and does not work either.
use ambien online no prescription overnight
use online no prescription overnight
Android layout designer
New to IntelliJ, check kb but unable to find answer. Using 12.1.3
I have tried to use the designer for assistance with an Android layout. While the end result seems ok, I have question about what this designer is showing and why. Specifically, I have a tablelayout, the first tablerow of which has three cells. I've set the layout:width to 0dp and have used layout:weight to apportion the column sizes. However, in the design window there are two unexplained (or at least confusing to me) boxes drawn when selecting the first cell of the table row. One is red, the other is blue. Both are much narrower than that cell and in the case of the blue box, the height of the entire layout.
However, when selecting the second or third cell, the red box appears to be the correct (or at least expected) dimension around that layout element. The same can be said of other portions of the layout (not visible in attachment) except again, first cell in a table row.is wrong size.
I've included image. What is going on? Is it a problem with my layout or the designer? I've run on a physical device and the layout seems to work ok.
Thanks for your help.
External dependencies are not imported for a grails-gradle-plugin project
Hello,
When importing a Grails project (which is build in Gradle) to IJ, the external dependencies are not being imported.
Once imported the project is not even recorgnized as a Grails project, however after adding the Grails library to the project properties solves this issue.
IntelliJ 12.1.2
Grails 1.3.7
Gradle 1.5
Am I doing something wrong ?
Thank you in advance for your help
/Lior.
Configuring SemanticMerge as IntelliJ external merge tool
Hi,
We're about to release SemanticMerge for Java.
We are trying to configure it for IntelliJ (and Android Studio) to document how to use it as external tool.
We followed this steps:
1) We went to Settings / External Diff Tools and configure it as follows:
Path to executable: C:\Users\pablo\AppData\Local\PlasticSCM4\semanticmerge\semanticmergetool.exe
Parameters: -s %1 -b %2 -d %3 -r %4
2) We run a git merge and we select to run the "merge tool":
3) The merge involves a method that was first moved and also modified in parallel in the two contributors, which our SemanticMerge solves correctly:
4) But then after "save & exit" we go back to the dialog where it says "accept yours, accept theirs, merge" and the conflict seems to be still there. The file has been correctly modified on disk.
From here we've to press "accept yours" which is pretty strange since using built-in merge the conflict dissapears from the list after merging.
Is it possible to set it up in a better way or should we stick to this mechanism?
Thanks,
pablo
www.semanticmerge.com
info oxycodone next day no script accepted
info next day no script mastercard accepted
Full details of Grammar-Kit BNF format?
Is there a good description somewhere for the BNF format used by Grammar-Kit? I can see general documentation for Grammar-Kit and the tutorials for creating language plugins but many of them just gloss over the BNF part.
Specifically I'm investigating if it might be possible to make an IntelliJ parser for either Mercury or Oxygene. The difficulty is that Mercury has a fairly complex set of operators ( http://www.mercurylang.org/information/doc-release/mercury_ref/Builtin-Operators.html#Builtin-Operators ) and none of the example grammars in the tutorials show how to deal with precedence, and only one example briefly and incidentally mentions how to do associativity. Do we have to do it old-school and have a separate parser rule for every level of precedence?
Thanks!
Hiding Noise in Project View
Hi,
When we are managing all files using the Project View, there is a lot of noise there, like .idea, .idea_modules, target, project, "External Libraries", etc. I tried the Packages View also, but that flattens everything and you loose the location info for configiration files, etc.
With eclipse, there was an option to filter out some unnecessary stuff from this view, i.e. you could say do not show anything that starts with .idea*
Do we a similar option on IntelliJ?
Thanks...
Cannot update to 12.1.3 anymore
I just told IJ IDEA to ignore the update, and now the update check does not give me such update anymore .
Is there any way back?
I am now 12.1.2
Thanks.
best ativan online cheap no prescription
best online cheap no prescription
How to configure Intellij with inplace Tomcat deployment?
Hi, I would like to configure Intellij 12 for use inplace tomcat deployment.
I did not find any information to do that.
Feature request: "Move Left/Right" for parameters
Hi, all...
I do both Java and C#, so I'm happy to use both IDEA and ReSharper.
One feature I found in Resharper that I use frequently is being able to put the cursor in a parameter list, then Ctrl-Alt-Left (or Right) to change the parameter order.
I can't find such a feature in IDEA. Does it exist, and if not, could it be added?
Different versions of IDEA sharing the same configuration?
Hello,
I've been using the community edition of IDEA for about a week or more and I just recently purchased the full edition. I know that I can have both versions installed in my Linux machine because they will their read their configurations from different folders. But since I've done some tweaks to the community edition, I was wondering if the ultimate edition can use and share the same configuration files/folder or if that would cause trouble.
The second part of my question is that I'm assuming that the community edition is more lightweight as opposed to the ultimate edition, and if that is correct, I would like to keep 'community' around for when I only need to work on Android, and switch to 'ultimate' when I need to do more enterprise-y stuff.
Your input is appreciated,
Roberto
Debugging Groovy Script stops, but doesn't show code/line highlighting
When you debug Java or even a Groovy class, I can set break points, and the code stops there. The IDE actually hightlights that line of code it stopped at, and if the code file/tab wasn't up already it would pop it up with the code and highlight the line. But this does NOT happen when the breakpoint is in a Groovy Script.
All I see in the debugger window is that it stopped.
In the variables window I see.
this = GroovyScriptNameHere$_run_closure15_closure20@54d66b6c
I don't see any of the variables that have values when the code stops. I have All-Variables mode set, so they would show up. They show up in Groovy classes and Java classes just not Groovy scripts.
I could have sworn that months ago it was working, so I have no idea what could have changed. Maybe a updated version in IntelliJ that I installed?
It makes it difficult to debug. I have to put my cursor over a variable in the code and wait for the popup to show and select to see its values.
Thanks
Mark
p.s. I can't take screen shots because the code is confidential.
Switch case using Strings
Hello,
I have a problem with switch cases in IntelliJ. Since 1.7 Java supports switch case using Strings.
In IntelliJ the compiler tells me " Incompatible types. Found 'Java.lang.String', required: 'byte, char, short or int' ".
In eclipse is everything working properly. I reinstalled all my JRE and JDK, also tried Java 8 Early Access. I'm using IntelliJ 12.1, but I also tried IntelliJ 13 EA. But always the same problem with switch case.
Code:
String s = "test";
switch (s) {
case "test" : System.out.println("test");
}
Thanks in advance!
How to build multiple APK files automatically?
Is there any way to automatically build ALL of the applications modules in my project into their corresponding APK files?
It would be even better if the version number in the manifest file was incremented also before the build.
Any ideas on this?
Tomcat manager.xml error
Using Intellij12:
In my Tomcat configuration I've added an external war, and an artifact from my current project. Tomcat manages to deploy the project artifact fine, but when it gets to the external war intellij pops up a dialog saying 'Cannot load /home/xxx/.IntellijIdea12/.../conf/Catalina/localhost/manager.xml'. It appears it's something to do with the artifact deploy deleting and recreating the conf directory. I managed to work around this by moving the external war above the project artifact in the deploy order. Is this a known bug?
cod ativan online without prescription
cod online without prescription
Git fails if Windows username contains spaces
This is an evolution of the thread I posted here: http://devnet.jetbrains.com/thread/444783
I'm having a strange issue with only one PC. When I try to do any operations with msysgit from IDEA or PyCharm, it says that the operation has failed. It only does this for users whose usenames have spaces in them.
For example, if I'm logged in as "SomeUser", it will work fine. If I log in as "Some User", it will fail. This happens if I try to "Test" a new git remote-repo URL, or if I try to pull/fetch/push in an existing project.
And it only does this on one PC. Another PC, next to it, works for spaced and non-spaced usernames.
The idea.log file will contain something like the following:
2013-05-22 07:19:41,755 [229811539] INFO - #git4idea.update.GitFetcher - fetching H:\IdeaProjects\Project
2013-05-22 07:19:41,756 [229811540] INFO - git4idea.commands.GitHandler - cd H:\IdeaProjects\Project
2013-05-22 07:19:41,756 [229811540] INFO - git4idea.commands.GitHandler - git fetch --progress --prune origin
2013-05-22 07:19:41,812 [229811596] INFO - git4idea.commands.GitHandler - 'C:\Users\Some' is not recognized as an internal or external command,
2013-05-22 07:19:41,812 [229811596] INFO - git4idea.commands.GitHandler - operable program or batch file.
2013-05-22 07:19:41,813 [229811597] INFO - git4idea.commands.GitHandler - fatal: Could not read from remote repository.
So, somehow, git isn't getting the user's home directory properly quoted from IDEA. Oddly, if I run any of the commands reported by GitHandler (like "git fetch origin") from Git Bash, those work fine. It's only when trying to run Git from IDEA or PyCharm.
Ideas?