Commit Graph
168866 Commits
Author SHA1 Message Date
Roman Shevchenko fac9f4ae58 Cleanup (warnings; typos) 2016-03-16 18:57:54 +01:00
Roman Shevchenko dd6b093d59 Merge remote-tracking branch 'origin/master' 2016-03-16 17:35:11 +01:00
Roman Shevchenko 9e314625f7 Cleanup (formatting) 2016-03-16 17:34:59 +01:00
Vassiliy.Kudryashov 031c558e28 IDE wizard dialog: get rid of italic font in descriptions 2016-03-16 19:31:00 +03:00
Roman Shevchenko ea8d38b947 Merge pull request #370 (https://github.com/JetBrains/intellij-community/pull/370) 2016-03-16 17:23:47 +01:00
Christopher Carpenter 86e89bd33d Fixed a typo in a comment and in a method name. Made ClassWriter.invokeProcessors static since it no longer relies on any non-static fields. 2016-03-16 17:23:23 +01:00
Christopher Carpenter 559bfc6b0c Made ClassReference14Processor static similar to how InitializerProcessor and EnumProcessor are setup. This gets rid of a lot of unnecessary InvocationExprent creation. 2016-03-16 17:23:23 +01:00
Alexander Zolotov 35c3c6ea14 Color Picker: do not use default picker-specific properties in base class 2016-03-16 19:18:10 +03:00
Alexander Zolotov 42e83ff0e9 Color picker: proper color retrieving on mac 2016-03-16 19:18:10 +03:00
Vassiliy.Kudryashov d913479187 IDE wizard dialog: show full product name in title 2016-03-16 19:03:08 +03:00
Rustam Vishnyakov 59db5c461c FIXED IDEA-149066 Code style is not per project (confusing "Per project" message) 2016-03-16 18:30:11 +03:00
Konstantin Bulenkov 4a40eabbde change != null to isEmpty 2016-03-16 16:24:43 +01:00
Andrey Starovoyt 66a01bcb3a file reference: code simplification 2016-03-16 18:14:53 +03:00
Yann Cébron 5b2890432d DevKit-tests: remove idea-ui dependency 2016-03-16 16:10:51 +01:00
Yann Cébron 757b88955a DevKit: remove log4j dependency 2016-03-16 16:07:28 +01:00
Yann Cébron d399c250e5 DevKIt: remove superfluous test dependencies (->devkit-tests) 2016-03-16 15:59:21 +01:00
Julia Beliaeva 3ebc1bf933 [vcs-log] remove unused field 2016-03-16 17:50:31 +03:00
peter 696030882a allow EndHandler to be executed inside another transaction 2016-03-16 15:46:50 +01:00
Anna.Kozlova d0011b3acb accessibility checks: stop at library level 2016-03-16 15:35:39 +01:00
Anna.Kozlova 15d6e64813 lambda -> method ref: compare denotable types (IDEA-153054) 2016-03-16 15:35:39 +01:00
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