Commit Graph
249335 Commits
Author SHA1 Message Date
Anna Kozlovaandintellij-monorepo-bot 91f7445298 constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
2019-06-13 03:15:49 +03:00
Egor Zhdanandintellij-monorepo-bot 89bb3c6fda Cleanup: remove useless statements
GitOrigin-RevId: 4d7af2607ee930f79c274db1e21f5f8e10db2541
2019-06-13 03:15:15 +03:00
Egor Zhdanandintellij-monorepo-bot 39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
Roman Shevchenkoandintellij-monorepo-bot ce8e10e6c4 Cleanup (typos; formatting)
GitOrigin-RevId: 78006976246264c7ac4693870651f190197833d2
2019-06-12 14:25:44 +03:00
Bas Leijdekkersandintellij-monorepo-bot dc8ca25448 SSR: enable in-editor problem highlighting by default (IDEA-193706)
GitOrigin-RevId: de6ee926c0e839b16a227334fdfc65f0860a5ee7
2019-06-12 14:25:14 +03:00
Bas Leijdekkersandintellij-monorepo-bot 52c8f5bb76 SSR: determine current variable more accurately (IDEA-210453)
GitOrigin-RevId: 41555bcbea8f617f0a377559ef7aa83137200ca4
2019-06-12 14:24:44 +03:00
Roman Shevchenkoandintellij-monorepo-bot 61e4de3081 [tests] one more FileUtil#delete test case
GitOrigin-RevId: 4f7aa49d97d771dbfed4e6cf06aec6edb946a54c
2019-06-12 14:24:14 +03:00
Dennis Ushakovandintellij-monorepo-bot 8943c839cf don't check essential plugins in test mode
it allows using IJ as an SDK without declaring explicit dependency on java plugin

GitOrigin-RevId: ac42160ec000a5482be050610432894d13e587dc
2019-06-12 14:23:44 +03:00
Roman Shevchenkoandintellij-monorepo-bot 46634d926b Cleanup (minor optimization; typos; formatting)
GitOrigin-RevId: c0c5ca102b81db60372f3f17345344894045cf85
2019-06-12 14:23:14 +03:00
Roman Shevchenkoandintellij-monorepo-bot 3675e7ab24 [spellchecker] +"concatenable"
GitOrigin-RevId: ba7c35d582ffaa9a7b7c703d6f0026aa900a5535
2019-06-12 14:22:44 +03:00
Roman Shevchenkoandintellij-monorepo-bot 400a313dfc Cleanup (warnings; typos; formatting)
GitOrigin-RevId: ca04f6493fc5c9a3e62ba6bb53d652652acc3997
2019-06-12 14:22:14 +03:00
Roman Shevchenkoandintellij-monorepo-bot bdfcb18277 Cleanup (formatting)
GitOrigin-RevId: 0841d10c7b4c8812bac930b06abcfda3e8033e89
2019-06-12 14:21:44 +03:00
peterandintellij-monorepo-bot f751051ec3 IDEA-CR-48225 AsyncFileListener: even more javadoc
GitOrigin-RevId: 61feb3a3c9befa62a3ea530cda78d7860fbd9300
2019-06-12 14:21:14 +03:00
Anna Kozlovaandintellij-monorepo-bot 5d39400130 enable Deannotate intention on references
GitOrigin-RevId: dd392091c47ef6d49f0464070c2b483c6629b8cb
2019-06-12 14:20:44 +03:00
Anna Kozlovaandintellij-monorepo-bot 86368d0efb make ignore if annotated fix low priority (IDEA-215727)
GitOrigin-RevId: bd9547d309bd7dddd4f761b71dcf610d4cb0949b
2019-06-12 14:20:14 +03:00
Ivan Donchevskiiandintellij-monorepo-bot c1f37245a5 CPP-16236: ClangFormat: Use clangd for indentation via ClangFormat
With recent patches for LibFormat and Clangd this becomes
a reasonable option to do before using the former indentation
calculator.

GitOrigin-RevId: ce07300981053d1d9b1b3531d79c463f0d669dd7
2019-06-12 14:19:44 +03:00
Vladimir Krivosheevandintellij-monorepo-bot ac1f0a41de ensure that VFS is not used for product specific workspace file
GitOrigin-RevId: 1119a20467c45f33ee774f97f3d22372e09b51d6
2019-06-12 14:19:14 +03:00
Vladimir Krivosheevandintellij-monorepo-bot b5b8373903 do not schedule save on a new project id - will be in any case saved with related data
GitOrigin-RevId: 8a04e9d19259e4aa1d810c22f1682ab4681d38c6
2019-06-12 14:18:44 +03:00
Roman Shevchenkoandintellij-monorepo-bot 8408c91b96 Cleanup (formatting)
GitOrigin-RevId: ea1f261ccb2ab6c3a147488470df766258a03406
2019-06-12 14:18:13 +03:00
Roman Shevchenkoandintellij-monorepo-bot 2cd589c0de [project] quick fix of IDEA startup crash
A proper fix would be correcting the layout; in progress.

GitOrigin-RevId: 2518136d35da9b9f1c5beb016b2b8028adbf2cec
2019-06-12 14:17:42 +03:00
Mikhail Golubevandintellij-monorepo-bot 0b7d5db754 Add intellij.python.helpers.tests to community modules
GitOrigin-RevId: 7919947b67867047b9b108953dcaa4d47e986db4
2019-06-12 14:17:11 +03:00
Vassiliy.Kudryashovandintellij-monorepo-bot 3acbc54b56 IDEA-215902 Replace icon for 'Open in Find Tool Window' in 4 popups
GitOrigin-RevId: 6d403c554906324aedd0ae6e2382a7c76b8bbebd
2019-06-12 14:16:40 +03:00
Dmitry Batkovichandintellij-monorepo-bot 44af637af8 fix python indexing performance test with prebuilt stubs: fix prebuilt stubs dir path
GitOrigin-RevId: dbd60d5702efff21aa55a2a971c5f0caf0510f3c
2019-06-12 14:16:08 +03:00
Dmitry Batkovichandintellij-monorepo-bot 0c2c7ca340 use more wide parameter type
GitOrigin-RevId: 3ff8fb258a3bac6197f874ee61710146fab03551
2019-06-12 14:15:37 +03:00
Dmitry Batkovichandintellij-monorepo-bot 2ee67f4761 extract generalized StubForwardIndexExternalizer
GitOrigin-RevId: ff7ad119c9c571119d6b58cbdb8bd66439425c32
2019-06-12 14:15:06 +03:00
Dmitry Batkovichandintellij-monorepo-bot af2ad448b7 use partial stub re-serialization for prebuilt stub's merge
GitOrigin-RevId: 1c6a9d92d58a02294a9ef9563b2089250e1cad6c
2019-06-12 14:14:35 +03:00
Dmitry Batkovichandintellij-monorepo-bot 18cd279232 stub partial re-serialization
GitOrigin-RevId: ac5614de964eb5effcb829d060b7081734d73778
2019-06-12 14:14:04 +03:00
Dmitry Batkovichandintellij-monorepo-bot b83a1e124e refactor: extract class
GitOrigin-RevId: 52996398dc915065faa24749860bc834db2dfead
2019-06-12 14:13:32 +03:00
Dmitry Batkovichandintellij-monorepo-bot 74e8515d4d refactor: extract class
GitOrigin-RevId: 67b972164fb981ad8eded939a43c02a191520957
2019-06-12 14:13:01 +03:00
Dmitry Batkovichandintellij-monorepo-bot 07353a7229 java null argument indexing: do not increment index after creation
GitOrigin-RevId: 086661cd6544e6f4ce8e8451289378d4694f2b4f
2019-06-12 14:12:30 +03:00
Dmitry Batkovichandintellij-monorepo-bot 593cc6f022 notnull
GitOrigin-RevId: c4362ac6475b03e20b76d7cdb488240188581220
2019-06-12 14:11:59 +03:00
Dmitry Batkovichandintellij-monorepo-bot d0e8bc8204 properly capitalize fix family name
GitOrigin-RevId: 9cd535c92f7f39341cad41df9b8165fe7717d015
2019-06-12 14:11:27 +03:00
Dmitry Batkovichandintellij-monorepo-bot b7454571ca cleanup
GitOrigin-RevId: 9c7dbe6e8f2e44d1dd1c38da74ef9ccb95c463f5
2019-06-12 14:10:56 +03:00
Evgeniy Stepanovandintellij-monorepo-bot 6ea1300552 Allow to override isInContent in Rider index components
GitOrigin-RevId: a5112079b19af44699512e7df6aceb74e92e32d7
2019-06-12 14:10:25 +03:00
Vitaliy.Bibaevandintellij-monorepo-bot d3ec7993e6 [stats-collector] EA-142047 Fix NPE
GitOrigin-RevId: c9aa98799de8abb1317df70c7fcd3c0af39ab34d
2019-06-12 14:09:53 +03:00
Dmitry Jemerovandintellij-monorepo-bot 84571c241b Check for Windows Defender process exclusions
GitOrigin-RevId: 07f9294290b57ee9157177c9d61511eeb7c59db2
2019-06-12 14:09:22 +03:00
peterandintellij-monorepo-bot 7bbe5d2b80 migrate IndexedFilesListener to async API
GitOrigin-RevId: fa8a7dbf64e56843354fdda9c150326d577e7326
2019-06-12 14:08:51 +03:00
Rustam Vishnyakovandintellij-monorepo-bot 3a58e13268 Create a virtual file first to fix IDEA-215771
When new .editorconfig file is created in the versioned project using New | EditorConfigFile, the prompt to add appears as if it is 'externally added file'

GitOrigin-RevId: e24fae1d0e9970723bacfb917608c4477fe63161
2019-06-12 14:08:20 +03:00
Dmitriy.Panovandintellij-monorepo-bot 06b2cabbe0 update *ApplicationInfo.xml: 'master' branch now targets 2019.3 versions
GitOrigin-RevId: 80624d0664078b984c78e11c078a4b6d95e992e2
2019-06-12 14:07:49 +03:00
Vassiliy Kudryashovandintellij-monorepo-bot 3e879a3c9e IDEA-CR-48244: Icons from 301af9cd9: git@github.com:JetBrains/IntelliJIcons.git
(cherry picked from commit a975980e202837e21bc06f725ddb3bf248365d69)

GitOrigin-RevId: 315ab9dda6cb6371a90533848681372582e123ba
2019-06-12 14:07:18 +03:00
Maxim Kropotovandintellij-monorepo-bot a6e54130b3 intelliLang (AbstractLanguageInjectionSupport): extract common method to show 'edit injection' dialog
GitOrigin-RevId: 4405c969d9f87aded72345844ca9d00af26eb47c
2019-06-12 14:06:46 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 5be6a2dfe4 ES: better name for ModifiableModelsProvider created from ProjectStructure dialog IDEA-187832
GitOrigin-RevId: 75da08832823347c639bc81926d3e95bffea126c
2019-06-12 14:06:15 +03:00
Dmitry Jemerovandintellij-monorepo-bot 2a0712996b Windows Defender checker is a background post-startup activity, registered on Windows only
GitOrigin-RevId: 5a84da82615c3f64918bd7406b213ae61057b630
2019-06-12 14:05:44 +03:00
Dmitriy.Panovandintellij-monorepo-bot 61526a2d5f [icon sync] do not assign investigation for sync from IntelliJIcons
GitOrigin-RevId: 575a5797e18aed3b31e367e14d96f74439a1d39c
2019-06-12 14:05:13 +03:00
Dmitry Jemerovandintellij-monorepo-bot cde0a905d2 Fix execution of file-level actions in Alt-Enter menu (IDEA-215945)
GitOrigin-RevId: 7ed1aeed4e6e3b7379568c2c00d42dd7b388e426
2019-06-12 14:04:41 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 2b7b56f75a ES: distinguish ModifiableModelsProvider created from ProjectStructure dialog IDEA-187832
GitOrigin-RevId: e226d6fc2f94e5a5aa35d87672fee1eab3fc7341
2019-06-12 14:04:10 +03:00
Sergey Boytsovandintellij-monorepo-bot 4430b6249a IDEA-CR-48215: [f] IDEA-212614 removed intermediate set object here
(cherry picked from commit b64fc81b0d7ef29a1f5bd04e98cadb48863c659a)

GitOrigin-RevId: 751d771e0cf02b6bf50e46f29f1d7669a49ab15a
2019-06-12 14:03:39 +03:00
Sergey Boytsovandintellij-monorepo-bot 00472f056b IDEA-CR-48215: [f] renamed value of event_id to more convinient
(cherry picked from commit 833b9b0d27e058ff6f7fdab2250040aaa7dc9ca0)

GitOrigin-RevId: a15969ac9e4ea378bc668e8efa1931edf93ee645
2019-06-12 14:03:08 +03:00
Sergey Boytsovandintellij-monorepo-bot 614894dc19 IDEA-CR-48215: [a] added linespacing to fus logs
(cherry picked from commit 41c5f082c122605e06652be5766444b2815b16a0)

GitOrigin-RevId: 7fea419ac4f4072ec96d7997a49e1de346ebddd4
2019-06-12 14:02:37 +03:00
Mikhail Mazurkevichandintellij-monorepo-bot 664f02c0f8 [intellij-sh] IDEA-215998 Add missing space in Run Anything dialog
GitOrigin-RevId: 6b32d87361a8d90c5e5b4d5174cd3f63e419ca33
2019-06-12 14:02:06 +03:00