Commit Graph
81262 Commits
Author SHA1 Message Date
peter c3e0549076 IDEA-84834 Inconvenient live template completion with different keyword 2012-04-18 20:23:33 +02:00
Maxim Shafirov 4afdd61d8d Given "com.Outer<A, B>.Inner" as input getClassParametersText must return empty results. Those A and B are parameters of Outer, not Inner 2012-04-18 22:08:21 +04:00
Eugene Zhuravlev 098a48cb50 unregister channel on close 2012-04-18 19:59:30 +02:00
Maxim Shafirov a90f2d283c 1. Re-run shorctcut blocks other actions even if disabled.
2. Hierarchy view refresh only works once if shorcut is used.
2012-04-18 21:56:11 +04:00
peter 817a3ad1d9 fix generated equals wrongly highlighted by dfa inspection 2012-04-18 19:28:41 +02:00
peter 65f7a6e5dc IDEA-84824 Undo doesn't fully undo after a selecting code completion item and it leaves broken code 2012-04-18 19:28:41 +02:00
peter dc9a6b2d18 cleanup silly dfa class distinctions (e.g. ({1},{2})) 2012-04-18 19:28:41 +02:00
peter c1ef4bf5b6 @Nullable 2012-04-18 19:28:40 +02:00
peter 8e580f4287 a nicer toString 2012-04-18 19:28:40 +02:00
peter 0911adf426 rerun too complex dfa on changes not affecting text length 2012-04-18 19:28:40 +02:00
peter 926694bd05 avoid too large files-changed-externally-reload-project dialog 2012-04-18 19:28:40 +02:00
Alexander Kirillin 7554463ae5 OC-3243 2012-04-18 20:51:51 +04:00
Alexander Lobas 0d793ac085 Merge remote-tracking branch 'origin/master' 2012-04-18 20:47:34 +04:00
Alexander Lobas 083269338b Gravity action 2012-04-18 20:47:03 +04:00
Maxim Shafirov 323f00c12b http://youtrack.jetbrains.com/issue/IDEA-84361 2012-04-18 20:38:38 +04:00
Maxim Shafirov efa08d919f IDEA-84398 Generate equals/hashCode-wizard: wrong button order (Mac) 2012-04-18 20:31:10 +04:00
Eugene Kudelevsky 59087fa2c5 IDEA-81975 fix SIOOBE error 2012-04-18 20:22:41 +04:00
Eugene Kudelevsky c033f0e547 IDEA-80976 fix 'clear log before launch' option 2012-04-18 20:22:40 +04:00
Roman Shevchenko d0decb505b EA-35645 (JRE bug - just catch and log) 2012-04-18 17:51:10 +02:00
Vassiliy Kudryashov 1f941fff99 IDEA-84703 Run configuration: on run configuration copying, preserve 'Show settings' value 2012-04-18 19:49:40 +04:00
Roman Shevchenko 44403a761f Start file watcher correctly; log something if it fails 2012-04-18 17:12:07 +02:00
Sergey Evdokimov 4ede656b14 IDEA-84800 strange and unhelpful "value must not be empty" in the pom.xml 2012-04-18 18:52:37 +04:00
Sergey Evdokimov 5deaab7819 IDEA-84800 strange and unhelpful "value must not be empty" in the pom.xml 2012-04-18 18:52:37 +04:00
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