Commit Graph
189046 Commits
Author SHA1 Message Date
Pavel Dolgov e4ec230e5d Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250) 2017-02-14 17:11:55 +03:00
Pavel Dolgov 8754155e85 Java: Added priorities in the completion list for arguments of getAnnotation() and getConstructor() (IDEA-167250) 2017-02-14 17:11:55 +03:00
Aleksey Pivovarov 9844a2ba44 diff: tests for UnifiedFragmentBuilder 2017-02-14 17:06:56 +03:00
Yann Cébron d363904bf9 [devkit] plugin.xml: add plugin@allow-bundled-update attribute 2017-02-14 15:00:52 +01:00
Ekaterina Tuzova 568a32f3af PY-6398 Hide "Package successfully installed" notification when you start installing another package 2017-02-14 16:38:05 +03:00
Liana.Bakradze 30d2775737 add test for main postfix template in comments 2017-02-14 16:10:32 +03:00
Liana.Bakradze 778c9cda79 remove explicit type arguments (PY-21412) 2017-02-14 16:10:32 +03:00
Liana.Bakradze cb44cfee37 PY-21412 Postfix .main triggers in comments 2017-02-14 16:10:32 +03:00
Sergey Malenkov f02926b481 swing.bufferPerWindow=true by default and do not use a custom repaint manager if possible 2017-02-14 15:51:17 +03:00
Sergey Malenkov f171787aa3 fix SearchEverywhere renderer according to WideSelectionListUI 2017-02-14 15:51:17 +03:00
Anna.Kozlova 7340a915ca don't show information tooltip: other implementation (IDEA-CR-18014) 2017-02-14 13:41:08 +01:00
Elizaveta Shashkova 5aa12ad9eb Update windows binaries (PY-22450, PY-22454) 2017-02-14 15:06:51 +03:00
Elizaveta Shashkova 34045abb37 Fix working with threads in frame evaluation debugger (PY-22450, PY-22454)
We need to use old tracing function for suspending threads without breakpoint. Also sys.settrace() should be called inside a thread, that's why we pass this command as internal thread command.
2017-02-14 15:06:50 +03:00
Anna.Kozlova 9c4ae0b297 run write action in refactorings under write action (IDEA-54664) 2017-02-14 13:04:35 +01:00
Egor.Ushakov a2c8592655 IDEA-155088 Double click on tree's expand icon triggers double click listener - extra fix for watches 2017-02-14 15:00:47 +03:00
Daniil Ovchinnikov 1061dc9adf [groovy] decrease reference chain length (follow up IDEA-CR-18201) 2017-02-14 14:44:13 +03:00
Ekaterina Tuzova ca820a6534 PY-3032 Surround action can't be invoked when first line of selection is a comment 2017-02-14 14:41:57 +03:00
Alexey Kudravtsev b88ce071fe detect encoding of large files inside .jar 2017-02-14 14:15:26 +03:00
Alexey Kudravtsev d62cbff105 cleanup 2017-02-14 14:15:06 +03:00
Alexey Kudravtsev 53dec997ed check the project is disposed under the lock. When the project closes the queue is cleared under that same lock. 2017-02-14 14:02:47 +03:00
Alexey Kudravtsev 7bb4088e18 added tests for detect files inside .jar 2017-02-14 14:02:47 +03:00
Alexey Kudravtsev 306089db26 use modality "any" to followup IDEA-CR-18167 2017-02-14 14:02:46 +03:00
Alexey Kudravtsev f9469f5273 read action to fix EA-96790 - assert: SharedImplUtil.findFileElement 2017-02-14 14:02:46 +03:00
Roman Shevchenko 1497fc8f74 [java] new module-info PSI
- 'requires' statements may own a modifier list
- 'transitive' modifier
2017-02-14 11:57:51 +01:00
Roman Shevchenko 4247eeb3c0 [tests] checks mapping in .class mirror building test 2017-02-14 11:57:03 +01:00
Vladislav.Soroka 41cb76c77f maven: invoke super.tearDown() in finally block 2017-02-14 13:56:18 +03:00
Yann Cébron 7d74bf3bcc Merge remote-tracking branch 'origin/master' 2017-02-14 11:33:44 +01:00
Yann Cébron 3742d424a1 [plugin manager] PluginManager.handleComponentError log known plugin ID 2017-02-14 11:32:43 +01:00
Konstantin Bulenkov fd1ff72100 Merge remote-tracking branch 'origin/master' 2017-02-14 11:20:55 +01:00
Konstantin Bulenkov 762545e080 fix AA painting in Dimension component of UI Inspector 2017-02-14 11:13:13 +01:00
Anna.Kozlova 64db043651 smart pointers to ensure valid files during long move with language pushers which can influence dialect inside a file and thus the file view provider
EA-93157 - PIEAE: PsiUtilCore.ensureValid
2017-02-14 11:08:17 +01:00
Dmitry Batrak 4cfb036ac4 IDEA-167937 Documentation window gets focus on second Smart Type completion 2017-02-14 12:39:57 +03:00
Vassiliy.Kudryashov 2ec041e779 IDEA-155088 Double click on tree's expand icon triggers double click listener 2017-02-14 12:37:43 +03:00
Kirill Kirichenko 5b8276e820 IDEA-168089 New outline for text field components with invalid values 2017-02-14 12:34:38 +03:00
Egor.Ushakov 0a397a6891 IDEA-168070 Allow to use expression as a Capture key 2017-02-14 12:33:04 +03:00
peter cc237c0a58 make it explicit that nullity/contract inference from source works only with PsiMethodImpl
inspired by https://github.com/JetBrains/intellij-community/pull/511
2017-02-14 10:22:39 +01:00
dmitriy.tseyler 526aba013a EA-96681 assert: FileDocumentManagerImpl.saveDocument 2017-02-14 12:21:26 +03:00
Roman Shevchenko 40a6654b96 [vfs] wrap a stream for BOM detection (IDEA-CR-18165)
... instead of ignoring
2017-02-14 09:34:28 +01:00
Liana.Bakradze fb5a64686d introduce frame listeners (PY-22535) 2017-02-14 11:04:15 +03:00
Liana.Bakradze d508a6d17e extend PyFrameAccessor to avoid instanceof (PY-22535) 2017-02-14 11:04:15 +03:00
Liana.Bakradze 9b00ed3e44 setup antialiasing, use util method (PY-22411) 2017-02-14 11:04:15 +03:00
Liana.Bakradze 3e0b2348ed PY-22572 Data View: close corresponding tabs when Python Console session removed 2017-02-14 11:04:15 +03:00
Liana.Bakradze 9f5326722f PY-22566 Data View: distinguish tabs opened from debugger and console 2017-02-14 11:04:15 +03:00
Liana.Bakradze cd1ba4215f PY-22535 auto-update in Data View doesn't work when opened from console variables view 2017-02-14 11:04:15 +03:00
Liana.Bakradze b7f095c72d activate "View as DataFrame/Array" hyperlink in Python Console (PY-22455) 2017-02-14 11:04:15 +03:00
Liana.Bakradze d166080c9e select the same tab when switching back (PY-22411) 2017-02-14 11:04:15 +03:00
Liana.Bakradze 7da82f35be remove irrelevant tabs together (PY-22411)
otherwise they are closed one by one which looks weird
2017-02-14 11:04:15 +03:00
Liana.Bakradze 002885e61a get rid of empty content (PY-22411) 2017-02-14 11:04:15 +03:00
Liana.Bakradze a8c8918b38 update tabs when switching between different processes (PY-22411) 2017-02-14 11:04:15 +03:00
Liana.Bakradze 7264945729 save frame accessor inside panel (PY-22411) 2017-02-14 11:04:15 +03:00