Commit Graph
218233 Commits
Author SHA1 Message Date
peter d970993b43 java completion: suggest AbstractClass::new[] (IDEA-188431) 2018-04-24 16:56:12 +02:00
Alexey Kudravtsev 6b0d724e26 revert to dumbaware: IDEA-CR-31313 2018-04-24 17:49:43 +03:00
Dmitry Batkovich 02839634ab Merge remote-tracking branch 'origin/master' 2018-04-24 17:45:44 +03:00
Roman Shevchenko 15adc3ebbe [platform] ignores empty 'ide.no.platform.update' value 2018-04-24 16:16:19 +02:00
Anton Lobov c3a3e04cb7 WEB-32238 JSON Schema: dropdown to choose JSON schemas 2018-04-24 16:07:19 +02:00
Dmitry.Krasilschikov 70e7721249 IDEA-CR-31967 fetch context from current selected file only if ALT is pressed 2018-04-24 17:04:30 +03:00
Dmitry.Krasilschikov 91f569cf54 IDEA-CR-31819 RunAnything title should always respect SHIFT/ALT state
update title and context stuff according to SHIFT/ALT state
2018-04-24 17:04:30 +03:00
Dmitry Batkovich aa9108c449 fix compilation 2018-04-24 16:58:02 +03:00
Dmitry Batkovich 90807051a9 Merge remote-tracking branch 'origin/master' 2018-04-24 16:47:59 +03:00
Anton Lobov a4134d0e97 drop cached editor from EditorBasedStatusBarPopup
as discussed per IDEA-CR-31987
2018-04-24 15:42:20 +02:00
Dmitry Batrak 637d1561fc cleanup: don't use deprecated API in FixDocCommentAction 2018-04-24 16:25:18 +03:00
Dmitry Batrak 6cbbabee18 IDEA-190254 Class name is erased after 'Add Javadoc action' and typing 2018-04-24 16:25:18 +03:00
Alexander Doroshko 0a5ec15bd1 Remove dead code 2018-04-24 16:20:29 +03:00
Dmitry Batkovich f0597a8448 update javac indices version 2018-04-24 16:20:07 +03:00
Yaroslav Pankratyev d3226c4920 IDEA-159541 Fixes and improvements in UnstableApiUsageInspection 2018-04-24 20:17:06 +07:00
Roman Shevchenko e917f26727 Cleanup (property names) 2018-04-24 15:14:33 +02:00
Dmitry Batkovich 4e02731174 Merge remote-tracking branch 'origin/master' 2018-04-24 16:11:44 +03:00
Dmitry.Krasilschikov 52d134d7d1 IDEA-CR-31896 don't use SHIFT_PRESSED after popup closing 2018-04-24 16:10:45 +03:00
Dmitry.Krasilschikov 836fceb25d IDEA-CR-28940 use new FUS collectors for RunAnything
FUS-68 provide usage collector for RunAnything
2018-04-24 16:10:45 +03:00
Roman Shevchenko 36b82f42a9 [ui] limits exception dialog initial size 2018-04-24 15:10:01 +02:00
Dmitry Batkovich 1b165aecfe Merge branch 'db/implicit-to-string'
# Conflicts:
#	java/compiler/impl/src/com/intellij/compiler/backwardRefs/CompilerReferenceServiceImpl.java
#	java/java-indexing-impl/src/com/intellij/compiler/CompilerReferenceService.java
#	jps/jps-builders-6/src/org/jetbrains/jps/javac/ast/JavacTreeRefScanner.java
#	jps/jps-builders/testSrc/org/jetbrains/references/ReferenceIndexTest.kt
2018-04-24 16:08:53 +03:00
Vladimir Krivosheev b000ca3624 factory-less RC — part 3 2018-04-24 14:38:28 +02:00
Vladimir Krivosheev 5f6f92c33d simplify CompoundRunConfiguration creation 2018-04-24 14:38:28 +02:00
Vladimir Krivosheev 2519ece7e9 factory-less RC — part 2 2018-04-24 14:38:28 +02:00
Vladimir Krivosheev 07bef49d27 factory-less RC 2018-04-24 14:38:27 +02:00
Vladimir Krivosheev 11c4d98dc8 cleanup — avoid redundant param 2018-04-24 14:38:27 +02:00
Vladimir Krivosheev 4a8ca8e1fd cleanup — remove unused updateCurrentScheme 2018-04-24 14:38:26 +02:00
Vladimir Krivosheev f52409de94 cleanup — use any 2018-04-24 14:38:26 +02:00
Vladimir Krivosheev 5f9e7989fc get rid of .stream and Comparing.equal 2018-04-24 14:38:26 +02:00
Vladimir Krivosheev 19f8f5e206 ability to have invisible and managed externally run configurations 2018-04-24 14:38:25 +02:00
Vladimir Krivosheev 790ee72407 cleanup (redundant javadoc return) 2018-04-24 14:38:24 +02:00
Dmitry Batkovich 8107bf4226 implicit toString search 2018-04-24 15:35:48 +03:00
Alexey Kudravtsev 2fa0786c16 exception when typing new line near the injection end: PY-22021 2018-04-24 15:22:35 +03:00
Egor Ushakov 72c211c59c better name for interface method - IDEA-CR-31998 2018-04-24 15:16:09 +03:00
Alexey Utkin 10271291eb CPP-12350 Implement calculation of indentation in line from the information of the lexer
* SO inside indent calculation
* line-wide comment as indent anchor
* indent in pure blocks
* improvements in shared indent calculator for enclosed statements
2018-04-24 15:14:22 +03:00
Rustam Vishnyakov 776b754fde Added formatting mode to Java blocks
Needed to distinguish normal formatting from enter handling
2018-04-24 15:12:13 +03:00
Viktoria.Shirunova 4278b5a1c4 [gui-test] editing of build.gradle/pom.xml removed from UI actions to work with file 2018-04-24 14:50:00 +03:00
peter 8adbf3dbb5 add javadoc and @NotNull to Statistician & friends 2018-04-24 13:46:58 +02:00
peter 01237e9d5a consider super type ambiguous if there's one local and one FQN class of the same name (IDEA-CR-31820) 2018-04-24 13:46:58 +02:00
peter cc551074c4 NullableStuffInspection: check overriding params when method is annotated (IDEA-190774) 2018-04-24 13:46:58 +02:00
peter 2d2e21fd6e AbstractMethodWithMissingImplementationsInspection: tolerate queer hierarchy 2018-04-24 13:46:57 +02:00
Roman Shevchenko 26e1497cae Cleanup (fixes suppressions; updates removal targets) 2018-04-24 13:42:13 +02:00
Anton Lobov af587026ca refactor line separator and encoding widgets to share common code
IDEA-190840
IDEA-CR-31987
2018-04-24 13:35:30 +02:00
Konstantin Ulitin 0f7ee927c2 JS debugger: restore registry option to set instrumentation breakpoint
since not all of JS debug configuration types support it
2018-04-24 14:27:53 +03:00
Dmitry.Krasilschikov 2d1f8f9b71 Rename "runAnythingProvider" EP to "runAnythingRunConfigurationProvider"
Since there are number of 'RunAnything' associated providers common name "runAnythingProvider" has been changed to more specific "runAnythingRunConfigurationProvider"
2018-04-24 14:12:44 +03:00
Dmitry.Krasilschikov e315eeed6a IDEA-188811 move 'Run Anything' action to community 2018-04-24 14:12:44 +03:00
Dmitry.Krasilschikov 8fc232367f IDEA-188810 move command execution to RunAnythingCommandCustomizer 2018-04-24 14:12:43 +03:00
Dmitry.Krasilschikov 9b8201a713 define current module by current selected file editor 2018-04-24 14:12:43 +03:00
Dmitry.Krasilschikov 836f63c903 don't show generators if no module/not rails module has been detected 2018-04-24 14:12:43 +03:00
Dmitry.Krasilschikov 53bc0f7319 IDEA-188810 define Debug mode by SHIFT_IS_PRESSED 2018-04-24 14:12:43 +03:00