Commit Graph
81239 Commits
Author SHA1 Message Date
anna 3fbf561d6a do not insert annotations when classes are not accessible 2012-04-18 16:44:44 +02:00
Alexander Lobas 5c9818d3ca Merge remote-tracking branch 'origin/master' 2012-04-18 18:27:20 +04:00
Alexander Lobas d0fb5629f7 TableLayout 2012-04-18 18:26:11 +04:00
Maxim Shafirov 71c0022eca Nested caret moves fixed 2012-04-18 17:23:58 +04:00
Dmitry Avdeev 290c10755a IDEA-84350 Synchronize action causes UI Freeze:
Win32Kernel does not work under junction points, so we need a fallback to Java implementation
2012-04-18 17:17:03 +04:00
Roman Shevchenko 3235961d12 Fix reorder task 2012-04-18 14:54:05 +02:00
Roman Shevchenko 83b34cf474 IDEA-84781 (no more double free) 2012-04-18 14:54:04 +02:00
Sergey Evdokimov 18a26b46d9 change assert x to Logger.assertTrue(x) 2012-04-18 16:28:40 +04:00
Maxim Shafirov fe9e90548a IDEA-84489 2012-04-18 16:17:11 +04:00
Sergey Evdokimov d384b6c5a5 EA-35641: IndexOutOfBoundsException in MavenResumeAction 2012-04-18 15:54:28 +04:00
Sergey Evdokimov 990dde0d1c EA-359528: ApplicationImpl.assertReadAccessAllowed() in MavenExternalParameters.createJavaParameters() 2012-04-18 15:50:01 +04:00
Dmitry Avdeev 7c56c449ce IDEA-82122 JSP ambiguous import conflict / priority (multiple choices) 2012-04-18 15:32:03 +04:00
peter b18e58e8ca overwrite 300px limit for existing users 2012-04-18 13:20:23 +02:00
peter 5da15f18fe [^kb] 300px max lookup size -> 500px 2012-04-18 13:06:47 +02:00
Dmitry Avdeev 0808cc0b31 windows virtual directory test 2012-04-18 15:00:37 +04:00
anna c805dc4cdb check module conflicts if move directory (IDEA-62765) 2012-04-18 12:18:29 +02:00
peter afb17f31a1 Revert: [rollback] NotNullValues mustn't end up in equivalence classes table. (Check SliceTreeTest next time) (dec4450) 2012-04-18 12:07:42 +02:00
peter 8a6f6f7a9d synchronized block start should really flush fields 2012-04-18 12:07:42 +02:00
peter a58fdb1991 empty dfa stack when going to catch or finally in control flow 2012-04-18 12:07:42 +02:00
peter 304d46bb96 don't multiply dfa states up to infinity when comparing ints (NameUtil.MinusculeMatcher.matchAfterFragment too complex to analyze) 2012-04-18 12:07:41 +02:00
peter 44fbfceeff [^ann] IDEA-84691 Groovy run configuration factory name was changed without legacy recognition 2012-04-18 12:07:41 +02:00
Maxim Shafirov 44f831119a OC-3672 Comment line doesn't move cursor on the next line if it is located next to a argument placeholder 2012-04-18 13:22:19 +04:00
sweinreuter 0ea24b855d Merge commit 'origin/master' 2012-04-18 10:40:14 +02:00
anna 4328612df8 export inspection results: logging 2012-04-18 10:16:29 +02:00
anna c16ac8d186 inspections: avoid getElement() calls 2012-04-18 09:13:36 +02:00
anna f4939d2771 export inspection results: catch exception to proceed with other inspections 2012-04-18 09:08:44 +02:00
kirill.safonov 5a888001d3 all capitals in dialog title 2012-04-18 04:24:06 +04:00
Roman Shevchenko 15dcad7d86 IDEA-70226, IDEA-73261 (detect and work-around non-supported WMs) 2012-04-17 20:56:39 +02:00
Eugene Zhuravlev 638f12118f command line version of out-of-process make 2012-04-17 20:15:30 +02:00
Alexander Lobas 8dec4d2ccd Merge remote-tracking branch 'origin/master' 2012-04-17 22:05:22 +04:00
Alexander Lobas d1c25a19d7 TableLayout 2012-04-17 22:04:32 +04:00
Gregory.Shrago e74063af3c JDBC console: tab placement switch & IDEA-70265 2012-04-17 21:07:04 +04:00
Kirill Likhodedov a9416cbf44 GitUnstashDialog: select the first stash in the list by default. 2012-04-17 20:10:39 +04:00
Kirill Likhodedov 20057ee020 IDEA-84728 Git: don't drop stash after resolving conflicts 2012-04-17 20:10:38 +04:00
Kirill Likhodedov a6a0e327f8 IDEA-84746 Show error message in AWT. 2012-04-17 20:10:38 +04:00
Kirill Likhodedov d284d94c0b IDEA-79542 Applying stash fails with cygwin git client
Cygwin Git requires stash@{x} identifiers to be passed in quotes.
GeneralCommandLine was modified so that it escapes quotes, but that shouldn't be done in this case.

1. Add GitHandler#dontEscapeQuotes to prevent default quotes escaping performed in the GeneralCommandLine.
2. Quote the stash parameter in apply/pop, drop and view actions.
3. Remove the logic from GitUnstashDialog which captured "fatal: Needed a single revision" or "bad revision" messages, because this case is handled by quoting.
2012-04-17 20:10:37 +04:00
Maxim Shafirov 201c6db57b Use native choosers in tool editor 2012-04-17 20:08:48 +04:00
Bas Leijdekkers 8d2f52a9c1 another attempt to fix IDEA-74871 (Next/Previous Project Window action doesn't move focus to visible window) 2012-04-17 18:03:14 +02:00
Bas Leijdekkers ded1d2f8d0 Merge branch 'master' of git.labs.intellij.net:idea/community 2012-04-17 18:02:28 +02:00
Dmitry Jemerov 1b3a372e4f Merge remote-tracking branch 'origin/master' 2012-04-17 18:00:54 +02:00
Dmitry Jemerov d092c59e00 remove usages of disablecounts option 2012-04-17 17:59:38 +02:00
Maxim Shafirov 59b8a834d4 IDEA-84080 Ability to execute Mac app bundles as external tools 2012-04-17 19:54:59 +04:00
anna 4da6b834fe distinguish clone update checks (IDEA-84616) 2012-04-17 17:25:48 +02:00
anna 5e451638c1 no need to check if clone available when the action is invisible 2012-04-17 17:25:47 +02:00
Eugene Kudelevsky 2c8c562e02 show warnings for app modules only 2012-04-17 18:59:16 +04:00
Sergey Evdokimov 52b9f29ed4 Fix Grails toolwindow icon 2012-04-17 18:46:49 +04:00
Vassiliy Kudryashov 33e078b849 Fix tests 2012-04-17 18:45:09 +04:00
anna 4ed975f255 offline inspections: iterate by project once to export all results 2012-04-17 16:26:19 +02:00
Vassiliy Kudryashov 41c4d586c4 Fix "Make before launch" 2012-04-17 18:04:28 +04:00
Vassiliy Kudryashov ad3b8da4bf miglayout license 2012-04-17 18:04:27 +04:00