Commit Graph
8608 Commits
Author SHA1 Message Date
Maxim.Mossienko 527797ea27 added highSelectivityKey optimization hint, index key with such attribute is written directly to disk, bypassing efforts on key reducing during indexing phase. 2012-06-04 01:34:20 +04:00
peter 8ccfb29451 don't prefer getClass over HashMap.get 2012-06-03 17:01:34 +02:00
Evgeny Zakrevsky fa9b543a71 bug with setting default titled border in internal mode 2012-06-01 23:18:13 +04:00
Evgeny Zakrevsky 947850c13f bug with setting default titled border in internal mode 2012-06-01 23:18:13 +04:00
Roman Shevchenko 95534a1d3c First take on method references 2012-06-01 22:09:48 +04:00
Maxim Shafirov 68851cbe31 even more places to reference AllIcons 2012-06-01 21:42:27 +04:00
Anna Kozlova 472d16982d commented tests for use interface where possible refactoring 2012-06-01 21:40:09 +04:00
Danila Ponomarenko e424871025 IDEA-73251 Reimplemented with code folding 2012-06-01 17:57:58 +04:00
Alexey Kudravtsev 96e202fd3e remove highlights early: IDEA-81125 2012-06-01 16:51:30 +04:00
Alexey Kudravtsev 0bbd7b7375 cleanup 2012-06-01 16:51:29 +04:00
Alexey Kudravtsev 8cf79cb570 notnull 2012-06-01 16:51:27 +04:00
Anna Kozlova ea8dbf5644 save project after it was opened (otherwise directory index could not be initialized) 2012-06-01 16:43:47 +04:00
Dmitry Jemerov e892087bbe refactoring to make the code easier to reuse externally 2012-06-01 11:45:32 +02:00
Dmitry Avdeev 2a014c660b moving xml-tests to community: getting rid of ultimate dependencies 2012-06-01 12:56:08 +04:00
Alexey Kudravtsev 12c13555a8 diagnostics 2012-06-01 12:22:22 +04:00
Alexey Kudravtsev e915473172 cleanup 2012-06-01 12:22:20 +04:00
Alexey Kudravtsev e3928791c1 can have multiple test projects open 2012-06-01 12:22:19 +04:00
Roman Shevchenko babdd2a18c Cleanup 2012-05-31 21:40:22 +04:00
Anna Kozlova f1b1f66925 remember configured annotations on ok only (IDEA-86853) 2012-05-31 21:30:12 +04:00
Anna Kozlova 95733028b5 push down: substitute pushed dependencies (IDEA-86870) 2012-05-31 21:30:11 +04:00
Anna Kozlova b950ee8562 extract method: no need to declare variables after call when expression was extracted 2012-05-31 21:30:10 +04:00
Anna Kozlova d1cf24b6e7 search for first class file in all roots to detect language level 2012-05-31 21:30:09 +04:00
Maxim Shafirov f93626217d Reference AllIcons' fields from xml, rather than resource files directly 2012-05-31 21:26:46 +04:00
Danila Ponomarenko b2219e6e66 garbage removed 2012-05-31 20:09:56 +04:00
Danila Ponomarenko 0df29523b1 IDEA-86807 Inconsistent treatment of type parameters in widen (ctrl-w) fixed 2012-05-31 20:08:53 +04:00
Danila Ponomarenko 4eabf0d145 IDEA-85626 "Field declaration" usage type group mixes together fields of class and fields of its inner classes fixed 2012-05-31 19:43:16 +04:00
Anna Kozlova aa0ca08e3c safe delete: move overriding methods to targets in view 2012-05-31 14:15:08 +04:00
Anna Kozlova e70f160fe2 safe delete: remove @Override annotation when method is made private 2012-05-31 14:15:07 +04:00
Eugene Zhuravlev d5fd6da2c4 clear annotation processors' generated outputs on rebuild 2012-05-30 22:10:39 +02:00
Maxim Shafirov 1c944c5957 A few dead icons removed 2012-05-30 22:01:36 +04:00
Roman Shevchenko 9803f5c2be More exact language level on class stub building 2012-05-30 21:51:13 +04:00
Maxim Shafirov 0b582bf6d5 Configurables no longer have icons. 2012-05-30 21:46:44 +04:00
Anna Kozlova c4275850d6 do not search for outer classes when inner class with the same name present 2012-05-30 20:38:01 +04:00
Anna Kozlova e795ccf78c EA-33154 - IOE: PsiUtil.checkIsIdentifier 2012-05-30 20:38:00 +04:00
Anna Kozlova dec19e47de hide incompatible language level for library sources 2012-05-30 20:37:58 +04:00
Roman Shevchenko f43418ed60 Move platform UI component out of util module 2012-05-30 20:24:54 +04:00
Roman Shevchenko 872a39055f Java 8 like closure folding 2012-05-30 20:24:49 +04:00
Roman Shevchenko 21e3ef5881 Cleanup 2012-05-30 20:24:42 +04:00
peter 098fb83698 don't leak debugged process via cached toString() method in user data 2012-05-30 17:34:20 +02:00
peter 06262ae78b IDEA-86286 Java: bad completion (interface without package?) 2012-05-30 17:34:19 +02:00
Maxim Shafirov ce21064639 Unified access to icons.jar resources 2012-05-30 18:41:47 +04:00
Danila Ponomarenko 0f472ce8b2 IDEA-28534 Intention enhancement: "Make class Foo implement interface Bar" implemented 2012-05-30 17:57:14 +04:00
Eugene Zhuravlev 9bed8ccc3b - annotation processors profiles
- out-of-process build: supported annotation processing configurable via profiles
2012-05-30 14:51:58 +02:00
nik 360643e7ff creating new library: NPE fixed 2012-05-30 16:17:16 +04:00
Anna Kozlova f33811b72d inline superclass: do not call for refactoring which would be invoked later: call method instead (IDEA-86806) 2012-05-30 15:41:08 +04:00
Anna Kozlova d836edf6c5 push down: search for method in inheritor by super method signature (IDEA-86806) 2012-05-30 15:41:07 +04:00
Danila Ponomarenko 216f420f72 IDEA-85987 inner anonymous classes cannot implement interfaces fixed 2012-05-30 14:52:09 +04:00
Anna Kozlova 17c796c922 "java.util.List" ->CommonClassNames.JAVA_UTIL_LIST 2012-05-30 13:29:29 +04:00
Anna Kozlova d189b84fb0 find duplicates: respect module dependencies during search 2012-05-30 13:29:28 +04:00
Anna Kozlova be6a12bde1 replace duplicates: search for duplicates in background; progress 2012-05-30 13:29:28 +04:00