Commit Graph
168802 Commits
Author SHA1 Message Date
peter 28b7c2501a IDEA-152325 Smart completion should not suggest class fields in its this/super constructor call 2016-03-15 19:55:14 +01:00
peter a0a7c689ef when completing inside this() calls, don't suggest variants for current constructor (IDEA-152325) 2016-03-15 19:55:13 +01:00
Maxim.Mossienko f444319882 avoid instantiation time dependency 2016-03-15 19:53:51 +01:00
Julia Beliaeva abe9c912f3 [vcs-log] rename myUI -> myUi 2016-03-15 21:48:04 +03:00
Julia Beliaeva b6a65d9b64 [vcs-log] some not null annotations 2016-03-15 21:48:02 +03:00
Julia Beliaeva 35834b9775 [vcs-log] DataGetter.getCommitData is actually not null 2016-03-15 21:47:51 +03:00
Julia Beliaeva 11478809b3 [vcs-log] simplify and inline getCommitColumnCell method 2016-03-15 21:47:06 +03:00
Eugene Zhuravlev 7009b79ea7 boundary conditions in blocking and non-blocking IO implementations 2016-03-15 19:31:27 +01:00
Anna Kozlova 065ae0ec6b add library to community project 2016-03-15 19:13:49 +01:00
Roman Shevchenko 4a6406c0e7 [tests] minor correction 2016-03-15 19:10:27 +01:00
Anna Kozlova 1e9aebde4f replace constructor with factory: skip new expression inside old factory to avoid recursion (following IDEA-CR-9194) 2016-03-15 19:09:04 +01:00
Anna Kozlova 0c583feae6 show static import suggestion: ensure normal inference process for method candidate (IDEA-152985) 2016-03-15 19:09:04 +01:00
Dmitry Avdeev abe9e7f10d IDEA-153028 New Project Wizard: if no Android SDK is configured, after opening Android wizard "Ne... 2016-03-15 20:34:27 +03:00
Valentina Kiryushkina ed3cc6d1af Add api to provide tweeting in educational plugins 2016-03-15 19:41:52 +03:00
Valentina Kiryushkina 89d832b910 Execute study after check action not only for solved tasks 2016-03-15 19:41:52 +03:00
Valentina Kiryushkina 0317228526 Add ability for educational plugins to provide additional settings panel Add ability to provide custom post-check actions
* Rename StudyToolWindowConfigurator to StudyPluginConfigurator. Now configurator provides plugin's settings panel and post-check actions
* In StudyConfigurable main panel is constructed from StudyBaseSettingPanel and plugins panels provided by StudyPluginConfigurator
2016-03-15 19:41:51 +03:00
peter 5c2c946265 when choosing a lookup item in the live template, invoke template listeners without write action (IDEA-153009 Refactor->rename: Exception appears when choose suggested variant) 2016-03-15 17:38:06 +01:00
peter dd738694bd IDEA-152516 Smart completion & inner classes 2016-03-15 17:38:05 +01:00
Julia Beliaeva 6d47941531 [vcs-log] scroll log on top only when some fresh commits arrive; otherwise scroll to selection 2016-03-15 19:09:54 +03:00
Roman Shevchenko 419eab522f Cleanup (formatting) 2016-03-15 16:57:17 +01:00
Dmitry Batrak 27816f618c IDEA-152628 shift-F1 displays two URL 2016-03-15 18:53:01 +03:00
Roman Shevchenko fe65b700a1 Merge remote-tracking branch 'origin/master' 2016-03-15 16:36:36 +01:00
Roman Shevchenko 61d717d774 [tests] non-blocking data reader doesn't guarantee lines integrity 2016-03-15 16:34:39 +01:00
Vassiliy.Kudryashov f114e55f10 IDEA-148970 Unprintable symbols in Customize Idea wizard 2016-03-15 18:21:40 +03:00
Daniil Ovchinnikov 59f9aaf8ca [groovy] fix INRE by doing nothing in dumb mode (IDEA-152776) 2016-03-15 17:28:38 +03:00
Daniil Ovchinnikov 4141e2a0b7 [groovy] revert ee9d80495a 2016-03-15 17:28:38 +03:00
Egor.Ushakov 323330d73c cleanup 2016-03-15 16:45:52 +03:00
Vassiliy.Kudryashov 0540dae58b Merge remote-tracking branch 'origin/master' 2016-03-15 16:25:35 +03:00
Vassiliy.Kudryashov 5924ccc3ca IDEA-146638 Customize IDEA dialog for Community Edition suggests Java Frameworks like J2EE, Spring, JBoss Seam & jBPM, Struts 2016-03-15 16:24:01 +03:00
Dmitry Batkovich d337e03e5f Resource bundle editor: proper handling of read-only status (based on IDEA-152810) 2016-03-15 16:12:09 +03:00
Anna Kozlova dfe92fd284 EA-80374 - IAE: QuickFixFactoryImpl.createMethodReturnFix 2016-03-15 13:31:13 +01:00
Anna Kozlova 65ebda0fff SOE with recursive type parameter dependencies 2016-03-15 13:31:13 +01:00
Kirill Likhodedov 67de6a752d simplify: remove redundant fetch result initialization 2016-03-15 15:29:35 +03:00
Kirill Likhodedov 00e7c4d6eb IDEA-153021 refresh repo info after fetching during Update Project 2016-03-15 15:29:35 +03:00
peter 3d7eb0ae7e wrap async refresh event firing into a transaction 2016-03-15 13:18:14 +01:00
peter 621f51c5ee use transactions in Write(Command)Action async case 2016-03-15 13:18:13 +01:00
peter 0cd34a9b5d use transactions in async document commit 2016-03-15 13:18:13 +01:00
Vladimir.Orlov ac7316e2a8 artifact with custom jdk for windows for IDEA. 2016-03-15 15:12:23 +03:00
Vladimir.Orlov a0b552a583 Merge remote-tracking branch 'origin/master' 2016-03-15 14:51:13 +03:00
Vladimir.Orlov 5a15acb7c9 artifact with custom jdk for windows for IDEA. 2016-03-15 14:45:40 +03:00
Vladislav.Soroka 23492bfa96 IDEA-137118 Intellij debug through Gradle with a JavaExec dependent task fails 2016-03-15 14:26:33 +03:00
Dmitry Batkovich 1f46fc006e Resource bundle editor: request for write when first time edited (based on IDEA-152810) 2016-03-15 14:19:36 +03:00
Gregory.Shrago d80eb58c03 XDebugger: Merge Watches and Variables view: do not select by index 2016-03-15 14:15:20 +03:00
Maxim.Mossienko 3f49692fdf do not access Stubs out of processing RelaxSymbolIndex (EA-76545) 2016-03-15 12:12:52 +01:00
Alexey Kudravtsev 41fde69253 optimisation: do not unite 650 modules unnecessarily 2016-03-15 13:35:15 +03:00
Dmitry Batkovich 76aa3389cf Properties Files: rename section incorrect input checking deleted (IDEA-152896) 2016-03-15 12:23:14 +03:00
Dmitry Batkovich 5538397b51 Properties files: false positive of String literal ''{0}'' doesn''t appear to be valid property key (IDEA-152893 ) 2016-03-15 11:45:48 +03:00
Dmitry Batkovich a00540f9db SuppressIntentionAction: check for editor nullability ( see "ignore untranslated locale" inspection in resource bundle editor IDEA-152898) 2016-03-15 10:46:11 +03:00
Dmitry Batkovich 4356d5fcc7 inspection tool window: NPE when ref-entity is null fixed + QF button can be disabled 2016-03-15 09:54:36 +03:00
Dmitry Batkovich 45be7bae39 inspection tool window: unused declaration view more pretty 2016-03-15 09:54:35 +03:00