Commit Graph
182289 Commits
Author SHA1 Message Date
Vladimir Krivosheev 6dbe6b27f5 avoid InspectionProfileImpl class cast 2016-10-27 16:30:27 +02:00
Semyon Proshev a91e9b852c PY-20452 Fixed: PyCharm 5.0.5 regex inspection bug with removing redundant escape
Update PyStringLiteralExpressionManipulator and use it inside PyStringLiteralExpressionImpl.updateText.
PyStringLiteralExpressionManipulator.getRangeInElement is used for getting content range and handleContentChange is used for replacing literal with new content which includes quotes.
2016-10-27 17:28:06 +03:00
Roman Shevchenko 773c961f6c Merge remote-tracking branch 'origin/master' 2016-10-27 16:26:08 +02:00
Roman Shevchenko 8792384ef6 [java] AppMain improvements: ability to operate as a Java agent 2016-10-27 16:25:45 +02:00
Elizaveta Shashkova 95c8699581 Clear exception information in Python 2 (PY-21215)
It's needed for example for celery's retry for task. The fix suggested by Krzysztof Nazarewski.
2016-10-27 17:13:52 +03:00
Elizaveta Shashkova 55fa4fe122 Turn off "Show return values" by default (PY-20459) 2016-10-27 17:13:52 +03:00
Vassiliy.Kudryashov 397a9c758e Don't process mouseReleased when it's in the very end of resizing 2016-10-27 17:02:37 +03:00
Vassiliy.Kudryashov 78fa5e4afd IDEA-160020 Editor Search and Replace UI: switching to multiline mode (stage 1: icons) 2016-10-27 17:02:37 +03:00
Yaroslav Lepenkin e8c2e90803 [Parameter Name Hints] do not show in one line editors (e.g. debugger watcher items) 2016-10-27 16:53:59 +03:00
Dmitry Batkovich 02bb17ad2b javac ast indices: do not hide find usages in libraries 2016-10-27 16:31:42 +03:00
Yaroslav Lepenkin 027df2e7c9 [Parameter Name Hints] do not show hints for generic builders (IDEA-163214) 2016-10-27 16:08:30 +03:00
irengrig 0636ef12c7 order of element in conflicts dialog - WEB-23880 Intentions: Convert to Class: Hierarchy: show conflict when several inheritances types are defined for the same elements 2016-10-27 15:03:17 +02:00
Bas Leijdekkers 84573e765a IG: anonymous -> lambda 2016-10-27 14:57:47 +02:00
Bas Leijdekkers ae004dd99e IG: cleanup 2016-10-27 14:57:45 +02:00
Bas Leijdekkers cf77d8ae21 IG: only check Optional when it has not been seen before 2016-10-27 14:57:44 +02:00
nik 502b730940 build scripts: removed obsolete unused required_for_dist.txt files 2016-10-27 15:53:57 +03:00
Egor.Ushakov 9c048433ed better symbol vertical alignment inside the bookmark icon 2016-10-27 15:52:36 +03:00
Roman Shevchenko fae03c518d [java] replaces libbreakgen with external signal 2016-10-27 14:51:14 +02:00
Dmitry Batkovich 085dbbf603 show lambda text in hierarchy tree 2016-10-27 15:50:00 +03:00
nik 20b655d16a setup library properties when its kind is changed (IDEA-CR-15070)
This will ensure that LibraryImpl#myProperties cannot be null if myKind is not null.
2016-10-27 15:48:16 +03:00
Dmitry Batkovich d923922426 render functional expressions in same way as anonymous classes in show implementations 2016-10-27 15:42:44 +03:00
Aleksey Pivovarov a9e2d084a3 EA-90415 - CME: THashIterator.nextIndex 2016-10-27 15:37:06 +03:00
Alexey Kudravtsev 78e7184191 compilation 2016-10-27 15:35:29 +03:00
Anton Makeev 1436d11728 wait for pending filters in cmake console 2016-10-27 14:32:35 +02:00
Alexey Kudravtsev ca71226f81 IDEA-163134 Editor sometimes hangs when moving parameters 2016-10-27 15:17:37 +03:00
Alexey Kudravtsev 9e42a92fa8 optimisation: do not store/process binary files 2016-10-27 15:17:37 +03:00
Alexey Kudravtsev 7c9e070c2b refactored Condition<String> to Condition<CharSequence> to use it with cheaper vfile.getNameSequence() 2016-10-27 15:17:37 +03:00
Anton Makeev 90dd673f80 CPP-7910 Changing compiler in CMake settings resets CMAKE_BUILD_TYPE (among others) 2016-10-27 14:12:42 +02:00
Denis Fokin d62e2ed90a Prevent running the test in a headless environment 2016-10-27 15:08:13 +03:00
Dmitry Trofimov 528c3e53e3 Merge remote-tracking branch 'origin/master' 2016-10-27 14:00:07 +02:00
Dmitry Trofimov f8f8c9aa01 Temporary disable django 1.7 install as it fails 2016-10-27 13:59:13 +02:00
Eugene Zhuravlev 4e48ad69c8 experimental asynchronous event processing 2016-10-27 13:46:31 +02:00
Ivan Bessonov d2622e1a62 Ability to store LANGUAGE_LEVEL in file user data, required for correct work of GWT client inclusion/exclusion patterns 2016-10-27 14:42:38 +03:00
Semyon Proshev 6eefe3f8b7 Fix __builtin__.py by adding 'self' to signature of dict.values() 2016-10-27 14:07:40 +03:00
Roman Shevchenko 34dd5cb1ec [java] finer-grained sync in process proxy 2016-10-27 12:57:09 +02:00
Vassiliy.Kudryashov 8274b21489 IDEA-151115 Compound Run/Debug Type does not trigger Single Instance Only indication 2016-10-27 13:49:12 +03:00
Elizaveta Shashkova 6b47714558 Support filtering variables for old versions of IPython (PY-21250) 2016-10-27 13:40:05 +03:00
Roman Shevchenko 723dcd42fe [java] AppMain improvements: avoids non-existing library loading 2016-10-27 12:33:45 +02:00
Roman Shevchenko 0305035b5a [java] AppMain improvements: reversed socket direction to avoid port probing 2016-10-27 12:30:38 +02:00
Egor.Ushakov bf1072b8b5 made sessionData final 2016-10-27 13:21:27 +03:00
Roman Shevchenko a558919cc8 [java] capability-aware process proxy API 2016-10-27 12:03:47 +02:00
Vladimir Krivosheev 791697f608 IDEA-CR-15067 remove SeverityProvider 2016-10-27 12:01:04 +02:00
Daniil Ovchinnikov 314b97309b fix NPE in library serializing 2016-10-27 12:52:48 +03:00
Roman Shevchenko ca19edad18 Cleanup (formatting; arrangement) 2016-10-27 11:52:17 +02:00
Anna.Kozlova 252a076718 remove invokeLater as code works inside EDT anyway
EA-89708 - assert: PsiDocumentManagerBase.commitAllDocuments
2016-10-27 11:49:19 +02:00
Anna.Kozlova 54aaa0158c EA-90615 - NPE: ConstructorParameterOnFieldRenameRenamer.<init> 2016-10-27 11:49:19 +02:00
Anna.Kozlova 2886f6d968 @NotNull 2016-10-27 11:49:19 +02:00
Anna.Kozlova 558358788a extract package with common testFramework inspections 2016-10-27 11:49:19 +02:00
Roman Shevchenko 730a130403 [java] AppMain improvements: better diagnostics; independent exit/dump actions 2016-10-27 11:17:49 +02:00
Elizaveta Shashkova d04d4f7b38 First line becomes hidden in the first cell of IPython console (PY-21248)
Integrated and Debug console should remove folding after different number of commands executed, because debug console's start command is assumed as a command executed in console.
2016-10-27 12:13:44 +03:00