Commit Graph
294757 Commits
Author SHA1 Message Date
Andrey.Cherkasov f746cdbdc4 IDEA-251250 add quickfix for JavaDocs annotations for inspection "tag description is missing"
GitOrigin-RevId: 144bc690511b94af09184780d3621ff1e31b9068
2020-10-21 11:33:22 +00:00
Roman Shevchenko 27d30a9099 Cleanup (formatting)
GitOrigin-RevId: 3d6695640a0b1bf1ef459ee6d6ab044c7f66a443
2020-10-21 11:30:04 +00:00
Sergey Simonchik 23b034eda3 json: cleanup
GitOrigin-RevId: 382b32f1cdaea834fa0f8668e10dc01cc5b99f11
2020-10-21 11:28:10 +00:00
Vladimir Krivosheev ceaa6c8e32 fix path resolving for plugin icon
GitOrigin-RevId: 05b808deee649ccd5454c61efbe2dc89caff377f
2020-10-21 11:26:58 +00:00
Vladislav.Soroka 72dcd6e64c [Maven] maven runtime configuration can be optional IDEA-252405
Maven on target can be found w/o explicit configuration, e.g. if it's included into PATH variable

GitOrigin-RevId: a8cc4159efcc2cb423b02cc396f513ecfb731249
2020-10-21 11:24:30 +00:00
Dmitry Batkovich 3065547b80 use extended use scopes (by UseScopeEnlarger)
GitOrigin-RevId: 27b10a3019716a66beaee7101c1ff706caebf757
2020-10-21 11:22:40 +00:00
Alexey Kudravtsev 891b3e6675 avoid try {fail();} catch(Throwable){} antipattern
GitOrigin-RevId: 6f32c10c79f5a5a35f7420dad2e2b991aa0cb49b
2020-10-21 11:13:57 +00:00
RKernel Updater c1b31efcbc Updating versions of project dependencies: rkernelVersion->master.143
RKernel Updater

GitOrigin-RevId: 947260a0578ffb03cbfbf10fac2dacd50b72bdef
2020-10-21 10:44:38 +00:00
elena.korotkova a7d98b9edb Fix text for actions complain
GitOrigin-RevId: 2fd31aaa4e3f7301653dc4186326b90504577bdb
2020-10-21 10:27:56 +00:00
elena.korotkova 6900064ce5 Fix text for actions complain
GitOrigin-RevId: 99289320d0bd6640517c84f6417cef015c781d55
2020-10-21 10:12:43 +00:00
Sergey Simonchik 0211cf3fa8 light edit: inline HELP_ID (IDEA-CR-67851)
GitOrigin-RevId: d46a9e6d3bc152583b2daac2b29ea7dd38ffc141
2020-10-21 10:08:22 +00:00
Sergey Simonchik 76a60a5cbc light edit: open IDE-specific help page from status bar notification tooltip link (IDEA-253454)
GitOrigin-RevId: 402a7068799a4d04b7f0385fe2ae9bef50d3cc09
2020-10-21 09:40:56 +00:00
elena.korotkova 33dcf7e89a Fix no-ID complain
GitOrigin-RevId: 130fa85eda383c1724472e96eb16b924d7666588
2020-10-21 09:20:59 +00:00
RKernel Updater ae48e4fdf7 Updating versions of project dependencies: rkernelVersion->master.142
RKernel Updater

GitOrigin-RevId: 2336c2d02efc4a95aa4759f928e49e90b4256b64
2020-10-21 08:54:28 +00:00
Nikita Eshkeev 4892dae6ca [properties] IDEA-248873 - Cannot programmatically add comments to properties file
This patch changes the check if the left node is a comment with simple equality

Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: 79d6250e1facfc0c25ad277b49f45d9dde7f027f
2020-10-21 08:33:55 +00:00
Vladimir Krivosheev f600f9cdfb kotlin.coroutines.* classes must be loaded from platform provided library otherwise plugin cannot use platform API that uses coroutines
GitOrigin-RevId: 6f951c368ad37ff07a3756608a104d5eda17bd8e
2020-10-21 08:29:26 +00:00
Vladimir Krivosheev bf362bcf0e ensure that parent list of classloaders doesn't have duplicates
GitOrigin-RevId: fbd26deee597d458333715a9022a0f1267f2d34d
2020-10-21 08:29:25 +00:00
Vladimir Krivosheev f4e1e7ff86 cleanup
GitOrigin-RevId: f6ad42c71714098a6ff9117f443e75f69f45d64d
2020-10-21 08:29:24 +00:00
Roman Shevchenko 1751d860da [ui] CCE in plugin configurable (default project ain't got no store)
GitOrigin-RevId: e3f1476125a7028faf7a8a6aece762df974bf840
2020-10-21 07:58:21 +00:00
Dmitry Matveev 9019f36cc6 Fix RIDER-52715 "Uncomment with line comment" shortcut for VSCode keymaps
GitOrigin-RevId: 151381bbcdc13bf9b00f0bc140d29b0daf6b6070
2020-10-21 07:50:23 +00:00
Roman Shevchenko bebaa78e20 Cleanup (warning; formatting)
GitOrigin-RevId: e9ecb57c677cc33f2f013770a71fff1df2ef405b
2020-10-21 07:12:04 +00:00
Vladimir Krivosheev eab61f6721 fix "Attempt to load key 'ide.cycle.scrolling' for not yet loaded registry"
GitOrigin-RevId: 224b3c4fc142c9fa3631bd0a8e3b0b4916f003c3
2020-10-21 06:52:11 +00:00
Andrey Lesnikov 2416e4d7c5 CPP-22344: daemon: Employ @TempDir for tests
GitOrigin-RevId: ab9a75f5949e49997f692226b1f45d0a73cab1e9
2020-10-21 06:21:29 +00:00
Andrey Lesnikov 0d56613b5d Upgrade JUnit to 5.6.0
GitOrigin-RevId: b24a1b983309338c42b37c2be0ca9ec5534c3e00
2020-10-21 06:21:23 +00:00
Vladimir Krivosheev e88ef6402a avoid NPE if project frame is not yet set
GitOrigin-RevId: db67484a2e317d111c9d5c5c0730b19154c4efdb
2020-10-21 05:56:39 +00:00
Vitaly Provodin b8987fdeaa Updating versions of project dependencies: jdkBuild->11_0_8b1152.1
Vitaly Provodin

GitOrigin-RevId: 98a607e1e637f117fb3f02fb340431c378383178
2020-10-21 05:41:59 +00:00
Vladimir.Petrenko aacc2708a7 [CWM-167] use "debug" instead of "info" logging in ParameterInfoControllerProvider
review fix for IJ-CR-3363

GitOrigin-RevId: 6cc335f002d122671760addc497a53efc0ad53cb
2020-10-21 04:14:48 +00:00
Tagir Valeev ccf1adac67 Remove NotNull from java.io.FilterOutputStream constructor parameter
According to JavaDoc, it's valid to create the instance with initial null value

GitOrigin-RevId: 717a09ade7b7804e7759e488a63f52ece4f6e27c
2020-10-21 03:49:13 +00:00
Tagir Valeev 8db9e3f6ab Annotate java.util.zip APIs
GitOrigin-RevId: d77870490b9710d869db2c9f982641884b77e77e
2020-10-21 03:47:51 +00:00
Michael Golubev 8fe4d29680 IDEA-253343: Run Targets - the newly created run target is not selected in the Run Configuration dialog
GitOrigin-RevId: 06088a6e56d1e843a269f45130b5504ce93d0532
2020-10-21 02:10:54 +00:00
Michael Golubev b2063f8016 IDEA-253330 - Run Targets. Wizard launched from Manage targets should know language runtime type
GitOrigin-RevId: 45ac3a8d021d13c1ce480751a3b572e18e885498
2020-10-21 02:10:54 +00:00
Michael Golubev 2e4d7d8bf8 i18n - run targets
GitOrigin-RevId: cf96dbc8cc73d15011f0b4212973306698515edb
2020-10-21 02:10:53 +00:00
Andrew Kozlov 6586a54e87 [dynamic plugins] application level #IDEA-246104
GitOrigin-RevId: f5689685159f65a0eba66a4108ce2c2a17219dd9
2020-10-20 23:41:07 +00:00
Andrew Kozlov f2b215cfbe [dynamic plugins] DisabledPluginsState should not be updated on project closing #IDEA-252873 fixed
GitOrigin-RevId: 13f682c3add6615eb227d5258877120b053a027a
2020-10-20 23:41:06 +00:00
Sergey Karashevich c18825bf04 [IFT] fix icons paths
GitOrigin-RevId: c420f570a180bc1ba4f9b3f1443509002cc5021f
2020-10-20 23:15:40 +00:00
Sergey Karashevich 4940c62966 [IFT] split Learn IDE panel into platform and IFT; make Interactive Courses extendable
GitOrigin-RevId: 8bbee632ea187872b94b273ce815fd722bd940b0
2020-10-20 23:15:39 +00:00
Sergey Karashevich 2643fa9d3b [icons] add chevron icons
GitOrigin-RevId: ee3c286ac0ca1ce22db5d633970d7b415ae57cfe
2020-10-20 23:15:37 +00:00
Vitaliy.Bibaev e76652e951 i18n: Remove unused properties in FeatureStatisticsBundle.properties
GitOrigin-RevId: e4c6f4816a9a62daafe5dd1d650cd40faeea117a
2020-10-20 23:09:47 +00:00
Vitaliy.Bibaev 097c38ee1c i18n: Remove unused properties in DupLocatorBundle.properties
GitOrigin-RevId: d8178327cb8e103b65d93c64adcde42110c46a16
2020-10-20 23:09:46 +00:00
Vitaliy.Bibaev e6485e2535 [memory-agent] IDEA-253276 Broken default behaviour of "Show referring objects" action in case of recursion
GitOrigin-RevId: d4984649ad124923ab30a4a92c1e89db842f18c0
2020-10-20 22:08:54 +00:00
Nikita Eshkeev 5b5caf37a3 [properties] IDEA-248873 - Cannot programmatically add comments to properties file
PropertiesParserDefinition.spaceExistenceTypeBetweenTokens didn't use to check if the left node is a comment and always returned SpaceRequirements.MAY, which resulted in merging newly added comment with the property the comment is for.

This patch adds a check if the left node is a comment and if so the method returns SpaceRequirements.MUST_LINE_BREAK which forces IDEA insert a newline between newly created comment and the property the comment is for

Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: 703548e456b129f01486c8f5a5775923002a336c
2020-10-20 22:08:15 +00:00
Julia Beliaeva 4009c6aa0d [git-index] hide hovered operation icon when mouse leaves the tree
GitOrigin-RevId: f06031048d9f7621dadb71389010e287285df710
2020-10-20 21:47:25 +00:00
Alexander Bubenchikov ef188e3848 Revert "IDEA-253347 add method remove repository by url to gradle-dsl"
This reverts commit 845e5674

GitOrigin-RevId: a6e8a5d8713913e01c1472da6eb8fa9bbaa5dd8d
2020-10-20 20:38:18 +00:00
Alexander Bubenchikov 5dab923873 Revert "IDEA-253347 added dependency-updater plugin to unify dependency management API"
This reverts commit 1428551c

GitOrigin-RevId: 687c346931c9277e0f698b5cca16fb5647143bb8
2020-10-20 20:38:16 +00:00
Alexander Bubenchikov d22523996c Revert "IDEA-253347 gradle dependency api implementation"
This reverts commit 0a57e737

GitOrigin-RevId: 11901288a250652b1bd18c9075415c207548f074
2020-10-20 20:38:14 +00:00
Alexander Bubenchikov 393373b21b Revert "IDEA-253347 GradleProjectModuleOperationProvider now use dependency-updater api"
This reverts commit 0211a781

GitOrigin-RevId: b4876d5a270b34b750a635832bfc0530297a3db2
2020-10-20 20:38:12 +00:00
Alexander Bubenchikov d808b222cc Revert "IDEA-253347 add dependency from pckgs to dep-updater"
This reverts commit 6d4aeb2b

GitOrigin-RevId: 49c3bc2d90e5d83cadaf35ef5dfa429a96afc889
2020-10-20 20:38:11 +00:00
Alexander Bubenchikov dfaf784d22 Revert "fix project structure tests"
This reverts commit a817522c

GitOrigin-RevId: 5de0e395111ab5bd7c79ccac63b2be1447ad773f
2020-10-20 20:38:10 +00:00
Alexander Bubenchikov a32fa17b93 Revert "IDEA-253379 - key maven.always.remove.bad.entries enabled by default now"
This reverts commit a8b9ccbc

GitOrigin-RevId: cdee36d2f50c910aa86a4a02a4758ad541b28dd5
2020-10-20 20:38:09 +00:00
Alexander Bubenchikov bb36ac61c0 Revert "fix charset in tests"
This reverts commit 625a0c0a

GitOrigin-RevId: 2420ef3e7a841594847fca3464a627192b677408
2020-10-20 20:38:07 +00:00