Commit Graph
175486 Commits
Author SHA1 Message Date
Roman Shevchenko 4aec6bb8fb Cleanup (unneeded implementation) 2016-07-13 14:12:02 +02:00
Roman Shevchenko ba0151292b Cleanup (configurable "move file" quick fix) 2016-07-13 14:11:29 +02:00
Roman Shevchenko 6b48878835 Cleanup (test migration) 2016-07-13 12:06:42 +02:00
Anna.Kozlova f27c5080f6 ensure method signature is highlighted when changes are made inside method body but the actual highlighting is performed on class level (IDEA-141532; IDEA-158137) 2016-07-13 11:43:16 +02:00
Anna.Kozlova 8e7077bb5b testdata for IDEA-139512 2016-07-13 11:43:16 +02:00
Dennis Ushakov 36d1d1fad1 ban old jade plugins with open until version 2016-07-13 12:40:36 +03:00
Dennis Ushakov bffec7b658 material 0.2.0 causes deadlock too 2016-07-13 12:40:36 +03:00
Roman Shevchenko f1087cf398 [platform] adds tracking parameter to update dialog links (IDEA-158388) 2016-07-13 11:34:47 +02:00
Roman Shevchenko ac646ad592 Merge remote-tracking branch 'origin/master' 2016-07-13 11:33:11 +02:00
Dmitry Batrak dd4fa95b79 IDEA-158439 Newline in FoldingBuilder.getPlaceholderText is displayed differently cross-platform 2016-07-13 12:21:31 +03:00
Elizaveta Shashkova 60ad7ba58c Changes after review (PY-20013) 2016-07-13 12:20:53 +03:00
Aleksey Pivovarov e5a7109e7f fix typos in icon names 2016-07-13 12:09:59 +03:00
nik 11134c4310 build scripts: get rid of android-specific properties in common ProductProperties class, locate android directories via modules instead 2016-07-13 12:00:44 +03:00
nik 2e7c62826d build scripts: allow to use product version in artifact names, corrected 2016-07-13 11:51:12 +03:00
nik b996907a94 build scripts: allow to use product version in artifact names 2016-07-13 11:28:48 +03:00
Alexander Kass 090261e494 DBE: improved table stubs 2016-07-13 11:01:30 +03:00
nik 0d52e082e2 build scripts: more log messages surrounded with blocks 2016-07-13 10:58:34 +03:00
nik 20e1cf4890 build scripts: javadoc 2016-07-13 10:51:50 +03:00
Sergey Malenkov 68473cf975 IDEA-158282 Correct breadcrumbs appearance
created utility class to paint rectangles
fixed text color for dark theme
2016-07-13 10:37:48 +03:00
Vladimir Krivosheev 5aeee8a94f cleanup 2016-07-13 07:36:41 +02:00
Vladimir Krivosheev 35acdbe690 cleanup 2016-07-13 07:36:41 +02:00
Vladimir Krivosheev 92ffb4b355 cleanup 2016-07-13 07:36:41 +02:00
Dmitry Trofimov e9003694cd Initialize the lines_count field with fallback to empty dict 2016-07-13 02:04:08 +02:00
Maxim.Mossienko 2664d298e6 [memory optimization] use THashSet instead of TreeSet to save memory 2016-07-13 01:17:36 +02:00
Dmitry Trofimov f06540e18d Add line counts to data model 2016-07-13 00:56:17 +02:00
Konstantin Bulenkov 608ddff809 Merge remote-tracking branch 'origin/master' 2016-07-12 21:36:24 +02:00
Konstantin Bulenkov 8ad313cd59 custom manifest for updater.jar 2016-07-12 21:33:26 +02:00
Sergey Malenkov e7a55718c9 IDEA-97406 tune effect painter on Windows w/o HiDPI 2016-07-12 21:01:33 +03:00
Mikhail Golubev 336c99ec2c PY-18816 Remove failing tests from PyStubsTest since they check not existing functionality
We decided to broaden the scope of PY-18816 so that Python 3-style
function annotations (PEP 3107) are persisted in stub files as well.
Since it requires much more efforts and won't be implemented soon it
doesn't make much sense to keep these tests in the trunk. Dedicated
feature branch contains them anyway.
2016-07-12 20:27:40 +03:00
Gregory.Shrago c93a65d85f extract LightDirectoryIndex 2016-07-12 20:25:50 +03:00
Gregory.Shrago 9acb0afe8e extract hasInvalidFiles() to VfsUtil 2016-07-12 20:02:01 +03:00
Gregory.Shrago 06ed3f5f2a index scratch roots 2016-07-12 19:54:49 +03:00
Roman Shevchenko 25610a8713 [java] module stub, module name index, module-info.class files reading 2016-07-12 18:30:57 +02:00
Maxim.Mossienko 316af6285d avoid strong reference to Splash after loading finished 2016-07-12 17:51:06 +02:00
Pavel Dolgov 4d7bc4561a Java inspection: In "Control flow statement without braces" inspection make sure the PSI data isn't held by the quick fix. (IDEA-157727) 2016-07-12 18:47:48 +03:00
nik 4254a9b50c build scripts: javadocs 2016-07-12 18:12:53 +03:00
Pavel Dolgov 0cc8cec434 Java inspection: Enabled by default the "Control flow statement without braces" inspection at INFORMATION level. Tests added. (IDEA-157727) 2016-07-12 17:51:24 +03:00
Pavel Dolgov 236e2e06a2 Java inspection: Removed the "Add Braces" intention, because it can be replaced with "Control flow statement without braces" inspection (IDEA-157727) 2016-07-12 17:51:23 +03:00
Roman Shevchenko fa9e98cd84 [java] language level moved to file stub
Needed for accessing language level of module-info.class files.
2016-07-12 16:50:11 +02:00
Mikhail Golubev fa9c0ebd28 PY-19220 Detect type hinting comments that follow multi-line assignments 2016-07-12 17:25:33 +03:00
Sergey Malenkov 95803d3872 IDEA-122083 Show shadow for popups
do not repaint after painting
2016-07-12 17:18:00 +03:00
Dmitry Avdeev 75d0f4bcf2 obsolete test removed 2016-07-12 16:54:17 +03:00
Dmitry.Krasilschikov 30f7c339b1 #RUBY-9955 don't insert call element if it isn't needed; replace duplicates with proper let name 2016-07-12 16:49:16 +03:00
Sergey Malenkov b7c079b643 IDEA-122083 Show shadow for popups
optimize performance
2016-07-12 16:23:21 +03:00
Dmitry Batkovich 8787fba3de inspection view: allow to invoke other suppression actions in when element is already suppressed in case of unused declaration inspection (IDEA-156821) 2016-07-12 16:18:12 +03:00
Dmitry Batkovich 191bc68923 inspection view: comparator replace with utility builder 2016-07-12 16:18:12 +03:00
Aleksey Pivovarov 624157a42d github: fix "Checkout from GitHub" action with token without "user" scope 2016-07-12 16:07:56 +03:00
nik 9d3bc93d90 build scripts: reverted changes in 'bundledJDKs' methods to fix AppCode build (these functions aren't called from new scripts anymore) 2016-07-12 15:37:01 +03:00
Vladimir Krivosheev bd99bd6180 remove other.xml if was added by incorrect component roaming type 2016-07-12 13:54:26 +02:00
Vladimir Krivosheev 56f6f05c95 force RoamingType.DISABLED for other.xml 2016-07-12 13:44:12 +02:00