Commit Graph
742 Commits
Author SHA1 Message Date
nik 3e56173f01 UnscrambleSupport: API compatibility restored 2016-11-02 10:36:21 +03:00
Anna.Kozlova e9a202cedf check annotations if they contain given meta annotations 2016-10-25 14:14:57 +02:00
Roman Shevchenko 73a3dfc41e [java] simplifies JRT availability condition (IDEA-CR-14866) 2016-10-24 11:12:12 +02:00
Roman Shevchenko 28e8e4a22a Cleanup (dead code; warnings; formatting) 2016-10-21 18:21:32 +02:00
Roman Shevchenko 116065fe63 [java] JRT file system API 2016-10-21 18:07:30 +02:00
Anton Tarasov b0737a9f3a [followup] IDEA-162563 Action menus do not have icons under HiDPI linux
- New interface: JBUI.JBIcon. EmptyIcon now implements it.
- New method: JBUI.scale(JBIcon)
2016-10-20 16:12:56 +03:00
peter 3221c48e68 MetaAnnotationUtil: compute and cache all files with annotations for whole project to decrease the number of inheritor searches 2016-10-12 08:24:30 +02:00
peter 1da85be85e make StdModuleTypes.JAVA final 2016-09-28 09:54:21 +02:00
Anna Kozlova 3dc55bb77a junit meta annotations (IDEA-158580) 2016-09-21 14:38:52 +03:00
Anna Kozlova f38c907789 extract MetaAnnotationUtil 2016-09-21 14:38:52 +03:00
peter 490d4e67bd IDEA-76782 Generate runtime assertions for all configured not-null annotations 2016-09-19 12:04:52 +02:00
peter 42d616df27 don't commit documents in code insight action update, commit when actions are invoked 2016-09-07 12:47:19 +02:00
Roman Shevchenko 6b5a287450 [platform] improves JDK version detection (IDEA-159314) 2016-08-09 11:49:27 +02:00
Anna.Kozlova 78d1492242 explicit types to diamonds 2016-08-08 17:08:03 +02:00
Pavel Fatin d0feec3990 Settings in the unscrambler API 2016-08-08 14:55:01 +02:00
Alexander Zolotov b9e8f2856f TestSourcesFilter: update after review 2016-07-20 14:26:23 +03:00
Anna.Kozlova 9d6477485d anonymous -> lambda 2016-06-01 09:00:47 +02:00
Anna.Kozlova 36ee7203f6 anonym -> lambda 2016-05-18 12:04:12 +02:00
Alexey Kudravtsev 4821248d09 notnull 2016-05-17 14:20:36 +03:00
Anna.Kozlova c2409b41ce setup default language level if possible for new projects (IDEA-155225) 2016-04-25 19:49:34 +02:00
Alexey Kudravtsev e98ae76fa3 cancelable collection processor: more cancelability where CollectProcessor is used 2016-04-06 18:36:46 +03:00
Roman Shevchenko e66ef02e6b [platform] source providers reorganization
- Ivy source provider along with a base class moved to the platform
- the base class reused to reduce duplication
- NPE fixed (EA-80328)
2016-03-11 12:59:13 +01:00
Anna Kozlova 7c834f20dd move destination: check directories in project (IDEA-152320) 2016-02-29 20:52:47 +01:00
peter b6f4496d0e remove java-psi->projectModel dependency to minimize kotlinc (IDEA-CR-7075) 2015-12-22 16:33:36 +01:00
Alexander Zolotov c8d8a18b61 Fix tests 2015-11-04 21:11:22 +03:00
Alexander Zolotov 681d76b7d7 Get rid of deprecated method usages and some yellow code 2015-11-03 18:37:27 +03:00
Alexander Zolotov cdc3fefa1b DevKit: resolve languages from anonymous classes 2015-11-02 15:14:55 +03:00
Yann Cébron ff1a18f946 JavaExpressionSurrounder: add final to EP_NAME 2015-10-28 20:34:49 +01:00
Yann Cébron c2200e9343 ClassValueConverter: reformat 2015-10-12 19:22:36 +02:00
nik e9dfa5fdbc unused deprecated code removed 2015-09-10 14:14:48 +03:00
nik cd19b98d73 more detailed assertion 2015-07-24 18:39:17 +03:00
Vladimir Krivosheev f1caabb9e8 cleanup 2015-07-21 18:50:42 +02:00
Alexey Kudravtsev fdb7afe963 notnull 2015-07-15 16:48:49 +03:00
Konstantin Bulenkov 710a5a8a5e remove old code ? TRUE : FALSE 2015-07-06 01:30:55 +02:00
Roman Shevchenko 2318d675d0 Cleanup (assertion -> condition) 2015-06-22 18:06:41 +03:00
Anna Kozlova 4ce6411664 hide actions from popups, leave access through shortcut (IDEA-141474, IDEA-77602) 2015-06-16 18:18:42 +03:00
Roman Shevchenko 89a0440a7e Cleanup (misc. deprecated API dropped from *-api modules) 2015-04-30 19:07:58 +02:00
Roman Shevchenko 45b0cdf8d2 Cleanup (deprecated .jar filesystem API dropped) 2015-04-30 18:25:54 +02:00
Vassiliy.Kudryashov 443bc91b88 IDEA-133794 console source links not underlined (nor clickable) if followed by parentheses 2015-04-10 15:17:02 +03:00
peter f600a8176b ExceptionInfoCache: use concurrent soft value map 2015-02-27 11:53:17 +01:00
Konstantin Bulenkov df4adf09e2 HiDPI default component/dialog sizes 2015-02-19 20:05:55 +01:00
Dmitry Avdeev 6b09e31e13 IDEA-136336 Cannot compile project after changing JDK version 2015-02-11 18:40:19 +03:00
Dmitry Avdeev fe7b66a649 IDEA-130669 Language level should match JDK version for new projects 2015-02-03 13:29:34 +03:00
Dmitry Avdeev 49e2e7c6c0 IDEA-134233 New Project: custom Project Language Level is ignored 2015-01-30 16:31:12 +03:00
Bas Leijdekkers 7f73e1895d don't insert unneeded parentheses on "invert if" 2015-01-27 08:53:27 +01:00
peter e485a2fc91 dfa: annotation inference suppression is different from honoring package-level defaults, so split them 2015-01-14 15:54:34 +01:00
peter 0eedd3f0c9 EA-63629 - INRE: FileBasedIndexImpl.handleDumbMode 2014-12-24 15:28:48 +01:00
Egor.Ushakov d4973600e1 correctly handle several class filters remove 2014-12-04 17:15:41 +03:00
Egor.Ushakov dca0ad0d56 hard to see selected unchecked elements 2014-11-20 17:51:41 +03:00
Alexey Kudravtsev e7285e1158 added assertion for calling DialogWrapper.showAndGet() in modal dialogs only;
replaced "dialog.show(); dialog.isOK()" with showAndGet()
2014-11-19 17:19:02 +03:00