Commit Graph
183999 Commits
Author SHA1 Message Date
Tagir Valeev 4ec11eb771 ActionHint understands ProblemHighlightType now in addition to simple true/false 2016-11-23 17:26:56 +07:00
peter e5e55e3479 ProjectStoreBase.isProjectFile: check that a file could be project config file before asking for its path 2016-11-23 11:18:12 +01:00
peter f1092d42fb IDEA-164257 Declarations visible from a Java file shouldn't include current package's subpackages 2016-11-23 11:12:09 +01:00
peter 8d41d02f09 initialize UndoManagerImpl earlier (refix IDEA-163699, IDEA-CR-16066) 2016-11-23 11:12:09 +01:00
Roman Shevchenko aeb0106282 Cleanup (formatting) 2016-11-23 11:11:23 +01:00
Dmitry Batrak 98e7a391f0 IDEA-163970 Extend selection in block comments 2016-11-23 13:04:52 +03:00
Roman Shevchenko 006101f5f7 [java] correct resolve scope in module references (IDEA-164039) 2016-11-23 10:34:20 +01:00
peter 260e3548b2 make test order stable in teamcity performance tests 2016-11-23 10:33:10 +01:00
nik d61462ce56 do not show 'IDEA CORE' and internal plugins in 'Find Action' and 'Search Everywhere' 2016-11-23 11:35:24 +03:00
Konstantin Bulenkov 952087738b Add antialiasing for combobox border in Darcula (by Stas Dombrovsky) 2016-11-23 08:38:59 +01:00
Tagir Valeev 7e89cd1ef2 IDEA-164277 "Simplifiable conditional usage of Map.get()" may suggest putIfAbsent() in following case 2016-11-23 13:14:50 +07:00
Dmitry Batrak 42d3290750 IDEA-163569 Editor hangs when joining multiple lines 2016-11-23 08:59:23 +03:00
Dmitry Batrak eccfbecaee "Join lines" sometimes doesn't join all selected lines 2016-11-23 08:59:23 +03:00
Dmitry Batrak eab16f5297 "Join lines" code cleanup 2016-11-23 08:59:23 +03:00
Tagir Valeev 0053cc6c7e IDEA-164271 "Simplifiable conditional usage of Map.get()" doesn't recognize proper pattern with adding additional parentheses 2016-11-23 12:30:56 +07:00
Tagir Valeev e60be117ba CommentTracker#markUsed -> markUnchanged; ReplaceInefficientStreamCountInspection: move comments from .stream() call parameters list outside of resulting .size() parameters list (IDEA-CR-16097). 2016-11-23 11:46:22 +07:00
Gregory.Shrago a1e5d5d45c typo 2016-11-23 05:46:48 +03:00
Vassiliy.Kudryashov 96bb25c568 IDEA 160020 Editor Search and Replace UI switching to multiline mode stage 5 (HiDPI) 2016-11-22 23:41:19 +03:00
Vassiliy.Kudryashov c4f2aa90b1 Utility method to obtain line height in JTextComponent 2016-11-22 23:24:44 +03:00
Vassiliy.Kudryashov 944a8d49e3 Find/Replace in editor: 'new line' shortcut should be Meta+Shift+Enter under OS X instead of Ctrl+Shift+Enter as soon as Ctrl is too close to both Shift and fn. 2016-11-22 23:02:39 +03:00
Vassiliy.Kudryashov 640f163f00 Get rid of useless calculations (actual insets are always empty) 2016-11-22 22:36:15 +03:00
Vassiliy.Kudryashov 7b6e1b5cc3 Use standard icon 16x16 for 'Edit Configuration...' action 2016-11-22 22:31:34 +03:00
Vassiliy.Kudryashov 15854ae4a5 Find/Replace in editor: show 'new line' hint icon by default 2016-11-22 22:25:08 +03:00
Anna.Kozlova fb04c2169b extract lambda -> method reference to code style settings 2016-11-22 20:22:29 +01:00
Anna.Kozlova e261a69a29 dialog from write action 2016-11-22 20:22:29 +01:00
Anna.Kozlova 85fdebf831 spi binding: be ready for short names in handleRename (IDEA-164272) 2016-11-22 20:22:29 +01:00
Anna.Kozlova f57a85115b ensure in writeAction 2016-11-22 20:22:29 +01:00
Anna.Kozlova 10d889202f move member order generation configuration to its usages: groovy
groovy doesn't provide rearranger so old configuration is used
2016-11-22 20:22:29 +01:00
Anna.Kozlova 2514f10f0e lambda -> method ref: allow conversion with any qualifier, show warning only for trivial qualifiers; same for anonymous -> method ref (IDEA-CR-16052) 2016-11-22 20:22:29 +01:00
peter 1a1d93d60a IDEA-164290 File structure popup quickly disappears when called via Find action 2016-11-22 19:47:18 +01:00
Roman Shevchenko ab483869ec Cleanup (formatting; code reuse) 2016-11-22 19:34:21 +01:00
Daniil Ovchinnikov b853201ec5 [groovy] script configuration: use get/setProgramParameters 2016-11-22 20:57:46 +03:00
Roman Shevchenko f4be2f9a5b [project] fixes library paths 2016-11-22 17:57:10 +01:00
Rustam Vishnyakov ae9f44d585 Fixed EA-91888 2016-11-22 19:45:34 +03:00
Liana.Bakradze 37b0c6d349 explaining comment 2016-11-22 19:43:35 +03:00
Sergey Karashevich d16090a515 [gui-test] update for community fest.xml after move fest libraries 2016-11-22 19:30:23 +03:00
Sergey Karashevich 91f1864fb6 [gui-test] moved fest-*.jar libraries to community lib 2016-11-22 19:30:23 +03:00
Aleksey Pivovarov cc1c966c9e lst: update fields under lock
* they're accessed from EDT only, so the lock is unnecesary
  but this is consistent with the rest of the class

follow-up: 42dcb2b
2016-11-22 19:26:13 +03:00
Artem Bukhonov 84fff35443 debugger tests: added method to dump children of values (RIDER-IC-CR-4) 2016-11-22 19:23:24 +03:00
Rustam Vishnyakov e72f31728d Navigatable custom regions in XML/HTML structure view [IDEA-CR-16020] 2016-11-22 19:01:18 +03:00
Roman Shevchenko 5d70ea9fe7 Cleanup (warnings) 2016-11-22 16:55:30 +01:00
Daniil Ovchinnikov c1c133cb56 [groovy] resolve kind: use Set interface instead of EnumSet and
disallow modifications
2016-11-22 18:52:57 +03:00
Vladimir Krivosheev f3b7bb060d WI-33637 Attach to the current project asks additional question 2016-11-22 16:43:03 +01:00
Roman Shevchenko 1119ebb595 [java] fixes NPE 2016-11-22 16:32:53 +01:00
peter 20be904669 revert NoAccessDuringPsiEvents index checks for now 2016-11-22 16:31:38 +01:00
Vassiliy.Kudryashov 31faf715e8 Use proper icon for "Save temporary run configuration" action 2016-11-22 18:05:38 +03:00
Daniil Ovchinnikov e4dbfec0de @NotNull 2016-11-22 18:03:56 +03:00
Sergey Malenkov b1a738f8e8 Use TextIcon instead of LabelUtil 2016-11-22 18:01:35 +03:00
Mikhail Golubev c38d178be5 PY-21220 Handle moved classes that contain both __init__ and __new__
I changed behavior of PyClassImpl#NameFinder processor, so that it
always tries to find an element with the first of the names passed to
its constructor. In particular, #findInitOrNew() returns __init__
unless there was only __new__ defined in the class. Otherwise its
behavior contradicts with the method's javadoc.
2016-11-22 17:50:21 +03:00
Mikhail Golubev 5fa7c78ebe PY-20427 Handle qualified references in the module where symbol is moved to 2016-11-22 17:50:21 +03:00