Konstantin Bulenkov [Tue, 30 Oct 2012 09:23:25 +0000 (10:23 +0100)]
IDEA-93573 Darcula - event notifications black number
Konstantin Bulenkov [Tue, 30 Oct 2012 08:51:42 +0000 (09:51 +0100)]
Merge remote-tracking branch 'origin/master'
Konstantin Bulenkov [Tue, 30 Oct 2012 08:50:11 +0000 (09:50 +0100)]
icons
nik [Tue, 30 Oct 2012 08:41:14 +0000 (12:41 +0400)]
external compiler: several fixes in artifact builder (IDEA-93026, IDEA-81955, IDEA-88716)
nik [Mon, 29 Oct 2012 14:57:20 +0000 (18:57 +0400)]
IDEA-92270: Clean action does not make IDEA to re-compile artifact
Denis.Zhdanov [Tue, 30 Oct 2012 07:43:59 +0000 (11:43 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Highlight active row's 'edit' icon
Kirill Likhodedov [Mon, 29 Oct 2012 17:04:34 +0000 (21:04 +0400)]
IDEA-93848 Fix & refactor Github Open in Browser for multi-root projects.
* Don't do "project.getBaseDir();", use the root of currently selected file.
* Find the tracked branch using GitRepository API.
* Notify more gracefully.
Kirill Likhodedov [Mon, 29 Oct 2012 16:59:52 +0000 (20:59 +0400)]
GitBranchTrackInfo: remove unused method, don't display merge param in toString() until it is used.
Kirill Likhodedov [Mon, 29 Oct 2012 16:46:43 +0000 (20:46 +0400)]
cleanup
Kirill Likhodedov [Mon, 29 Oct 2012 16:43:19 +0000 (20:43 +0400)]
IDEA-85948 Git: error on commit: can't remove already removed file
Don't update-index on commit --only
Changes are added to the index automatically, when "commit --only" is called.
Dmitry Avdeev [Tue, 30 Oct 2012 06:17:50 +0000 (10:17 +0400)]
test fixed
Dmitry Avdeev [Mon, 29 Oct 2012 14:38:12 +0000 (18:38 +0400)]
Empty project template
Denis.Zhdanov [Tue, 30 Oct 2012 06:14:35 +0000 (10:14 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Null check
Evgeny Zakrevsky [Mon, 29 Oct 2012 22:47:22 +0000 (02:47 +0400)]
Tasks. Assembla. Basic implementation via Generic Connector.
Evgeny Zakrevsky [Fri, 26 Oct 2012 18:30:28 +0000 (22:30 +0400)]
IDEA-68253 Issue trackers integration. Rename.
Evgeny Zakrevsky [Fri, 26 Oct 2012 17:57:49 +0000 (21:57 +0400)]
IDEA-68253 Issue trackers integration. Template variables for queries.
Evgeny Zakrevsky [Fri, 26 Oct 2012 15:16:53 +0000 (19:16 +0400)]
Tasks. Generic Connector. JSON support.
Max Medvedev [Mon, 29 Oct 2012 20:30:22 +0000 (00:30 +0400)]
IDEA-93793 groovy classes are generated with an unnecessary default constructor
Max Medvedev [Mon, 29 Oct 2012 19:49:52 +0000 (23:49 +0400)]
IDEA-93854 Groovy: imports disappear unexpectedly. 'super' references are the cause
Eugene Zhuravlev [Mon, 29 Oct 2012 19:08:12 +0000 (20:08 +0100)]
fix npe: do not try to save maven config for non-mavenized project
Eugene Zhuravlev [Mon, 29 Oct 2012 18:47:42 +0000 (19:47 +0100)]
simplification;
output roots changes are now covered by target's configuration change checks
Maxim Shafirov [Mon, 29 Oct 2012 16:55:43 +0000 (20:55 +0400)]
Correction to prev. fix (after actual testing).
Eugene Kudelevsky [Mon, 29 Oct 2012 16:43:17 +0000 (20:43 +0400)]
AndroidBuildTarget now extends ModuleBasedTarget, bug fixes
Roman Shevchenko [Mon, 29 Oct 2012 14:14:59 +0000 (15:14 +0100)]
Cleanup
Denis.Zhdanov [Mon, 29 Oct 2012 16:26:47 +0000 (20:26 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Ignore grouping condition out of java domain
Konstantin Bulenkov [Mon, 29 Oct 2012 16:26:46 +0000 (17:26 +0100)]
Merge remote-tracking branch 'origin/master'
Konstantin Bulenkov [Mon, 29 Oct 2012 16:25:47 +0000 (17:25 +0100)]
Merge remote-tracking branch 'origin/master'
Maxim Shafirov [Mon, 29 Oct 2012 16:25:23 +0000 (20:25 +0400)]
Don't pass command line args starting with -psn_ to java. See stackoverflow.com/questions/
10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder
Konstantin Bulenkov [Mon, 29 Oct 2012 16:25:05 +0000 (17:25 +0100)]
Merge remote-tracking branch 'origin/master'
Denis.Zhdanov [Mon, 29 Oct 2012 16:25:01 +0000 (20:25 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
NPE
Konstantin Bulenkov [Mon, 29 Oct 2012 16:24:20 +0000 (17:24 +0100)]
Merge remote-tracking branch 'origin/master'
Denis.Zhdanov [Mon, 29 Oct 2012 16:23:44 +0000 (20:23 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Using default 'decorated row' background for highlighting rows under mouse
Konstantin Bulenkov [Mon, 29 Oct 2012 16:20:48 +0000 (17:20 +0100)]
Merge remote-tracking branch 'origin/master'
Konstantin Bulenkov [Mon, 29 Oct 2012 16:14:30 +0000 (17:14 +0100)]
Darcula: fix debugger tabs
Yann Cébron [Mon, 29 Oct 2012 16:11:58 +0000 (17:11 +0100)]
typo
Sergey Evdokimov [Mon, 29 Oct 2012 15:29:01 +0000 (19:29 +0400)]
Bug fix: register compiler before tast in postStartupActivity
Sergey Evdokimov [Mon, 29 Oct 2012 15:17:10 +0000 (19:17 +0400)]
Fix Maven tests
irengrig [Mon, 29 Oct 2012 15:04:42 +0000 (19:04 +0400)]
Merge remote branch 'origin/master'
irengrig [Mon, 29 Oct 2012 15:03:14 +0000 (19:03 +0400)]
svnkit 1-7-6 build 9481
Sergey Evdokimov [Mon, 29 Oct 2012 14:24:19 +0000 (18:24 +0400)]
Bug fix: IDEA regenerates JPS-maven configuration after each import.
irengrig [Mon, 29 Oct 2012 14:13:43 +0000 (18:13 +0400)]
Merge remote branch 'origin/master'
irengrig [Mon, 29 Oct 2012 14:11:56 +0000 (18:11 +0400)]
IDEA-93750 svn history does not update [if it was edited outside IDEA]
(fix: when user presses Refresh manually, update history "honestly", even if last revision didn't change. When auto refresh is used, check last revision)
Also I have found out that auto-refresh wasn't called each 20 seconds, as was expected.
Bas Leijdekkers [Mon, 29 Oct 2012 13:58:01 +0000 (14:58 +0100)]
Improvements to "Non-constant string concatenation as argument to logging call" inspection
Eugene Zhuravlev [Mon, 29 Oct 2012 13:48:44 +0000 (14:48 +0100)]
advance version
Eugene Zhuravlev [Mon, 29 Oct 2012 13:03:51 +0000 (14:03 +0100)]
external make: recompile module if its dependencies or langlevel or bytecode target level changed
Sergey Evdokimov [Mon, 29 Oct 2012 13:30:03 +0000 (17:30 +0400)]
Generate maven resource config for JPS before each compilation.
Sergey Evdokimov [Mon, 29 Oct 2012 13:10:37 +0000 (17:10 +0400)]
IDEA-93160 Excluded folders gets reset once maven refresh is done
Denis.Zhdanov [Mon, 29 Oct 2012 13:23:52 +0000 (17:23 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
'edit condition row' button is aligned by vertical now
Denis.Zhdanov [Mon, 29 Oct 2012 13:19:24 +0000 (17:19 +0400)]
IDEA-19061 Integrate the Rearranger-plugin into core-IDE
Highlight row under caret
Roman Shevchenko [Mon, 29 Oct 2012 13:16:46 +0000 (14:16 +0100)]
IDEA-58158 (check when annotation parameter value must be .class)
Dmitry Avdeev [Mon, 29 Oct 2012 13:01:45 +0000 (17:01 +0400)]
IDEA-93744 IDEA-93743 Create Project From Template: Simple Web: facets creating is enabled but doesn't work
Eugene Kudelevsky [Mon, 29 Oct 2012 12:44:13 +0000 (16:44 +0400)]
exclude gen roots in android-jps
Kirill Likhodedov [Mon, 29 Oct 2012 12:40:00 +0000 (16:40 +0400)]
@NotNull
Eugene Kudelevsky [Mon, 29 Oct 2012 12:20:16 +0000 (16:20 +0400)]
fix conflicts
Eugene Kudelevsky [Mon, 29 Oct 2012 11:21:49 +0000 (15:21 +0400)]
rename AndroidProjectBuildTarget -> AndroidBuildTarget
Eugene Kudelevsky [Mon, 29 Oct 2012 11:19:55 +0000 (15:19 +0400)]
android build target became module based
Eugene Kudelevsky [Fri, 26 Oct 2012 14:03:44 +0000 (18:03 +0400)]
import gen roots to android-jps, todo
Eugene Kudelevsky [Fri, 26 Oct 2012 14:00:32 +0000 (18:00 +0400)]
remove isMavenizedModule method
Eugene Kudelevsky [Fri, 26 Oct 2012 13:59:09 +0000 (17:59 +0400)]
for external-make we need only to create gen roots before compilation
Eugene Kudelevsky [Fri, 26 Oct 2012 12:02:38 +0000 (16:02 +0400)]
android-jps: run aapt in any case
Eugene Kudelevsky [Thu, 25 Oct 2012 16:39:10 +0000 (20:39 +0400)]
IDEA-93344 adjust names, add api level to "cannot find appropriate android platform" error
Eugene Kudelevsky [Wed, 24 Oct 2012 17:25:16 +0000 (21:25 +0400)]
EA-35849 change error logging to debug logging
Konstantin Bulenkov [Mon, 29 Oct 2012 12:18:29 +0000 (13:18 +0100)]
Merge remote-tracking branch 'origin/master'
Konstantin Bulenkov [Mon, 29 Oct 2012 12:17:05 +0000 (13:17 +0100)]
Darcula: no more slightly green in find usages
Sergey Evdokimov [Mon, 29 Oct 2012 12:04:06 +0000 (16:04 +0400)]
Add license for nexus-indexer-artifact-1.0.1.jar
Max Medvedev [Mon, 29 Oct 2012 07:16:30 +0000 (11:16 +0400)]
fix convert GString to string
Max Medvedev [Sun, 28 Oct 2012 13:51:36 +0000 (17:51 +0400)]
duplicate in tuple test
Max Medvedev [Sun, 28 Oct 2012 13:48:38 +0000 (17:48 +0400)]
get rid of GrTupleDeclaration
Max Medvedev [Sun, 28 Oct 2012 11:02:12 +0000 (15:02 +0400)]
don't wrap varargs into array initializer while converting to Java
Max Medvedev [Sun, 28 Oct 2012 10:09:03 +0000 (14:09 +0400)]
IDEA-93676 Convert to Java: tuple declarations aren't translated
Max Medvedev [Fri, 26 Oct 2012 13:42:28 +0000 (17:42 +0400)]
fix visitor for tuple declaration
Max Medvedev [Fri, 26 Oct 2012 12:04:12 +0000 (16:04 +0400)]
IDEA-93677 Convert to Java: erase generics in array initializer
Max Medvedev [Fri, 26 Oct 2012 08:14:17 +0000 (12:14 +0400)]
IDEA-93715 Groovy: don't complete 'for' in expressions
peter [Mon, 29 Oct 2012 11:56:22 +0000 (12:56 +0100)]
IDEA-74934 "Constant conditions & exceptions": take type parameters into consideration, take 2 (fields)
peter [Mon, 29 Oct 2012 11:40:32 +0000 (12:40 +0100)]
use variable type to evaluate its nullability
peter [Mon, 29 Oct 2012 11:35:01 +0000 (12:35 +0100)]
use real expression types for dfa variable values/states
peter [Mon, 29 Oct 2012 10:30:31 +0000 (11:30 +0100)]
dfa minor
peter [Sun, 28 Oct 2012 22:20:14 +0000 (23:20 +0100)]
IDEA-74934 "Constant conditions & exceptions": take type parameters into consideration, take 1 (methods)
peter [Sun, 28 Oct 2012 20:01:04 +0000 (21:01 +0100)]
highlight not-null == null as always false (IDEA-88777)
peter [Sun, 28 Oct 2012 19:41:22 +0000 (20:41 +0100)]
equals implies not-nullness of its argument (IDEA-88777, IDEA-92809, IDEA-16979)
peter [Sun, 28 Oct 2012 19:00:42 +0000 (20:00 +0100)]
IDEA-85993 Nullable analysis works incorrectly with inner classes
peter [Sun, 28 Oct 2012 18:41:32 +0000 (19:41 +0100)]
IDEA-42270 Good code is yellow: null passed to a @NotNull annotated varargs parameter
peter [Sun, 28 Oct 2012 17:39:57 +0000 (18:39 +0100)]
Assert.fail() in catch still executes finally (IDEA-81084)
peter [Sun, 28 Oct 2012 17:11:46 +0000 (18:11 +0100)]
suppress constant condition reporting for any expression involving getters (IDEA-93244)
peter [Sun, 28 Oct 2012 16:56:14 +0000 (17:56 +0100)]
IDEA-42948 Idea fails to recognize "non-nullness" after unchecked cast
peter [Sun, 28 Oct 2012 16:21:10 +0000 (17:21 +0100)]
fix dfa in presence of catch (RuntimeException e) (IDEA-82053, IDEA-35789, IDEA-82235, IDEA-47146)
peter [Sun, 28 Oct 2012 15:48:13 +0000 (16:48 +0100)]
when a nullable variable is assigned with an unknown value, don't consider it nullable (IDEA-42890)
peter [Sun, 28 Oct 2012 15:16:11 +0000 (16:16 +0100)]
IDEA-57595 'Null is returned from method not declared as @Nullable' inspection should not be reported for Void methods
peter [Sun, 28 Oct 2012 15:07:27 +0000 (16:07 +0100)]
IDEA-44118 Possible NPE from @Nullable isn't flagged in synchronized() statement
peter [Sun, 28 Oct 2012 15:00:50 +0000 (16:00 +0100)]
when a nullable parameter is reassigned with an unknown value, don't still consider it nullable (IDEA-54770)
Nadya.Zabrodina [Mon, 29 Oct 2012 11:47:56 +0000 (15:47 +0400)]
Hg: Added branch in RepoView IOException fixed
jgindin [Thu, 25 Oct 2012 08:38:54 +0000 (01:38 -0700)]
Store the branch each commit is associated with, and allow the Repository view to filter by branch.
irengrig [Mon, 29 Oct 2012 11:47:44 +0000 (15:47 +0400)]
Merge remote branch 'origin/master'
Konstantin Bulenkov [Mon, 29 Oct 2012 11:45:22 +0000 (12:45 +0100)]
Merge remote-tracking branch 'origin/master'
irengrig [Mon, 29 Oct 2012 11:45:22 +0000 (15:45 +0400)]
IDEA-93740 Deadlock
Konstantin Bulenkov [Mon, 29 Oct 2012 11:44:06 +0000 (12:44 +0100)]
install/uninstall Darcula in Quick Laf change
Sergey Evdokimov [Mon, 29 Oct 2012 11:39:53 +0000 (15:39 +0400)]
Add licences for archetype-catalog-2.2.jar and archetype-common-2.2.jar
Evgeny Pasynkov [Mon, 29 Oct 2012 11:36:48 +0000 (12:36 +0100)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Konstantin Bulenkov [Mon, 29 Oct 2012 11:35:00 +0000 (12:35 +0100)]
rollback
Evgeny Pasynkov [Mon, 29 Oct 2012 11:33:12 +0000 (12:33 +0100)]
add 'icons' to intellij-core-upsource