Commit Graph
168846 Commits
Author SHA1 Message Date
Anna.Kozlova dcbb728074 testdata for IDEA-153076 2016-03-16 15:35:39 +01:00
peter 6dd5715398 recover after "nested transactions not allowed", and suppress in tests for now 2016-03-16 15:22:35 +01:00
Yaroslav Lepenkin e2453f4ccd [PsiViewer] Show "leaf" block children if they exist 2016-03-16 17:13:59 +03:00
Daniil Ovchinnikov 5eef0db1d9 [groovy] follow-up 2016-03-16 17:07:54 +03:00
Elizaveta Shashkova d92e6e9f3d Fix expanding collections with long values in debugger (PY-16866)
When we view the value of the long variable, we run Evaluate expression command instead of Get Variable, so we need prepare variables for the Python side.
2016-03-16 17:01:43 +03:00
Dmitry Batrak 53597d86a2 avoid deadlock condition in JavaDocumentationProvider (made possible after fix for IDEA-152628)
JavaDocumentationProvider now needs to read data from class documentation URL while generating URL for class'es method. This is performed under read action and can lead to a deadlock if a write action is pending, because built-server also needs a read action to generate response (new read action is not allowed to start if write action is pending). To avoid this situation, we use original javadoc URL (not proxied by built-in server) to fetch data internally
2016-03-16 16:55:11 +03:00
Dmitry Batrak 1682b9b79e fix scrolling to caret at the end of soft wrapped line 2016-03-16 16:55:11 +03:00
Aleksey Pivovarov 4ced9feddc vcs: relayout Unversioned Files Dialog
make is similar to other ChangesBrowser-based dialogs:

* move toolbar to the top
* move expand/collapse/flattern actions to the end of list
* do not add expand/collapse/flattern actions to context menu
* disable expand/collapse actions in flattern mode
2016-03-16 16:39:16 +03:00
Aleksey Pivovarov 1446cdecb6 IDEA-140446 vcs: fix actions in "Unversioned Files" dialog
* set icon for ChangesView.Ignore action
* do not hide actions, mark them disabled instead
2016-03-16 16:38:56 +03:00
Aleksey Pivovarov f6f41f1591 commit automatic configuration change 2016-03-16 16:33:24 +03:00
Julia Beliaeva 5554f706c7 [vcs-log] if row is not available, still preload the commit when user hovers over an arrow; simplify code 2016-03-16 15:59:34 +03:00
Yann Cébron 32135dcfb3 DevKit: use ContainerUtil instead of Guava 2016-03-16 13:50:06 +01:00
Eugene Zhuravlev 6704dceec7 requiring policy re-acceptance only if major version differs (IDEA-153084) 2016-03-16 13:35:53 +01:00
Dmitry Avdeev e93a112729 IDEA-153028 New Project Wizard: if no Android SDK is configured, after opening Android wizard "Ne... 2016-03-16 15:31:36 +03:00
Julia Beliaeva dc0988a675 [vcs-log] not null, initialize in declaration 2016-03-16 15:15:31 +03:00
Dmitry Avdeev 807d2d2c2c IDEA-152058 "Run inspection by name" doesn't remember "File name filter" settings 2016-03-16 15:12:52 +03:00
Julia Beliaeva aa87f09246 [vcs-log] remove unused method 2016-03-16 15:12:03 +03:00
peter b5a77b328f turn on prioritizing UI thread by default 2016-03-16 13:03:13 +01:00
peter 86d8247ef9 wrap writing editor actions into transactions 2016-03-16 13:03:13 +01:00
Roman Shevchenko c40d71f3af [java-decompiler] build script corrected 2016-03-16 12:20:38 +01:00
Alexey Kudravtsev 06ab2144f1 fixed AE at com.intellij.util.PausesStat.finished(PausesStat.java:57) 2016-03-16 14:18:39 +03:00
Dmitry Avdeev 20e9d564a6 Support-automatically-inserting-non-required-attrs 2016-03-16 14:13:03 +03:00
Roman Shevchenko 851d56e3a5 Cleanup (formatting) 2016-03-16 11:49:15 +01:00
Roman Shevchenko 16fa404854 Merge pull request #365 (https://github.com/JetBrains/intellij-community/pull/365) 2016-03-16 11:45:55 +01:00
peter 22d7be19f7 allow intentions and quick fixes to be annotated with @WrapInTransaction 2016-03-16 11:32:52 +01:00
peter 920f7f7a9c light file's resolve scope should include that file (IDEA-152676) 2016-03-16 11:32:52 +01:00
peter 80c6e1c9f4 java completion sorting: disprefer return in void lambdas (IDEA-CR-9303, IDEA-152289) 2016-03-16 11:32:51 +01:00
peter af67ab21c9 add more external annotations for java.io.File.list* (IDEA-153062) 2016-03-16 11:32:50 +01:00
Roman Shevchenko c381e3e7d5 Cleanup (I/O ops in java-decompiler) 2016-03-16 11:22:39 +01:00
Dmitry Batkovich 5f15f18d14 resource bundle editor: allow to delete xml properties from ResourceBundlePropertiesUpdateManager (IDEA-153044) 2016-03-16 13:12:47 +03:00
Dmitry Batkovich 085389aaf1 resource bundle editor: copy handler: speedsearch for target bundles list + added scope (production+test sources) for searching target bundles (IDEA-153027) 2016-03-16 13:08:21 +03:00
Dmitry Batkovich af461c1ad1 resource bundle editor: navigate to properties sources from translation editors (IDEA-153029) 2016-03-16 12:23:23 +03:00
Dmitry Batrak 063cc67c86 IDEA-152963 Color mismatch when copy-pasting text with highlighting to native applications on Mac OS - fixed tests 2016-03-16 11:49:26 +03:00
Vladimir.Orlov bdd768e18b IDEA build fixed. 2016-03-16 11:16:24 +03:00
Dmitry Batrak ee5c99ecd7 cleanup 2016-03-16 10:27:34 +03:00
Dmitry Batrak 4102ffee3d IDEA-152628 shift-F1 displays two URL
fix tests
2016-03-16 10:27:34 +03:00
Dmitry Batrak 2bf6b569a9 IDEA-152628 shift-F1 displays two URL (folowing IDEA-CR-9296)
assert that slow method is not invoked on EDT, remove existing usages on EDT
2016-03-16 10:27:34 +03:00
Dmitry Batkovich c62ed57552 properties: nested indices access fixed in properties copy action (IDEA-153025) 2016-03-16 10:24:04 +03:00
Vassiliy.Kudryashov aaa109242f IDEA-70943 Tooltip animations and buggy visibility are exceedingly frustrating 2016-03-15 23:17:14 +03:00
Julia Beliaeva d5e776af3f [vcs-log] fix compilation 2016-03-15 22:39:31 +03:00
Daniil Ovchinnikov fc60dcc1e3 [groovy] reimplement @Bindable support as ast transformation (IDEA-152988) 2016-03-15 22:17:04 +03:00
Daniil Ovchinnikov e1df0defde [groovy] tests: make setUp/tearDown public 2016-03-15 22:17:04 +03:00
peter d9cbc98a49 IDEA-152289 Code completion suggests "return" as the first result in the empty constructor 2016-03-15 19:55:14 +01:00
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