idea/community.git
3 years agoadd test case for duplicated images in image index test
Dmitro Batko [Thu, 20 Feb 2020 11:17:30 +0000 (14:17 +0300)]
add test case for duplicated images in image index test

GitOrigin-RevId: 0087e82c52899216cd9a3fb06c1242154c6a9686

3 years agoindexes: shared index do not reopen chunks
Dmitro Batko [Thu, 20 Feb 2020 11:13:06 +0000 (14:13 +0300)]
indexes: shared index do not reopen chunks

GitOrigin-RevId: 8b27a6460f5dfddd9ae66d3635bc795cdcda87b9

3 years agoIDEA-232980 I can't seem to be able to get my XML to use my local DTD
Dmitry Avdeev [Thu, 20 Feb 2020 10:25:53 +0000 (13:25 +0300)]
IDEA-232980 I can't seem to be able to get my XML to use my local DTD

GitOrigin-RevId: c47089f03d601398c188c4271022c98606f36d00

3 years agoindexes: close unused content hash enumerators on project close
Dmitro Batko [Thu, 20 Feb 2020 10:53:10 +0000 (13:53 +0300)]
indexes: close unused content hash enumerators on project close

GitOrigin-RevId: 887931eafcaf629a2056717e7397fe6d7f8c35cb

3 years agoindexes: use nullable data externalizer for single entry snapshots
Dmitro Batko [Thu, 20 Feb 2020 09:38:50 +0000 (12:38 +0300)]
indexes: use nullable data externalizer for single entry snapshots

GitOrigin-RevId: 8bcaa1b14119fe96af0b817c8f4f5119b0c18976

3 years ago[gradle] fix flaky test: one-time task notification listener should track own task...
Nikita Skvortsov [Thu, 20 Feb 2020 10:29:23 +0000 (13:29 +0300)]
[gradle] fix flaky test: one-time task notification listener should track own task id and ignore irrelevant events

GitOrigin-RevId: 59d70a4732a94b745009368a2f7369adf0327c99

3 years agoExtract Dart Analysis View into the platform and reuse it for the first iteration...
Alexey Kudravtsev [Thu, 20 Feb 2020 10:11:57 +0000 (13:11 +0300)]
Extract Dart Analysis View into the platform and reuse it for the first iteration of IDEA-228090 Problem view for the current file

GitOrigin-RevId: 0bf69088bd737b0ed068db95301b1e373550c281

3 years agoreplace setAlternativeResolveEnabled usages with less error-prone runWith...
Alexey Kudravtsev [Thu, 20 Feb 2020 10:08:56 +0000 (13:08 +0300)]
replace setAlternativeResolveEnabled usages with less error-prone runWith...

GitOrigin-RevId: edd9498c1d794686c353f8a66ee9248243fbcd23

3 years agooptimization: show unused symbols faster
Alexey Kudravtsev [Tue, 18 Feb 2020 10:02:26 +0000 (13:02 +0300)]
optimization: show unused symbols faster

GitOrigin-RevId: cc4ef8f9cfb9323a2e50419f2b10a45bfe56d2d9

3 years agocleanup
Alexey Kudravtsev [Mon, 17 Feb 2020 15:24:09 +0000 (18:24 +0300)]
cleanup

GitOrigin-RevId: 807c1aeae98a7e770d5d47166c73b754634f88ed

3 years ago[followup] IDEA-231063 [jcef] implement custom scheme handler for "file://" protocol
Anton Tarasov [Thu, 20 Feb 2020 10:15:04 +0000 (13:15 +0300)]
[followup] IDEA-231063 [jcef] implement custom scheme handler for "file://" protocol

My original interpretation of the JCEF's suggestion that the "file:" problem should be solved by adding a "custom scheme handler" was incorrect. So I read it as a handler for "a custom scheme". Then I followed the javadoc for CefApp.onRegisterCustomSchemes(CefSchemeRegistrar registrar) that says: "Register a custom scheme. This method should not be called for the built-in HTTP, HTTPS, FILE, FTP, ABOUT and DATA schemes." And so I'd implemented a custom scheme replacing "file:" and a handler for it. Actually, the correct interpretation should be: a custom handler for the standard "file:" scheme. So I did it in this fix.

GitOrigin-RevId: d7fa2616bd53839f980565d98f8612783b115268

3 years ago[java] remove unused EvaluationFeedbackRequest.html file
nik [Thu, 20 Feb 2020 09:36:45 +0000 (12:36 +0300)]
[java] remove unused EvaluationFeedbackRequest.html file

The actual file with the same name is located and used in intellij.platform.commercial module.

GitOrigin-RevId: 0256ab91cca3c10c94aeb897cfe159ecaeb1a9b9

3 years ago[i18n] move AntBundle.properties from Java plugin to Ant plugin (IDEA-209382)
nik [Thu, 20 Feb 2020 09:30:10 +0000 (12:30 +0300)]
[i18n] move AntBundle.properties from Java plugin to Ant plugin (IDEA-209382)

GitOrigin-RevId: 262b711703b2e18e51306c0b11383cb51334d6cd

3 years ago[i18n] rename JamBundle to JavaJamBundle for consistency with naming scheme (IDEA...
nik [Thu, 20 Feb 2020 09:27:30 +0000 (12:27 +0300)]
[i18n] rename JamBundle to JavaJamBundle for consistency with naming scheme (IDEA-229829)

Also JavaJamBundle.properties is moved to java.jam module (IDEA-209382).

GitOrigin-RevId: 0b9a1da0706051515001388d9d88b027710e5e6c

3 years ago[java] move JavaCompilerBundle.properties to java.compiler module (IDEA-209382)
nik [Thu, 20 Feb 2020 09:24:06 +0000 (12:24 +0300)]
[java] move JavaCompilerBundle.properties to java.compiler module (IDEA-209382)

This way it'll be suggested by default as target bundle for messages in java.compiler* modules.

GitOrigin-RevId: 6e163adc7b7c73d839b0a787c09683c03b5f1260

3 years ago[java] rename DebuggerBundle.properties to JavaDebuggerBundle.properties
nik [Thu, 20 Feb 2020 09:21:27 +0000 (12:21 +0300)]
[java] rename DebuggerBundle.properties to JavaDebuggerBundle.properties

...for consistency with the naming scheme (IDEA-229829). Also the properties file is moved to java.debugger module (IDEA-209382). This way it'll be also suggested by default when internationalizing messages in java.debugger module.

GitOrigin-RevId: 41da8f21d6515fc75c3f7af807bf8aa215dbc4c7

3 years ago[java] rename DebuggerBundle to JavaDebuggerBundle for consistency with the naming...
nik [Thu, 20 Feb 2020 09:16:48 +0000 (12:16 +0300)]
[java] rename DebuggerBundle to JavaDebuggerBundle for consistency with the naming scheme (IDEA-229829)

This way we'll be able to automatically suggest it as target bundle for messages in java.debugger* modules.

GitOrigin-RevId: 4e9d9d1a6e4d7429100ba04e7ad0f295158f042e

3 years ago[java] move some properties used in java.debugger* modules to DebuggerBundle (IDEA...
nik [Thu, 20 Feb 2020 09:09:25 +0000 (12:09 +0300)]
[java] move some properties used in java.debugger* modules to DebuggerBundle (IDEA-209382)

GitOrigin-RevId: 0bc6673c1bce4d1d7356f958c694a1f1db8209cf

3 years ago[i18n] move properties used in JSP plugin to a separate bundle (IDEA-209382)
nik [Thu, 20 Feb 2020 08:46:38 +0000 (11:46 +0300)]
[i18n] move properties used in JSP plugin to a separate bundle (IDEA-209382)

GitOrigin-RevId: cd13f4820e3f8d3db94c32b1ec235a38c81b77fa

3 years agoPY-40651 Fix review remarks
andrey.matveev [Mon, 17 Feb 2020 11:53:59 +0000 (18:53 +0700)]
PY-40651 Fix review remarks

GitOrigin-RevId: b3dd6ed557294cfffe3bd8e80e28b6dff95adfc6

3 years agoPY-40651 Fix long calculation of number of occurrences in scope
andrey.matveev [Mon, 17 Feb 2020 10:35:13 +0000 (17:35 +0700)]
PY-40651 Fix long calculation of number of occurrences in scope

GitOrigin-RevId: b3173fe163f9b2f5edcc537e8b27f9f8437f82d0

3 years agomade AnnotationsPreloader a Service
Egor Ushakov [Thu, 20 Feb 2020 09:53:22 +0000 (12:53 +0300)]
made AnnotationsPreloader a Service

GitOrigin-RevId: 893c1be5d3366bad1b283970eba990b25a8db016

3 years agoAvoid NPE on non-initialized form
Alexander Zolotov [Thu, 20 Feb 2020 09:20:16 +0000 (12:20 +0300)]
Avoid NPE on non-initialized form

GitOrigin-RevId: e545e2ae5cc324447f9b864d74b4d618c375aacb

3 years agorollback c9a76185, it seems to cause NPE
Dmitry Batrak [Thu, 20 Feb 2020 09:48:52 +0000 (12:48 +0300)]
rollback c9a76185, it seems to cause NPE

GitOrigin-RevId: 1bca5413f53b5f97a46cbe63b3941504735af8a9

3 years agoi18n inspections
Anna.Kozlova [Thu, 20 Feb 2020 09:39:43 +0000 (10:39 +0100)]
i18n inspections

GitOrigin-RevId: c21f3655f39777e5a7b4961966473f79fd93bf19

3 years agoi18n type migration
Anna.Kozlova [Thu, 20 Feb 2020 08:54:58 +0000 (09:54 +0100)]
i18n type migration

GitOrigin-RevId: 2a64c3d2758d4d86121c1db51383b8e64d15ead7

3 years agoremote targets: support running java tests
Anna.Kozlova [Thu, 20 Feb 2020 08:49:15 +0000 (09:49 +0100)]
remote targets: support running java tests

GitOrigin-RevId: db71504b6383a20d3bb1bcb0d8a59afdf8795968

3 years agoIDEA-233367 Flame chart filter slider
maksim.pelevin [Thu, 20 Feb 2020 09:24:43 +0000 (12:24 +0300)]
IDEA-233367 Flame chart filter slider

GitOrigin-RevId: d7486fbcde985a624154c090dc66d221eff94040

3 years agoGO-8357 allow enabling validation of ComponentValidator externally
Artem Khvastunov [Thu, 20 Feb 2020 09:12:09 +0000 (10:12 +0100)]
GO-8357 allow enabling validation of ComponentValidator externally

GitOrigin-RevId: 0866991e7edc03899916884ed02788d810389045

3 years agoGO-8357 add convenient method to ComponentValidator to register document listener
Artem Khvastunov [Thu, 20 Feb 2020 09:10:48 +0000 (10:10 +0100)]
GO-8357 add convenient method to ComponentValidator to register document listener

GitOrigin-RevId: 61ed3316959b66c1d7203aa38a93ef4c054be581

3 years agoMove dumb mode notification to update() method [IDEA-CR-58568]
Rustam Vishnyakov [Wed, 19 Feb 2020 14:55:36 +0000 (17:55 +0300)]
Move dumb mode notification to update() method [IDEA-CR-58568]

GitOrigin-RevId: 4298703a60b7f4f2d954068fa19b467e26eec3eb

3 years agoAllow ShowIntentionActionsAction to be used in dumb mode, show a notification for...
Rustam Vishnyakov [Tue, 18 Feb 2020 16:08:09 +0000 (19:08 +0300)]
Allow ShowIntentionActionsAction to be used in dumb mode, show a notification for a regular project

LightEdit mode is always dumb. As a result no intentions are shown even if they are dumb-aware themselves.

GitOrigin-RevId: f99cfc711a055faf85a8cc7ea4b81f37474dd1f8

3 years agoMake LightEditOpenInProjectIntention dumb-mode-aware
Rustam Vishnyakov [Tue, 18 Feb 2020 13:39:55 +0000 (16:39 +0300)]
Make LightEditOpenInProjectIntention dumb-mode-aware

GitOrigin-RevId: 64ff18f5a12f1cf57551e92a4542960b77b2c9b9

3 years agoindexes: single entry snapshot indexes should use corresponding diff builder
Dmitro Batko [Wed, 19 Feb 2020 18:53:58 +0000 (21:53 +0300)]
indexes: single entry snapshot indexes should use corresponding diff builder

GitOrigin-RevId: ad332a51e3a3a5e9536784a518d5a5921682ef5d

3 years agocleanup: use utility method
Dmitro Batko [Thu, 20 Feb 2020 04:01:55 +0000 (07:01 +0300)]
cleanup: use utility method

GitOrigin-RevId: c54c8d48bc06f1333871682f732f5eb574f0a2c6

3 years agoindexes: cleanup
Dmitro Batko [Thu, 20 Feb 2020 06:52:35 +0000 (09:52 +0300)]
indexes: cleanup

GitOrigin-RevId: 5f68e4201b07a7a285b73a82b64434b67e68acbc

3 years agoproject configuration file only persistence state component
Vladimir Krivosheev [Thu, 20 Feb 2020 09:00:29 +0000 (10:00 +0100)]
project configuration file only persistence state component

GitOrigin-RevId: 379ca9fa651ce43bd3747315b2ef3a1f9692ade9

3 years ago[i18n] move properties used in java.i18n module to a JavaI18nBundle (IDEA-209382)
nik [Thu, 20 Feb 2020 08:45:29 +0000 (11:45 +0300)]
[i18n] move properties used in java.i18n module to a JavaI18nBundle (IDEA-209382)

GitOrigin-RevId: dd73005d034f5c1164958b070caa638f9ab7fe19

3 years ago[jsp] inline JspInspectionGroupNames.JSP_INSPECTIONS constant to allow dynamic change...
nik [Thu, 20 Feb 2020 08:23:36 +0000 (11:23 +0300)]
[jsp] inline JspInspectionGroupNames.JSP_INSPECTIONS constant to allow dynamic change of locale

GitOrigin-RevId: 74ca25a1c56d7507d49a2de237218c74197a34dd

3 years agoEnhancedSwitchMigrationInspection: proper condition for non-exhaustive switch
Roman.Ivanov [Thu, 20 Feb 2020 08:35:27 +0000 (15:35 +0700)]
EnhancedSwitchMigrationInspection: proper condition for non-exhaustive switch

GitOrigin-RevId: 7e0310220f13821a87cc0e231d12f403af65b4e1

3 years agoremote targets: support running junit tests (WIP)
Anna.Kozlova [Wed, 19 Feb 2020 11:18:26 +0000 (12:18 +0100)]
remote targets: support running junit tests (WIP)

GitOrigin-RevId: bc668258ac34d2da2394720455e5b1a500ffc9f7

3 years agocleanup
Vladimir Krivosheev [Thu, 20 Feb 2020 08:27:06 +0000 (09:27 +0100)]
cleanup

GitOrigin-RevId: 42094d307039220bda2af624c820cf70aa6c8415

3 years agoadd XDG_CURRENT_DESKTOP to About extra info
Konstantin Bulenkov [Thu, 20 Feb 2020 08:24:36 +0000 (09:24 +0100)]
add XDG_CURRENT_DESKTOP to About extra info

GitOrigin-RevId: 8f11b09d3c005adee9821a9df126d25b019a07b2

3 years ago[usages view] move classes from usageView package to platform.usageView module
nik [Thu, 20 Feb 2020 07:51:38 +0000 (10:51 +0300)]
[usages view] move classes from usageView package to platform.usageView module

Also rename UsageView.properties to UsageViewBundle.properties to follow naming convention for message bundles.

GitOrigin-RevId: 084ce4039b02307b1d09ef09842154a6a697fca9

3 years ago[java] use proper bundle to fix invalid property key reference
nik [Thu, 20 Feb 2020 07:48:06 +0000 (10:48 +0300)]
[java] use proper bundle to fix invalid property key reference

GitOrigin-RevId: 5fdaf883da0cc27e7a8b79d0c1d907545b86a6c6

3 years ago[diff] fix unresolved message property reference
nik [Thu, 20 Feb 2020 07:45:59 +0000 (10:45 +0300)]
[diff] fix unresolved message property reference

GitOrigin-RevId: 9dcefd0309fbf7426db7e8bf267c140b87949fe0

3 years ago[i18n] move VcsBundle to platform.vcs.core module (IDEA-209382)
nik [Thu, 20 Feb 2020 07:34:47 +0000 (10:34 +0300)]
[i18n] move VcsBundle to platform.vcs.core module (IDEA-209382)

GitOrigin-RevId: cfd2a0748d4f3a4fc62eac0177edd853e2b62b1d

3 years agoPluginsMetaLoader: remove unused method
Prendota [Thu, 20 Feb 2020 07:40:18 +0000 (10:40 +0300)]
PluginsMetaLoader: remove unused method

GitOrigin-RevId: c954119b32276f48e9824eb7541e211501540be0

3 years ago[i18n] cleanup: remove unused properties
nik [Wed, 19 Feb 2020 15:21:52 +0000 (18:21 +0300)]
[i18n] cleanup: remove unused properties

GitOrigin-RevId: 2b0657b72fd86f7ab6edb984a40652637c6fccb7

3 years ago[i18n] move properties used in platform.credentialStore module to a separate bundle...
nik [Wed, 19 Feb 2020 15:19:37 +0000 (18:19 +0300)]
[i18n] move properties used in platform.credentialStore module to a separate bundle (IDEA-209382)

GitOrigin-RevId: 057bb93bcc21df1d8fcc9102dcf440bd08aa3119

3 years ago[i18n] move properties used in copyright plugin to a separate bundle (IDEA-209382)
nik [Wed, 19 Feb 2020 15:08:21 +0000 (18:08 +0300)]
[i18n] move properties used in copyright plugin to a separate bundle (IDEA-209382)

GitOrigin-RevId: 18c03aa45209a0794bc2a52eb262bfe838819864

3 years ago[i18n] move properties used in java.coverage plugin to a separate bundle (IDEA-209382)
nik [Wed, 19 Feb 2020 14:56:03 +0000 (17:56 +0300)]
[i18n] move properties used in java.coverage plugin to a separate bundle (IDEA-209382)

GitOrigin-RevId: d0058c30e653749e38315e29c4b5e57c7a27e958

3 years ago[i18n] move properties used in platform.coverage module to CoverageBundle (IDEA-209382)
nik [Wed, 19 Feb 2020 14:55:39 +0000 (17:55 +0300)]
[i18n] move properties used in platform.coverage module to CoverageBundle (IDEA-209382)

GitOrigin-RevId: b273a2a9f178ce1d01bbe2a8538e87d2ec4cbc69

3 years agoIDEA-229503 Display javadoc rendered representation in editor
Dmitry Batrak [Thu, 20 Feb 2020 07:08:26 +0000 (10:08 +0300)]
IDEA-229503 Display javadoc rendered representation in editor

speed up JEditorPane creation - don't parse CSS rules every time

GitOrigin-RevId: c9a761850eaef49aca627c10049bcb7846280053

3 years agoInlay hints: hover should exit mouse of changed presentation
Roman.Ivanov [Wed, 19 Feb 2020 15:22:48 +0000 (22:22 +0700)]
Inlay hints: hover should exit mouse of changed presentation

GitOrigin-RevId: 19f46ea00c82224b09617fdf45925ecdc5baa737

3 years agoCleanup (test data formatting)
Roman Shevchenko [Wed, 19 Feb 2020 23:30:33 +0000 (00:30 +0100)]
Cleanup (test data formatting)

GitOrigin-RevId: dd51abac3d12cd5fcf23e2babccb1e0962ec2917

3 years agoterminal: move to bundle some actions (IDEA-231958)
Sergey Simonchik [Wed, 19 Feb 2020 22:30:40 +0000 (01:30 +0300)]
terminal: move to bundle some actions (IDEA-231958)

GitOrigin-RevId: db79f447bcbed80ad6c682dfa5589360e6247d14

3 years agojavafx + testng i18n cleanup
Olga.Klisho [Wed, 19 Feb 2020 22:18:37 +0000 (01:18 +0300)]
javafx + testng i18n cleanup

GitOrigin-RevId: ffa35c48c2ab44a36fb09b6b0e7f0b63a065ca24

3 years agomove to bundle "Select Next Tab", "Select Previous Tab", "Show List of Tabs", "Show...
Sergey Simonchik [Wed, 19 Feb 2020 22:01:48 +0000 (01:01 +0300)]
move to bundle "Select Next Tab", "Select Previous Tab", "Show List of Tabs", "Show List of Views" (IDEA-231958)

GitOrigin-RevId: 6112a1f6af94b192096b2bf784635e6e74852389

3 years agosmall IDE new project wizard: i18n
Dennis Ushakov [Wed, 19 Feb 2020 16:11:55 +0000 (19:11 +0300)]
small IDE new project wizard: i18n

GitOrigin-RevId: d86441c2414ad44ba2a0d61ec1ab5c1f83544bc3

3 years agorebuild actions model after plugin removal
Dennis Ushakov [Wed, 19 Feb 2020 14:10:41 +0000 (17:10 +0300)]
rebuild actions model after plugin removal

GitOrigin-RevId: 62777753a0ac4d44597ee740a2a81651e313dc46

3 years agoclear language cache even if extension is not removed
Dennis Ushakov [Wed, 19 Feb 2020 13:12:43 +0000 (16:12 +0300)]
clear language cache even if extension is not removed

GitOrigin-RevId: 8bb03573b5053a7dac9188b252ae21181c13928a

3 years agocleanup Find Usages after test, not before next one
Dennis Ushakov [Wed, 19 Feb 2020 13:12:00 +0000 (16:12 +0300)]
cleanup Find Usages after test, not before next one

GitOrigin-RevId: 538a2a655b3dce14cafd9b2793d8ec99861a5423

3 years ago[intellij-sh] Simplify process declaration
Mikhail Mazurkevich [Wed, 19 Feb 2020 20:34:35 +0000 (23:34 +0300)]
[intellij-sh] Simplify process declaration

GitOrigin-RevId: f46093dc9cd56b5eeea7c1391ff4f490b22bbfbf

3 years agoSave splitter proportions per project
Ilya usov [Wed, 19 Feb 2020 13:41:15 +0000 (16:41 +0300)]
Save splitter proportions per project

GitOrigin-RevId: 5105213b4a2d09a12461c49cdcf48f9bf68c9d6f

3 years agoAdd isHeaderVisible and getHeaderToolbar api
Ilya usov [Wed, 19 Feb 2020 09:47:53 +0000 (12:47 +0300)]
Add isHeaderVisible and getHeaderToolbar api

GitOrigin-RevId: f71f6f0acc13e980c0a9dc4bba8b995ffa109061

3 years agoAdd setTopLeftToolbar and setTopRightToolbar Api
Ilya usov [Wed, 19 Feb 2020 09:45:42 +0000 (12:45 +0300)]
Add setTopLeftToolbar and setTopRightToolbar Api

Remove useless isToolbarHorizontal and setToolbarHorizontal methods

GitOrigin-RevId: afe121b62db941e2959b1a94c529502599fbb5ba

3 years agoImpl NonProportionalOnePixelSplitter and PersistentThreeComponentSplitter
Ilya usov [Wed, 19 Feb 2020 09:37:15 +0000 (12:37 +0300)]
Impl NonProportionalOnePixelSplitter and PersistentThreeComponentSplitter

GitOrigin-RevId: 31d75209a21f1559e688f44b707fed9d71765628

3 years agojdk-auto - detect missing JDKs from shared run configurations
Eugene Petrenko [Wed, 19 Feb 2020 20:12:12 +0000 (21:12 +0100)]
jdk-auto - detect missing JDKs from shared run configurations

GitOrigin-RevId: e70eb690dbdeaa54e8aa8b9a1634eb0cc91b4c6e

3 years agojdk-auto - longer merging time
Eugene Petrenko [Wed, 19 Feb 2020 19:01:19 +0000 (20:01 +0100)]
jdk-auto - longer merging time

GitOrigin-RevId: dbd1f96decfc76f64cc695f6b8577d4b1391c713

3 years agojdk-auto - support internal hints via intellij.yaml
Eugene Petrenko [Wed, 19 Feb 2020 17:59:47 +0000 (18:59 +0100)]
jdk-auto - support internal hints via intellij.yaml

GitOrigin-RevId: 9a181555608600a42a92139a2d8616d4b8555674

3 years ago[i18n] AboutAction, AboutPopup
Vladislav Rassokhin [Wed, 19 Feb 2020 19:43:30 +0000 (22:43 +0300)]
[i18n] AboutAction, AboutPopup

GitOrigin-RevId: 2451bbcc0be270516b51c1a24184d93f032bcd3a

3 years agolog error if cannot find property during json schema generation
Vladimir Krivosheev [Wed, 19 Feb 2020 18:32:51 +0000 (19:32 +0100)]
log error if cannot find property during json schema generation

GitOrigin-RevId: 2ce2b9d196c96eafb663052ef27260337faa292b

3 years ago[git] IDEA-232511: Introduce OptionButton with Squash and Fixup actions
Nikolay Rykunov [Tue, 18 Feb 2020 21:29:28 +0000 (00:29 +0300)]
[git] IDEA-232511: Introduce OptionButton with Squash and Fixup actions

GitOrigin-RevId: 277ff2efe854061630f9cf2e5799ee80dbb6c284

3 years ago[git] IDEA-232511: Introduce Squash action
Nikolay Rykunov [Tue, 18 Feb 2020 21:16:39 +0000 (00:16 +0300)]
[git] IDEA-232511: Introduce Squash action

It is not pure git Squash action. This action uses Reword and Fixup actions to create single commit with concatenation of commit messages.

GitOrigin-RevId: 2a4e35ba58ab055aa4eafad58c8a6e1a0088b272

3 years ago[git] IDEA-233218: Fixup commits only to existed entry
Nikolay Rykunov [Tue, 18 Feb 2020 12:30:16 +0000 (15:30 +0300)]
[git] IDEA-233218: Fixup commits only to existed entry

GitOrigin-RevId: eec303d58bab0d79f72445c3fcda47d77f4ae20c

3 years ago[git] IDEA-232630: Create custom component once
Nikolay Rykunov [Tue, 11 Feb 2020 11:18:45 +0000 (14:18 +0300)]
[git] IDEA-232630: Create custom component once

GitOrigin-RevId: 08f1ffb6a9331c2236a7291cd2a8b7206f88497f

3 years ago[ui] Option Button: Inherit mnemonic index
Nikolay Rykunov [Mon, 10 Feb 2020 19:10:08 +0000 (22:10 +0300)]
[ui] Option Button: Inherit mnemonic index

GitOrigin-RevId: 29c432ef2d2885799e4efcc5c93d91afb29b1339

3 years agodo not allow to modify this set directly
Sergey Malenkov [Wed, 19 Feb 2020 18:36:20 +0000 (21:36 +0300)]
do not allow to modify this set directly

GitOrigin-RevId: 1cf5133d0b14a4af19483a5f27789fcad6663915

3 years agoEA-224232: AIOOBE: WideSelectionListUI.paintCell
Sergey Malenkov [Wed, 19 Feb 2020 18:34:02 +0000 (21:34 +0300)]
EA-224232: AIOOBE: WideSelectionListUI.paintCell

GitOrigin-RevId: 08f90af7078264b97bdd59859be62fe2070bb448

3 years agoEA-223673: NPE: BuildTreeConsoleView$ExecutionNodeAutoExpandingListener.maybeExpand
Sergey Malenkov [Wed, 19 Feb 2020 15:12:17 +0000 (18:12 +0300)]
EA-223673: NPE: BuildTreeConsoleView$ExecutionNodeAutoExpandingListener.maybeExpand

GitOrigin-RevId: 83db95edb31584eea30a349f1ec1044510652880

3 years agoindexes: stub indexes chunk loading
Dmitro Batko [Wed, 19 Feb 2020 16:44:15 +0000 (19:44 +0300)]
indexes: stub indexes chunk loading

GitOrigin-RevId: 18b444d55cea8460dca8394ca49977551635f132

3 years agoindexes: StubUpdatingIndex should use its own configurable forward index externalizer
Dmitro Batko [Wed, 19 Feb 2020 16:43:49 +0000 (19:43 +0300)]
indexes: StubUpdatingIndex should use its own configurable forward index externalizer

GitOrigin-RevId: 9e058781d62db84e3e92fbd17892f774d986cc34

3 years agoadd override annotation
Dmitro Batko [Wed, 19 Feb 2020 12:00:54 +0000 (15:00 +0300)]
add override annotation

GitOrigin-RevId: e9f637adc40a6e15193bb693d13166ae186e9d4a

3 years agoremove unnecessary synchronization
Dmitro Batko [Wed, 19 Feb 2020 11:57:15 +0000 (14:57 +0300)]
remove unnecessary synchronization

GitOrigin-RevId: 5d141515d6346b4c8b4ad9e495935f03769d7c0d

3 years agoindexes: fix PHM javadoc
Dmitro Batko [Wed, 19 Feb 2020 11:49:33 +0000 (14:49 +0300)]
indexes: fix PHM javadoc

GitOrigin-RevId: de901170bcd5088cacc8dcd2412a253442a4438e

3 years agoinspection view: use read action EA-213167
Dmitro Batko [Wed, 19 Feb 2020 11:22:32 +0000 (14:22 +0300)]
inspection view: use read action EA-213167

GitOrigin-RevId: 1f5076a9fe1b04bda9d14c753666d4cfa9414e61

3 years agoindexes: do not log errors on index storage clear
Dmitro Batko [Wed, 19 Feb 2020 10:56:05 +0000 (13:56 +0300)]
indexes: do not log errors on index storage clear

GitOrigin-RevId: 3b51c5f33d0f53846a0647cfff54088336512490

3 years agoindexes: persistent enumerator should tolerate to data retrieval by un-existed idx
Dmitro Batko [Wed, 19 Feb 2020 10:51:08 +0000 (13:51 +0300)]
indexes: persistent enumerator should tolerate to data retrieval by un-existed idx

GitOrigin-RevId: 60775323d140bddbf915af0d249176056215ef4c

3 years agomore on i18n
Sergey Ignatov [Wed, 19 Feb 2020 17:46:58 +0000 (20:46 +0300)]
more on i18n

GitOrigin-RevId: e4adf68340226b9d5fd6f8b752bc84aa0ad70990

3 years agoFileTypeFactory: javadoc
Yann Cébron [Wed, 19 Feb 2020 15:56:32 +0000 (16:56 +0100)]
FileTypeFactory: javadoc

GitOrigin-RevId: d115c7eaa73ca16f307572fde017ced20f37baec

3 years agoshow a hieroglyph if we have language plugins enabled
Sergey Ignatov [Wed, 19 Feb 2020 17:09:50 +0000 (20:09 +0300)]
show a hieroglyph if we have language plugins enabled

GitOrigin-RevId: fe027fadee44cb482504af28975f5ed26681eba4

3 years agodiagnostics for EA-220773 - assert: CallerMethodsTreeStructure.buildChildren
Sergey Ignatov [Tue, 18 Feb 2020 14:29:28 +0000 (17:29 +0300)]
diagnostics for EA-220773 - assert: CallerMethodsTreeStructure.buildChildren

GitOrigin-RevId: 4056e6b970918187e8ec3cce46b9934f13ae467b

3 years agoremove useless suppression
Sergey Ignatov [Tue, 18 Feb 2020 14:24:29 +0000 (17:24 +0300)]
remove useless suppression

GitOrigin-RevId: c28a4ec6f60627a94e12ed19ef19e8f37071814f

3 years agoFileLocalStringEnumerator: replace static function "readEnumeratedStrings" with simpl...
Sergey Patrikeev [Wed, 19 Feb 2020 16:46:02 +0000 (19:46 +0300)]
FileLocalStringEnumerator: replace static function "readEnumeratedStrings" with simpler instance function "read".

GitOrigin-RevId: ec22c8ed49a51a275c8813c9c496366230d0523c

3 years ago[proj-gen][MicroProfile] make it as part of CDI plugin
Vladimir.Petrenko [Wed, 19 Feb 2020 11:17:24 +0000 (14:17 +0300)]
[proj-gen][MicroProfile] make it as part of CDI plugin

So, MicroProfile in not more a separate plugin

GitOrigin-RevId: 9d98dc2b4302f98cbfa8b95477b94e568d8ae544

3 years ago[proj-gen][FrameworkStarter] convert from "module" into "plugin" + make gradle and...
Vladimir.Petrenko [Tue, 18 Feb 2020 17:20:02 +0000 (20:20 +0300)]
[proj-gen][FrameworkStarter] convert from "module" into "plugin" + make gradle and maven task optionally dependent

To prevent problems with dependencies on gradle and maven plugins.

GitOrigin-RevId: c83bd819efd49b37220185acf3b99246c12659f7

3 years ago[proj-gen] add Microprofile Starter (stage -1 of N)
Vladimir.Petrenko [Mon, 3 Feb 2020 16:59:30 +0000 (19:59 +0300)]
[proj-gen] add Microprofile Starter (stage -1 of N)

GitOrigin-RevId: 6287f2584bde60084eb661f57e45d32bb7340099

3 years ago[intellij-sh] Improve resolving by replace getPrevSibling to direct children iteration
Mikhail Mazurkevich [Wed, 19 Feb 2020 16:47:15 +0000 (19:47 +0300)]
[intellij-sh] Improve resolving by replace getPrevSibling to direct children iteration

GitOrigin-RevId: 3a1067621348ce96c51719c5a376a3f67a33e999

3 years ago[groovy] Avoid NPE when querying method text
Konstantin.Nisht [Wed, 19 Feb 2020 16:17:21 +0000 (19:17 +0300)]
[groovy] Avoid NPE when querying method text

GitOrigin-RevId: d1a80513b88edc0e5407f7632d955bd7d74fabd2