Commit Graph
216147 Commits
Author SHA1 Message Date
Pavel Dolgov e4b477fc6e Java: Fixed extracting method from duplicates containing reused variables (IDEA-188894) 2018-03-28 12:33:31 +03:00
Dmitry Batrak ff674e7b47 remove deprecated method usages from EditorPainter 2018-03-28 11:33:26 +03:00
Dmitry Batrak 9097a668dc IDEA-183039 Invisible right margin
updated implementation as per discussion in ticket
2018-03-28 11:06:40 +03:00
Eugene Zhuravlev 3ca0313a6c fix CCE (IDEA-176405) 2018-03-28 10:56:06 +03:00
nik 173a8e34c7 IDEA project configuration: convert Slf4j to repository library 2018-03-28 10:43:10 +03:00
nik 8a3a42b9e3 Error Prone plugin: support Java 9 (IDEA-186848) 2018-03-28 10:43:10 +03:00
Tagir Valeev c7f7093a96 IDEA-86242 Code completion do not suggest members of known common supertype 2018-03-28 10:33:02 +07:00
Ilya.Kazakevich 00d01b6ab8 test fix: skip test on IronPython because of IronPython bug (Stackoverflow) 2018-03-28 01:32:26 +03:00
Ilya.Kazakevich 02c6da97d8 test fix: pyqt5 2018-03-27 22:43:27 +03:00
Ilya.Kazakevich 3d5d10bb99 test fix: skip ascii test on IronPython 2018-03-27 22:35:45 +03:00
Sergey Malenkov 523e9a9cea WEB-31882 support context menu for breadcrumbs (first part) 2018-03-27 22:30:38 +03:00
Semyon Proshev 814724de8f Minor cleanup in PyCallingNonCallableInspection (PY-28626) 2018-03-27 21:34:10 +03:00
Semyon Proshev 68b17b57c0 Make return type weak for functions decorated with unknown decorator (PY-28626)
Or decorator that could change return type.
2018-03-27 21:33:54 +03:00
Ilya.Kazakevich b4b4b3c0f6 test fix: qt5 version increased, moved to cpython 2018-03-27 21:06:54 +03:00
Anton Tarasov f0fda7074c Add RowIconPaintTest 2018-03-27 20:23:19 +03:00
Gregory.Shrago 5c63a8ebbf introduce invokeAction(..DataContext..) 2018-03-27 20:19:38 +03:00
Julia Beliaeva 46628369a6 [vcs-log] do not index root commits for shallow clones
IDEA-178016
2018-03-27 20:06:02 +03:00
Julia Beliaeva e497b16a70 [git] check if repository is a shallow clone 2018-03-27 20:06:00 +03:00
Dmitry Avdeev 249e54028b converting builder-model to library 2018-03-27 19:47:06 +03:00
Vladislav.Soroka 9ba2639992 Gradle: obsolete code removed 2018-03-27 19:32:53 +03:00
Elizaveta Shashkova 5e0f63ccd3 Show interactive plots when running "with Python console" (PY-28448)
Put matplotlib import hook back before a file execution, because it's useful for data scientists. If it affects program execution, it can be easily disabled by other users.
2018-03-27 19:32:00 +03:00
Ekaterina Tuzova 4b6dd2bec1 update edutools plugin version 2018-03-27 19:23:37 +03:00
Vassiliy.Kudryashov cd1f4f5b3a Merge remote-tracking branch 'origin/master' 2018-03-27 19:19:21 +03:00
Vassiliy.Kudryashov 0d41da87bc IDEA-188960 pseudo-tooltip very annoying issue
New registry key ide.hide.expandable.tooltip.owner.mouse.exit=true
Now we hide expandable tooltips when mouse leaves visible area of 'owner' component
2018-03-27 19:15:52 +03:00
Anton Tarasov a26b46333c [followup] Add SAXSVGDocumentFactory forwarding class for batik 2018-03-27 18:40:30 +03:00
Daniil Ovchinnikov b68a4f78f9 [groovy] directly extend code block type from IReparseableElementType 2018-03-27 18:33:14 +03:00
Vladislav.Soroka 3a873ba133 Gradle: deprecated method removed 2018-03-27 18:28:02 +03:00
Anna.Kozlova 287b88b975 fix getClass() type in non-physical context
IDEA-188897
2018-03-27 17:15:52 +02:00
Anna.Kozlova 532ac7d3af don't try to open directory in new window 2018-03-27 17:15:52 +02:00
Rustam Vishnyakov 772b52fcb8 Migration to new CodeStyle API 2018-03-27 18:10:09 +03:00
Ilya.Kazakevich 30adb975c9 test fix: remove comments that depend on .net version 2018-03-27 18:08:00 +03:00
Vladislav.Soroka 1bde99aa08 Gradle: disable tests parallel execution while debugging (IDEA-146140) 2018-03-27 18:01:11 +03:00
Rustam Vishnyakov 93d43ca940 Line separtor methods moved to CodeStyle 2018-03-27 17:45:53 +03:00
Rustam Vishnyakov f94b965757 Migration to new CodeStyle API 2018-03-27 17:45:53 +03:00
Vladimir Krivosheev 29997de8ad another attempt to restore binary compatibility of Row.invoke (thanks to Kotlin team for assistance) 2018-03-27 16:39:13 +02:00
Julia Beliaeva 05a7aa0074 [vcs-log] get FontMetrics from GraphTable in commit renderer
Follow-up to dbd391a1e9
2018-03-27 17:19:25 +03:00
Sergey Ignatov d928e6e6af test discovery: show tests for methods from anonymous classes, fix UI 2018-03-27 17:05:37 +03:00
Sergey Ignatov 825b313b38 remove unused method 2018-03-27 17:05:37 +03:00
Sergey Ignatov 50ea959335 test discovery: show tests for methods from anonymous classes 2018-03-27 17:05:37 +03:00
Julia Beliaeva 88c7515ac1 [vcs-log] remove unused field 2018-03-27 16:39:59 +03:00
Ilya.Kazakevich 8f854e5917 test refactored 2018-03-27 16:25:16 +03:00
Vladislav.Soroka 5b32809b36 Gradle: close forked debug socket after the process start or when the base process terminated (IDEA-119494) 2018-03-27 16:20:27 +03:00
Vitaliy.Bibaev 75575ba508 IDEA-172425 Fix broken tests 2018-03-27 15:52:29 +03:00
Sergey Ignatov d3cffd2163 unused imports 2018-03-27 15:42:14 +03:00
Dmitry Batkovich 397792cba6 unify spaces handling in path for different java agents (IDEA-CR-30322) (follow-up: remove condition for win) 2018-03-27 15:30:27 +03:00
Dennis Ushakov e6552ad41d set proper language for code style page 2018-03-27 15:15:25 +03:00
Sergey Ignatov 49bef416f7 unused imports 2018-03-27 15:10:18 +03:00
Ekaterina Tuzova 42ce5a4479 compilation fix 2018-03-27 15:03:38 +03:00
nik 8cc4d25d73 java tests: locate velocity.jar via project configuration
This is required to convert Velocity to repository library.
2018-03-27 14:53:38 +03:00
Ekaterina Tuzova 5b9f70a580 path to community 2018-03-27 14:49:16 +03:00