Anna.Kozlova
f92844207a
unused imports: don't warn if resolve produces no results but multi resolve does (IDEA-206347)
2019-01-31 18:22:13 +01:00
Anna.Kozlova
600438d003
to LightTest
2019-01-31 18:22:13 +01:00
Anna.Kozlova
f2b9476d0f
disable create method from usage/change signature based on void argument (IDEA-205710)
2019-01-31 18:22:13 +01:00
Anna.Kozlova
c70be8885a
remove redundant junit dependency
2019-01-31 18:22:13 +01:00
Icons_Sync_Robot
96e9240525
Synchronization of changed icons from git@github.com:JetBrains/IntelliJIcons.git: 3b0ec28dedb0464d0ce4124d39b2036f0e4c8c4a
2019-01-31 19:49:28 +03:00
Dmitry.Krasilschikov
43c6396375
IDEA-200666 IDEA-206340 preserve focus on RL list
2019-01-31 18:46:56 +02:00
Dmitry.Krasilschikov
27a95666bb
IDEA-200666 IDEA-206205 save closed editor recent location
2019-01-31 18:46:56 +02:00
Vladimir Lagunov
072c5aa03f
PY-33809 Reword checkbox text in python sudo interpreter
2019-01-31 19:11:31 +03:00
Bas Leijdekkers
0bc9e33f28
disable Move statement up/down on strange case block selection (IDEA-CR-41973)
2019-01-31 17:10:26 +01:00
peter
9f955c1182
java PIEAE diagnostics, blame plugins where possible (EA-135158, EA-135126, EA-135093, EA-134991)
2019-01-31 16:49:54 +01:00
peter
7cfc7fa088
blame plugins on EA-134737 - ISE: DefaultWordsScanner.processWords
2019-01-31 16:49:54 +01:00
Vitaliy.Bibaev
02eb98d0a7
[memory-agent] Check that finding of gc paths does not create new gc roots
2019-01-31 18:33:08 +03:00
Vitaliy.Bibaev
4d7cacbf01
[memory-agent] Update version: 0.0.7 and integrate new data format
2019-01-31 18:33:08 +03:00
Vitaliy.Bibaev
42f80e2e10
[memory-agent] Add ability to specify path to memory agent library and force debugger to use it instead of bundled one
2019-01-31 18:33:08 +03:00
Vitaliy.Bibaev
ccfae984f9
[memory-agent] Add ability to enable logging for memory agent
2019-01-31 18:33:08 +03:00
Vitaliy.Bibaev
6ec9efedb4
[memory-agent] Minor: add registry description
2019-01-31 18:33:08 +03:00
Daniil Ovchinnikov
17e0a2a470
[groovy] cleanup: remove unused constructor of AccessorProcessor
2019-01-31 18:27:38 +03:00
peter
b441366571
live template FUS: add plugin info, include only bundled templates, anonymize other templates (IDEA-CR-42283, FUS-179)
2019-01-31 16:20:58 +01:00
Nikolay Kuznetsov
f584af6c7e
Add a mechanism for injecting code before application startup
...
Currently this is needed for Rider to start the ReSharper backend as soon as possible - even before application init and other costly tasks
2019-01-31 16:04:59 +01:00
Daniil Ovchinnikov
6d13de38dc
[groovy] prefer overload with 0 distance instead of -1, because -1 means mismatch
...
This fixes overload resolution for null argument.
2019-01-31 17:56:34 +03:00
Daniil Ovchinnikov
04913fe696
[groovy] treat void argument as null (IDEA-206425)
2019-01-31 17:56:34 +03:00
Yann Cébron
f7c3139b02
platform-resources: intellij.platform.util -> runtime
2019-01-31 15:43:46 +01:00
Aleksey Pivovarov
9a16799c58
FUS-261 fus: do not report invoked actions in vcs usages collectors
2019-01-31 17:39:53 +03:00
Aleksey Pivovarov
6d449a19c4
FUS-260 fus: do not report DiffTool names for unknown third-party plugins
2019-01-31 17:39:53 +03:00
Aleksey Pivovarov
fa6f818c33
FUS-263 fus: do not report VCS names for unknown third-party plugins
2019-01-31 17:39:53 +03:00
Egor Ushakov
a18b4bdbd1
IDEA-206175 Watch variables: blue screen lag - added a limit
2019-01-31 17:27:32 +03:00
Yann Cébron
f029dd8474
Editor: javadoc cleanup
2019-01-31 15:23:19 +01:00
peter
0ef47ea190
cleanup EditorNotifications clients
...
don't schedule updates on dumb mode changes when they will be done anyway
don't check for dumb in dumb-unaware providers
update on root change in a single place, not in thousand listeners
and other minor things
2019-01-31 15:21:37 +01:00
Kirill Kirichenko
c0ad6d8b02
Fix background color in disabled Mac OS checkboxes
2019-01-31 17:17:16 +03:00
Dmitry Batrak
3271076d61
IDEA-89608 Should be able to set editor view options like soft wraps for certain file types
2019-01-31 17:11:52 +03:00
Dmitry Batrak
daa1611ffb
editor's SettingsImpl cleanup
2019-01-31 17:11:51 +03:00
Dmitry Batrak
363d32f5b8
deprecate unused global editor options
2019-01-31 17:11:51 +03:00
Alexander Kass
d5c0ca7425
CredentialStore: fix empty-string username removal
2019-01-31 17:05:14 +03:00
Dennis Ushakov
45592302ee
customizable webpack timeout (WEB-32905)
2019-01-31 16:59:55 +03:00
Dennis Ushakov
4869e67295
typo: matching quote
2019-01-31 16:59:55 +03:00
Aleksey Pivovarov
f750381005
fus: do not report product of used VCSes as separate VCS
2019-01-31 16:56:43 +03:00
Dmitry Batkovich
0577bab48a
Merge remote-tracking branch 'origin/master'
2019-01-31 16:52:42 +03:00
Dmitry Batkovich
1548caf260
revert: inspection view: do not calculate node validity if nothing was changed
2019-01-31 16:52:02 +03:00
Bas Leijdekkers
8dd82d71fd
handle moving catch sections up/down better when using selection (IDEA-36496)
2019-01-31 14:47:26 +01:00
Bas Leijdekkers
e407129596
fix hierarchy scope and remove instanceof check to avoid silent failure (IDEA-206342)
2019-01-31 14:47:25 +01:00
Bas Leijdekkers
cf51527892
IG: remove redundant check for interface (IDEA-CR-38059)
2019-01-31 14:47:25 +01:00
Anton Lobov
e376d51da9
RUBY-23497: yaml by json schema - support empty file, empty object and adjust quick fixes
2019-01-31 14:35:39 +01:00
Anton Lobov
5d44fb1e50
RUBY-23497: yaml by json schema - treat empty value as 'null' - properly handle in arrays
2019-01-31 14:35:39 +01:00
Anton Lobov
9458404766
RUBY-23497: yaml by json schema - treat empty value as 'null'
2019-01-31 14:35:38 +01:00
Daniil Ovchinnikov
fd0919a89e
[groovy] ProgressManager.checkCanceled() inside loops
2019-01-31 16:24:54 +03:00
Dmitry Jemerov
c798b7d30d
Show "Module..." instead of "New Module..." in context menu as well (IDEA-CR-42685)
2019-01-31 14:20:02 +01:00
Dmitry Jemerov
81622fb8e5
Don't show disabled "New module-info.java" action in context menu
2019-01-31 14:12:36 +01:00
nik
dcdbb638fa
diagnostic: introduce PluginException.createByClass and logPluginError methods and use them in code
...
This simplifies code and also allow using these methods from intellij.platform.core module.
2019-01-31 16:02:35 +03:00
Daniil Ovchinnikov
a0641431ac
[groovy] speed up constructor resolution by providing name hint
2019-01-31 15:57:48 +03:00
Dmitry Jemerov
8653fa6ec4
Better implementation of headless FileEditorManager
2019-01-31 13:48:47 +01:00