Commit Graph
195606 Commits
Author SHA1 Message Date
Vladimir Krivosheev 51de0abc3f cleanup (default impl) 2017-05-16 16:40:13 +02:00
Vladimir Krivosheev 6178888128 cleanup (open projects doesn't contain default project) 2017-05-16 16:40:12 +02:00
Vladimir Krivosheev 59e74381af ExecutionTargetManagerImpl — do not write default state 2017-05-16 16:40:12 +02:00
Anton Tarasov 087aaa2fee Add JBUI.getFontScale, UISettings.defFontSize, UISettings.defFontScale 2017-05-16 17:32:29 +03:00
peter e0b6789009 notify low memory watchers only when occupied memory size is greater than a certain threshold 2017-05-16 16:19:21 +02:00
peter 9a38607df9 cleanup (IDEA-CR-20904) 2017-05-16 16:19:21 +02:00
peter cd6730e154 Analyze Stacktrace shouldn't treat idea.log as a YourKit thread dump 2017-05-16 16:19:21 +02:00
Daniil Ovchinnikov b58a574517 [project view] add docs for ProjectView#changeViewCB (IDEA-CR-21127)
Docs explain what `null` means and what will happen if `null` is passed.
2017-05-16 17:17:36 +03:00
Anna Kozlova 0dfb103d9a coverage: restore coverage by tests (IDEA-170725) 2017-05-16 17:12:28 +03:00
Anna Kozlova 388c4892e1 coverage: don't escape whitespaces (IDEA-171506) 2017-05-16 17:12:28 +03:00
Anna Kozlova 8b99df8166 fix testdata 2017-05-16 17:12:28 +03:00
Roman Shevchenko 1a357bdb6c [java] removes unneeded dependency from a wrapper classpath
CommandLineWrapper itself doesn't use util-rt, but it is needed for UrlClassLoader
2017-05-16 15:45:34 +02:00
Bas Leijdekkers aa1d6da5e8 SSR: remove unused constants 2017-05-16 15:29:22 +02:00
Roman Shevchenko 3b12c24af5 [java] support for @argfiles on Java 9
https://bugs.openjdk.java.net/browse/JDK-8027634
2017-05-16 15:26:43 +02:00
Bas Leijdekkers 841324b365 SSR: restore symbol read & updated patterns using script constraint 2017-05-16 15:20:05 +02:00
Valentina Kiryushkina 54bde659d8 Get rid of unclear isBuiltin check Get elements number for tuples if callType is PyUnionType 2017-05-16 16:15:18 +03:00
Martin Zdarsky c8fbaa5ff1 IDEA-168508 ant console output collapsed optionally 2017-05-16 14:57:15 +02:00
Daniil Ovchinnikov 55c221d746 [project view] mark subId as @Nullable 2017-05-16 15:55:16 +03:00
Egor.Ushakov 6ee30446dc EA-101327 - NPE: UnBoxingEvaluator.getInnerPrimitiveValue 2017-05-16 15:51:59 +03:00
Egor.Ushakov aa49eaec20 "filtered by" message when filtering is active 2017-05-16 15:51:59 +03:00
Bas Leijdekkers a0a920cf1d IG: fix "Unnecessary explicit numeric cast" polyadic expression problem (IDEA-172759) 2017-05-16 14:36:05 +02:00
Bas Leijdekkers ab97ffb7a7 IG: added note to description 2017-05-16 14:36:05 +02:00
Bas Leijdekkers e072fd84f3 IG: optimization 2017-05-16 14:36:05 +02:00
Martin Zdarsky d45167c842 IDEA-168575 ant tree view ansi color support 2017-05-16 14:28:11 +02:00
Vladimir Krivosheev 494a1e3378 remove deprecated unused method getOpenBrowserCommand 2017-05-16 14:17:35 +02:00
Vladimir Krivosheev cb3a7c04f3 sign requests to IDE — fix API browse(URI) 2017-05-16 14:17:35 +02:00
Vladimir Krivosheev 1a8aaf1825 use UrlOpener if possible 2017-05-16 14:17:34 +02:00
Vladimir Krivosheev df9b821c4f cleanup 2017-05-16 14:17:34 +02:00
Vladimir Krivosheev 2ae844afb2 convert DefaultUrlOpener to kotlin 2017-05-16 14:17:34 +02:00
Vladimir Krivosheev ea85dfdcc9 convert DefaultUrlOpener to kotlin 2017-05-16 14:17:33 +02:00
Vladimir Krivosheev a630be30c9 cleanup (kotlinize) 2017-05-16 14:17:33 +02:00
Vladimir Krivosheev 0ad734b57a convert BrowserLauncher, BrowserLauncherImpl, BrowserLauncherAppless to kotlin 2017-05-16 14:17:32 +02:00
Vladimir Krivosheev aad8ccf759 convert BrowserLauncher, BrowserLauncherImpl, BrowserLauncherAppless to kotlin 2017-05-16 14:17:32 +02:00
Vladimir Krivosheev bd14e0a929 browseUsingNotSystemDefaultBrowserPolicy — attempt to reuse smart url opener 2017-05-16 14:17:32 +02:00
Alexander Zolotov f1d4a03836 Remove senseless but brittle test
The test checks that postfix template is NOT expanded by enter if an abbreviation was typed fast and completion lookup was not appeared before pressing Enter.

However, there is nothing wrong in expanding template if lookup was fast enough to appear before pressing Enter.

The second test should be kept, as it checks that Postfix template is expanded no matter is there lookup with template in it or not.
2017-05-16 14:57:49 +03:00
Alexander Zolotov 766b9bdeb9 Build scripts: separate setting up android sdk tasks 2017-05-16 14:57:49 +03:00
Rustam Vishnyakov 133787abae FIXED: IDEA-172847 On restart Intellij keeps clearing my font settings 2017-05-16 14:55:41 +03:00
Anna Kozlova 0b5ab97cc9 jacoco: skip jars during analysis and narrow down the scopes to analyse output (IDEA-172913) 2017-05-16 14:54:12 +03:00
Anna Kozlova c01cdc6f1c varargs for java < 1.8 (IDEA-CR-21051) 2017-05-16 14:54:11 +03:00
Anna Kozlova c3890e42bc start junit 5 test with array/inner class parameters (IDEA-172103) 2017-05-16 14:54:10 +03:00
Irina.Chernushina bde87d913a correct test info - sometimes static methods of LightQuickFixTestCase are called from other tests, so static project instance from LightQuickFixTestCase should not be used 2017-05-16 13:47:51 +02:00
Alexey Kudravtsev f1bbf359c7 cleanup 2017-05-16 14:13:53 +03:00
Alexey Kudravtsev f6700b7e42 removed nonsensical comments generated by default code templates 2017-05-16 14:13:53 +03:00
Alexey Kudravtsev 4c5aef59c9 reduce number of public dangerous methods 2017-05-16 14:13:53 +03:00
Alexey Kudravtsev 26ebfe166f use more convenient method for close project 2017-05-16 14:13:53 +03:00
Alexey Kudravtsev 8986aa6847 mark place in code as needed attention when ported to JDK9 2017-05-16 14:13:52 +03:00
Ivan Chirkov 0eb0ac4699 PluginsActionFromOptionDescriptorProvider/InstalledPluginsManagerMain small improvement: constant for button label introduced 2017-05-16 13:08:17 +02:00
Dmitry Batkovich 202266f5ad prefer most used weigher: if definition for a class is not found - it's not an error (a class can be introduced after last compilation) 2017-05-16 13:24:42 +03:00
Nicolay Mitropolsky 342da40713 UastCreateMethodFix new method finding simplification 2017-05-16 12:13:09 +02:00
Egor.Ushakov e8fecbf8c8 minor cleanup 2017-05-16 13:11:05 +03:00