Commit Graph
189282 Commits
Author SHA1 Message Date
Pavel Dolgov 0a85d2a207 Java: Remove duplicates from the completion list for argument of getMethod(). Simplified priority in the argument completion for getField() and getMethod() (IDEA-167250) 2017-02-16 16:00:47 +03:00
Maxim Kropotov 926b28246f js multiline string literals consider '\n' escape sequence to be equivalent to actual newline.
When formatting injection, allow formatter to consider it same whitespace.
Fixes WEB-25477
2017-02-16 15:46:31 +03:00
Sergey Simonchik f652637513 remove UI-only method SyntheticLibrary.getName() in favor of implementing ItemPresentation (IDEA-CR-17846) 2017-02-16 15:45:17 +03:00
Sergey Simonchik 53f49e3745 remove UI-only method SyntheticLibrary.getName() in favor of implementing ItemPresentation (IDEA-CR-17846) 2017-02-16 15:44:22 +03:00
Dmitry Batrak 711ebc605d IDEA-168209 Quick doc window is not closed from the first attempt 2017-02-16 15:43:16 +03:00
Dmitry Batkovich 01995435db restore default constructor for excluded entries configuration (EA-94034) 2017-02-16 15:36:42 +03:00
Sergey Malenkov 12e18c8e16 use transparent scroll bars in editor by default 2017-02-16 15:26:22 +03:00
Daniil Ovchinnikov 59c2b5e23c [grails] add ability to skip creation of run configurations on startup
(IDEA-167889)
2017-02-16 15:20:32 +03:00
Anton Tarasov 5a5181f08b IDEA-168194 Huge gutter icons in latest 2017.1 EAP 2017-02-16 14:59:54 +03:00
Anna.Kozlova b3190ca053 fix testdata 2017-02-16 12:44:27 +01:00
Anna.Kozlova 99c23aa5cd EA-97010 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$ 2017-02-16 12:44:27 +01:00
Vladimir Krivosheev 0bce3fb3b5 rest of UISetting options as properties 2017-02-16 12:20:35 +01:00
Konstantin Bulenkov 8e6819d877 Merge remote-tracking branch 'origin/master' 2017-02-16 12:00:05 +01:00
Konstantin Bulenkov 1ef8cb2f32 fix white border in editor tabs 2017-02-16 11:57:34 +01:00
Vladimir Krivosheev 0bbef0e69d fontFace/fontSize as property 2017-02-16 11:52:02 +01:00
Dmitriy SmirnovandKirill Likhodedov a82a6b0060 Fix default width of Git Remotes dialog & provide better height
Fixes IDEA-165570
2017-02-16 10:46:51 +00:00
Roman Shevchenko ef94a3c562 Cleanup (minor refactoring) 2017-02-16 11:28:11 +01:00
Pavel Dolgov ca54c8fa1f Javafx: Added tests for JavaFxColorProvider - number format for JavaFX colors in Java source (IDEA-167948) 2017-02-16 13:20:18 +03:00
Anna.Kozlova b4f135fa76 lambda folding: use setting for anonymous collapsing (IDEA-CR-18289) 2017-02-16 11:14:15 +01:00
Anna.Kozlova 3dee28bff1 EA-96981 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$ 2017-02-16 11:14:15 +01:00
Anna.Kozlova ccc1ad85f8 grouping (following IDEA-CR-18290) 2017-02-16 11:14:15 +01:00
Yaroslav Lepenkin 756fc5c68b [parameter hints] treat absence of closing parenthesis as error 2017-02-16 13:13:33 +03:00
Yaroslav Lepenkin 1ab93454d8 [parameter hints] when calculating error patterns preserve empty lines when splitting in order to calculate correct line position 2017-02-16 13:13:33 +03:00
Roman Shevchenko 43f832d364 [java] new keyword completion in module-info files (IDEA-164119) 2017-02-16 11:08:50 +01:00
Vladimir Krivosheev acf2b71cb2 consoleCommandHistoryLimit as property 2017-02-16 10:47:59 +01:00
Vladimir Krivosheev 22723e9794 colorBlindness as property 2017-02-16 10:43:05 +01:00
Egor.Ushakov ebe1201d7a fixed search match painting with new hidpi 2017-02-16 12:34:43 +03:00
Vladimir Krivosheev 0f868e6261 isAccessible = true to create private classes 2017-02-16 10:33:04 +01:00
Yaroslav Lepenkin 7b43d19d77 [parameter hints] ugly code replaced with Map.forEach 2017-02-16 12:27:08 +03:00
Yaroslav Lepenkin e403426717 [parameter hints] highlight pattern errors in blacklist editor 2017-02-16 12:27:08 +03:00
Roman Shevchenko 612bbf2315 [platform] skips invalid directories in VfsUtil.markDirty() (EA-90639) 2017-02-16 10:19:30 +01:00
Alexey Kudravtsev 5fd42f707e assertion for strange memory leak 2017-02-16 11:40:53 +03:00
Yaroslav Lepenkin 1000f4ac62 [imports layout java|groovy] do not delete newly added import immediately (was fixed by not modifying UI model in settings apply method IDEA-167619), unite java and groovy implementation since they are Ctrl-V identical 2017-02-16 11:36:47 +03:00
peter 8a0decded2 more diagnostics for EA-96285 - AIOOBE: PsiCopyPasteManager.asFileList 2017-02-16 09:14:39 +01:00
peter c31246245d LocalQuickFixAsIntentionAdapter: delegate writeAction/makeWritable (EA-96997 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-02-16 09:14:38 +01:00
peter 93244e473f start generate equals/hashCode fix outside write action (EA-97013 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-02-16 09:14:38 +01:00
Dmitry Batkovich 1bc1617e2a schemes ui: move supportsProjectSchemes() back to AbstractSchemesPanel 2017-02-16 11:00:06 +03:00
Dmitry Batkovich 40b5239ea1 cleanup (fix yellow code) 2017-02-16 11:00:06 +03:00
Tagir Valeev 682d98685e MismatchedStringBuilderQueryUpdate: expected warning fixed in testUselessQueryTernary (was actually expected) 2017-02-16 14:33:17 +07:00
Alexey Kudravtsev 76f70f55da cleanup 2017-02-16 10:28:24 +03:00
Alexey Kudravtsev 4c471669ee concurrency bug: cached value can be set to null while the other thread has already computed it in the meantime. This leads to multiple unnecessary re-computations. 2017-02-16 10:28:14 +03:00
Alexey Kudravtsev 2884a40691 FileEncodingTest moved to community 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 8e812ac6c6 project leaks fixed 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 9da6624e5a repeat test several times to be sure 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 0376fe4163 indices cleanup 2017-02-16 10:24:52 +03:00
Alexey Kudravtsev 5c4ae338b7 initialize myTree in EDT to avoid rare conflicts 2017-02-16 10:24:51 +03:00
Alexey Kudravtsev 0a9275211c occasional failures fixed 2017-02-16 10:24:51 +03:00
Alexey Kudravtsev 6c5cd74b33 another attempt to speedup debugger tests 2017-02-16 10:24:51 +03:00
Dmitry Batkovich 804313b94d schemes ui: remove additional step to import/export scheme if there is only one importer/exporter IDEA-168237 2017-02-16 10:21:20 +03:00
peter f0264dbb16 handle PCE in CompositeInputFilter (EA-93838 - PCE: StringUtil$.checkCanceled) 2017-02-16 08:02:45 +01:00