Commit Graph
178825 Commits
Author SHA1 Message Date
irengrig 13eb22ab02 json schema support for embedded json schema files (for babel, tslint, eslint configs etc): these embedded schema files file type should be json schema, not <custom> config file type. For that, their names should be different from <custom> config file names + increment index version 2016-09-09 17:26:02 +02:00
Vladimir Krivosheev 61cfed70b9 remove incorrect import ENCODING 2016-09-09 16:31:51 +02:00
Dmitry Batkovich c78c5cfdef resource bundle editor: flush properties file document changes before property document editing IDEA-160829 2016-09-09 17:19:17 +03:00
Egor.Ushakov bbfcc4bee0 simple use of StreamEx 2016-09-09 16:51:12 +03:00
Alexandr Evstigneev 8ab3ddc7e4 Plugins suggestions: enabled suggesions for plugins, which files being supported via AbstractFileType (see https://github.com/JetBrains/intellij-community/pull/362) 2016-09-09 16:39:02 +03:00
Vladimir Krivosheev 23cd95154c make new kotlin version happy — cleanup code 2016-09-09 15:36:35 +02:00
Vladimir Krivosheev 8fc29b9643 update netty to support JDK 9: https://github.com/netty/netty/commit/00c0664ef8518cb9ba8ee8796d5bfa7f73355af4 2016-09-09 15:14:04 +02:00
Vladimir Krivosheev fe60a10b62 do not write defaults: set mavenHome to MavenServerManager.BUNDLED_MAVEN_3 2016-09-09 15:14:02 +02:00
Vladimir Krivosheev 6b6bf11fcd cleanup 2016-09-09 15:14:02 +02:00
Bas Leijdekkers e9c2fd5a21 IDEA-160941 (Inspection 'Unnecessary call to String.valueOf()' should be smarter) 2016-09-09 15:09:25 +02:00
Egor.Ushakov c4e417489d added StreamEx library 2016-09-09 16:08:10 +03:00
Semyon Proshev 2d88d2cf91 Add frozenset.__iter__, tuple.__iter__ and file.__iter__ (Py2 only) skeletons 2016-09-09 16:02:53 +03:00
Semyon Proshev e79b624ec3 PY-20063 Fixed: Code introspection / autocomplete does not resolve types in Sets (and perhaps other collection types) when used with single-character iteration expressions
Add skeletons for set.__iter__
2016-09-09 16:02:53 +03:00
Dmitry Avdeev 291f54bdec @Nullable removed 2016-09-09 15:48:06 +03:00
Dmitry Avdeev 84e6c20779 IDEA-80668 Move changes to Active Changelist - usability 2016-09-09 15:48:06 +03:00
Elizaveta Shashkova ad94b142ac The prompt in debug console with IPython (PY-20685)
We need to add message to output in order to notify ide side about using IPython
2016-09-09 15:36:47 +03:00
Anna Kozlova bfa4e6ccab java tests: restore compatibility with jtreg plugin 2016-09-09 15:16:04 +03:00
Anna Kozlova e29feda756 fix grammar (IDEA-160959) 2016-09-09 15:16:04 +03:00
Elizaveta Shashkova 622b7fb5f6 Debug Console: Splash screen appears after typing only (PY-17615)
It should appear after the the first opening of the console. We should execute start statement like we do it in Python Console.
2016-09-09 15:02:32 +03:00
Roman Shevchenko bdd7aa40e1 [tests] additional VFS test; cleanup 2016-09-09 14:52:02 +03:00
Bas Leijdekkers 6dcbe2edbe IDEA-160837 ('<code>...</code> can be replaced with {@code ...}' inspection quick fix should convert angle brackets) 2016-09-09 13:39:11 +02:00
Alexey Kudravtsev bd2bb911f0 Removed deprecated OWN_THREAD, SHARED_THREAD. Made Alarm more strict by not accepting POOLED_THREAD without disposable 2016-09-09 14:37:06 +03:00
Alexey Kudravtsev c86e024759 diagnostics 2016-09-09 13:56:21 +03:00
Alexey Kudravtsev cd4c1b08ae new inspection: deprecated member is used 2016-09-09 13:53:38 +03:00
Tagir Valeev 884043aacc IDEA-161002 Migration to Stream API: convert return true/return false to anyMatch/noneMatch 2016-09-09 17:41:19 +07:00
Tagir Valeev b44b47201b IDEA-CR-13656 AntIntrospector.java: ContainerUtil.isEmpty() used; AntExplorer: better linebreaks 2016-09-09 17:18:05 +07:00
Tagir Valeev d6a072ba13 IDEA-CR-13656: JavaStackFrame reverted; JSR45PositionManager: toList() used 2016-09-09 17:13:35 +07:00
Vladimir Krivosheev a480d555d3 remove protected — maybe kotlin will be happy 2016-09-09 11:46:27 +02:00
Yann Cébron a7867773f9 [devkit] ExtensionDomExtender.registerExtensions: remove unnecessary getXmlElement!=null check 2016-09-09 11:45:30 +02:00
Bas Leijdekkers c87ac81364 IG: warn about autoboxing in enum constants (IDEA-160831) 2016-09-09 11:39:03 +02:00
Roman Shevchenko 22df3f0751 Merge remote-tracking branch 'origin/master' 2016-09-09 12:36:34 +03:00
Roman Shevchenko eb95ee1eab [java] module dependency quick fixes 2016-09-09 12:36:08 +03:00
Roman Shevchenko fdb7c872ba [java] fixes module reference caching 2016-09-09 12:33:25 +03:00
Yann Cébron d990a479c0 Merge remote-tracking branch 'origin/master' 2016-09-09 11:19:39 +02:00
Yann Cébron e2a3dc0c4b FinderRecursivePanel: cleanup, generify, fix tests 2016-09-09 11:17:29 +02:00
Anna Kozlova 048d4728de junit 5: don't search for tests if junit 5 would run the package, leave it to discover what to run 2016-09-09 12:17:16 +03:00
Anna Kozlova 82fccbe7f4 junit 5: ensure only jars for platform launcher are added to the classpath 2016-09-09 12:17:15 +03:00
Tagir Valeev 91bc73db02 StreamApiMigrationInspection: AIOOBE fixed, unused variable removed, foreach -> forEach 2016-09-09 16:12:17 +07:00
Egor.Ushakov ba0dceca3e EA-84042 - IAE: DisableGC.<init> 2016-09-09 12:06:03 +03:00
Yann Cébron 900eee8589 FinderRecursivePanel: one OnePixelSplitter for better UI 2016-09-09 11:03:29 +02:00
Tagir Valeev a27210a6f5 Stream.collect()/toArray() used (via StreamApiMigrationInspection) 2016-09-09 15:54:20 +07:00
Mikhail Golubev c11850fa34 Add Python 3.6 language level
Additionally, I did the following:

* re-generated lists of supported/unsupported interpreter modules
* updated test data wherever Python versions appear in warnings

Still need to figure out, though, why _bz2/bz2 modules were not found
for some old versions of Python, hence information about their presense
should be updated by hand in versions.xml.
2016-09-09 11:48:29 +03:00
peter 36cc57b236 IDEA-160935 Could not initialize class com.intellij.codeInsight.template.impl.TemplateContext$ContextInterner in presence of Database Navigator plugin 2016-09-09 10:39:48 +02:00
Roman Shevchenko 6e86af2a80 Cleanup (better class name for "Add Maven dependency" fix provider) 2016-09-09 11:19:08 +03:00
Roman Shevchenko 9fd6f20729 [java] "Find .jar" / "Add Maven dependency" are not applicable in module-info files 2016-09-09 11:16:12 +03:00
Tagir Valeev 1a4454caa9 New inspections are marked with "New in 2016.3" 2016-09-09 15:01:57 +07:00
nik c647bf83a0 external build: javadocs added 2016-09-09 10:56:42 +03:00
Tagir Valeev f32404e2b2 IDEA-CR-13652 filter(Boolean::booleanValue).count() used 2016-09-09 14:51:12 +07:00
Tagir Valeev 2af84d9fef IDEA-151523 Explicit "this" qualifier removed: LambdaCanBeMethodReferenceInspection will insert proper qualifier automatically. 2016-09-09 14:07:00 +07:00
Tagir Valeev 610a2a914b IDEA-151523 Method reference is not created unconditionally now (for complex qualifier or non-final field it could be incorrect) 2016-09-09 13:58:56 +07:00