idea/community.git
6 years agorefactoring to a single handler
Roman Shevchenko [Fri, 16 Sep 2016 20:34:45 +0000 (23:34 +0300)]
refactoring to a single handler

6 years agounneeded stream override
Roman Shevchenko [Fri, 16 Sep 2016 19:10:28 +0000 (22:10 +0300)]
unneeded stream override

6 years agocounting stream delegation
Roman Shevchenko [Fri, 16 Sep 2016 19:03:57 +0000 (22:03 +0300)]
counting stream delegation

6 years agopackage correction
Roman Shevchenko [Fri, 16 Sep 2016 18:54:28 +0000 (21:54 +0300)]
package correction

6 years agopatch bytes cache
Roman Shevchenko [Fri, 16 Sep 2016 05:47:24 +0000 (08:47 +0300)]
patch bytes cache

6 years agoinitial implementation
Roman Shevchenko [Thu, 15 Sep 2016 16:37:02 +0000 (19:37 +0300)]
initial implementation

6 years agoproject setup
Roman Shevchenko [Wed, 14 Sep 2016 14:19:42 +0000 (17:19 +0300)]
project setup

6 years agoCleanup (test migrated; typos; formatting)
Roman Shevchenko [Fri, 23 Sep 2016 11:22:41 +0000 (14:22 +0300)]
Cleanup (test migrated; typos; formatting)

6 years agoDescriptionCheckerUtil: getDirectories argument fixed; javadoc
Tagir Valeev [Fri, 23 Sep 2016 11:17:46 +0000 (18:17 +0700)]
DescriptionCheckerUtil: getDirectories argument fixed; javadoc

6 years agodo not update progress too often
Dmitry Avdeev [Fri, 23 Sep 2016 11:13:54 +0000 (14:13 +0300)]
do not update progress too often

6 years agodo not show stacktrace for http failure
Dmitry Avdeev [Thu, 22 Sep 2016 15:58:08 +0000 (18:58 +0300)]
do not show stacktrace for http failure

6 years agoEnum.values() is not-null (IDEA-161644) phpstorm/163.5061
peter [Fri, 23 Sep 2016 10:31:37 +0000 (12:31 +0200)]
Enum.values() is not-null (IDEA-161644)

6 years agoInspectionDescriptionInfo: search for inspection descriptions in dependent modules...
Tagir Valeev [Fri, 23 Sep 2016 10:52:47 +0000 (17:52 +0700)]
InspectionDescriptionInfo: search for inspection descriptions in dependent modules and whole project as well

6 years agoIDEA-114099 Strip white space left of caret on manual save [IDEA-CR-13971]
Rustam Vishnyakov [Fri, 23 Sep 2016 10:28:56 +0000 (13:28 +0300)]
IDEA-114099 Strip white space left of caret on manual save [IDEA-CR-13971]

6 years agoCleanup (test migrated; typos; formatting)
Roman Shevchenko [Fri, 23 Sep 2016 10:26:51 +0000 (13:26 +0300)]
Cleanup (test migrated; typos; formatting)

6 years agoensure vars are created with denotable types; parameters are not covered yet as ellip...
Anna Kozlova [Fri, 23 Sep 2016 09:40:37 +0000 (12:40 +0300)]
ensure vars are created with denotable types; parameters are not covered yet as ellipsis are allowed there

6 years agoEA-88032 - IAE: ChangeStringLiteralToCharInMethodCallFix.$$$reportNull$$$
Anna Kozlova [Thu, 22 Sep 2016 17:44:10 +0000 (20:44 +0300)]
EA-88032 - IAE: ChangeStringLiteralToCharInMethodCallFix.$$$reportNull$$$

6 years agoEA-88093 - IOE: PsiElementFactoryImpl.createField
Anna Kozlova [Thu, 22 Sep 2016 17:40:28 +0000 (20:40 +0300)]
EA-88093 - IOE: PsiElementFactoryImpl.createField

6 years agoensure created variable has denotable type
Anna Kozlova [Thu, 22 Sep 2016 17:20:14 +0000 (20:20 +0300)]
ensure created variable has denotable type
EA-88748 - IOE: PsiJavaParserFacadeImpl.createTypeElementFromText

6 years agoinvalidate scope as soon as inspections are done (IDEA-161598)
Anna Kozlova [Thu, 22 Sep 2016 16:44:42 +0000 (19:44 +0300)]
invalidate scope as soon as inspections are done (IDEA-161598)

6 years agostartInWriteAction=false for fix with refactoring inside
Anna Kozlova [Thu, 22 Sep 2016 15:28:28 +0000 (18:28 +0300)]
startInWriteAction=false for fix with refactoring inside

6 years agoDescription files for ClassHasNoToStringMethod and FieldNotUsedInToString moved from...
Tagir Valeev [Fri, 23 Sep 2016 09:15:13 +0000 (16:15 +0700)]
Description files for ClassHasNoToStringMethod and FieldNotUsedInToString moved from java-impl module to resources-en

6 years agostore.basedir.parent.detection — project base dir as parent of parent if directory... appcode/163.5054 clion/163.5053
Vladimir Krivosheev [Thu, 22 Sep 2016 06:23:03 +0000 (08:23 +0200)]
store.basedir.parent.detection — project base dir as parent of parent if directory name starts with `.idea.`

6 years agoIgnoredFileProvider
Vladimir Krivosheev [Thu, 22 Sep 2016 05:40:14 +0000 (07:40 +0200)]
IgnoredFileProvider

6 years agoMerge remote-tracking branch 'origin/master'
Yann Cébron [Fri, 23 Sep 2016 08:02:53 +0000 (10:02 +0200)]
Merge remote-tracking branch 'origin/master'

6 years agoperform interactive invokeLater refactorings in transactions
peter [Fri, 23 Sep 2016 07:44:46 +0000 (09:44 +0200)]
perform interactive invokeLater refactorings in transactions

6 years agogoto action: populate configurables and intentions in background thread (IDEA-154560)
peter [Fri, 23 Sep 2016 07:34:00 +0000 (09:34 +0200)]
goto action: populate configurables and intentions in background thread (IDEA-154560)

6 years agoInspectionDescriptionInfo: caching (IDEA-CR-13939), scopes optimization
Tagir Valeev [Fri, 23 Sep 2016 07:06:31 +0000 (14:06 +0700)]
InspectionDescriptionInfo: caching (IDEA-CR-13939), scopes optimization

6 years agoReadonlyStatusHandler.setClearReadOnlyInTests moved from public API to Impl only pycharm/163.5050 pycharm/163.5051 webstorm/163.5049
Tagir Valeev [Fri, 23 Sep 2016 02:58:40 +0000 (09:58 +0700)]
ReadonlyStatusHandler.setClearReadOnlyInTests moved from public API to Impl only

6 years agocleanup appcode/162.844.64 appcode/163.5043 clion/163.5046 dbe/163.5048 idea/163.5040 phpstorm/163.5042 pycharm/163.5041 pycharm/163.5045 rubymine/163.5044
Sergey Ignatov [Thu, 22 Sep 2016 23:50:30 +0000 (16:50 -0700)]
cleanup

6 years ago[devkit] DescriptionNotFoundInspectionBase: use getResolveScope()
Yann Cébron [Thu, 22 Sep 2016 21:53:44 +0000 (23:53 +0200)]
[devkit] DescriptionNotFoundInspectionBase: use getResolveScope()

6 years ago[devkit] InspectionDescriptionNotFoundInspection: use getResolveScope()
Yann Cébron [Thu, 22 Sep 2016 21:52:22 +0000 (23:52 +0200)]
[devkit] InspectionDescriptionNotFoundInspection: use getResolveScope()

6 years agomove ts error filter to new API
Sergey Simonchik [Thu, 22 Sep 2016 21:39:02 +0000 (00:39 +0300)]
move ts error filter to new API

6 years agodon't instantiate LineSet on document freeze appcode/163.5038
peter [Thu, 22 Sep 2016 19:03:18 +0000 (21:03 +0200)]
don't instantiate LineSet on document freeze

6 years agocache RefManagerImpl.getSortedElements
peter [Thu, 22 Sep 2016 18:51:45 +0000 (20:51 +0200)]
cache RefManagerImpl.getSortedElements

6 years agoGlobalJavaInspectionContextImpl.getSortedIds: don't retrieve elements when only files...
peter [Thu, 22 Sep 2016 18:47:55 +0000 (20:47 +0200)]
GlobalJavaInspectionContextImpl.getSortedIds: don't retrieve elements when only files are needed

6 years ago^ [vcs-log] minor: reformat
Julia Beliaeva [Thu, 22 Sep 2016 18:52:50 +0000 (21:52 +0300)]
^ [vcs-log] minor: reformat

6 years ago^ [vcs-log] move try-catch inside of requests processing cycle
Julia Beliaeva [Thu, 22 Sep 2016 18:52:15 +0000 (21:52 +0300)]
^ [vcs-log] move try-catch inside of requests processing cycle

6 years agoIDEA-152620 Move Filter#applyFilter from EDT to the pooled thread
peter [Thu, 22 Sep 2016 17:52:15 +0000 (19:52 +0200)]
IDEA-152620 Move Filter#applyFilter from EDT to the pooled thread

6 years agoAC/C++: CPP-7664 Some inspections may cause parsing in UI thread causing freezes
Dmitry Semeniouta [Thu, 22 Sep 2016 17:44:44 +0000 (20:44 +0300)]
AC/C++: CPP-7664 Some inspections may cause parsing in UI thread causing freezes

6 years agoallow to register a disposable into ProjectComponent constructor that's used as paren...
vadim.lomshakov [Thu, 22 Sep 2016 17:19:05 +0000 (20:19 +0300)]
allow to register a disposable into ProjectComponent constructor that's used as parent for a Editor

6 years agoFix memory leak by removing non-functional PropertyChangeListener
Bas Leijdekkers [Thu, 22 Sep 2016 14:57:54 +0000 (16:57 +0200)]
Fix memory leak by removing non-functional PropertyChangeListener

6 years agoIG: remove duplication
Bas Leijdekkers [Wed, 21 Sep 2016 18:48:38 +0000 (20:48 +0200)]
IG: remove duplication

6 years ago[vcs-log] do not index in parallel
Julia Beliaeva [Thu, 22 Sep 2016 16:07:22 +0000 (19:07 +0300)]
[vcs-log] do not index in parallel

6 years ago[vcs-log] index silently
Julia Beliaeva [Wed, 21 Sep 2016 21:36:04 +0000 (00:36 +0300)]
[vcs-log] index silently

6 years agoCleanup (visibility; formatting)
Roman Shevchenko [Thu, 22 Sep 2016 16:22:00 +0000 (19:22 +0300)]
Cleanup (visibility; formatting)

6 years ago[platform] catch (EA-88092)
Roman Shevchenko [Thu, 22 Sep 2016 16:06:37 +0000 (19:06 +0300)]
[platform] catch (EA-88092)

6 years ago[platform] catch (EA-88571) rubymine/163.5028
Roman Shevchenko [Thu, 22 Sep 2016 15:55:42 +0000 (18:55 +0300)]
[platform] catch (EA-88571)

6 years ago[java] catch and better diagnostic (EA-88749)
Roman Shevchenko [Thu, 22 Sep 2016 15:49:20 +0000 (18:49 +0300)]
[java] catch and better diagnostic (EA-88749)

6 years agoHg: revert 34987f9 commit
Eugene Kudelevsky [Thu, 22 Sep 2016 15:42:42 +0000 (18:42 +0300)]
Hg: revert 34987f9 commit

6 years ago[InlayParameterHints reporter] make fields public, prevent from obfuscation
Yaroslav Lepenkin [Thu, 22 Sep 2016 15:17:58 +0000 (18:17 +0300)]
[InlayParameterHints reporter] make fields public, prevent from obfuscation

6 years agoCleanup (unnecessary copying) appcode/163.5022 clion/163.5021 idea/163.5025
Roman Shevchenko [Thu, 22 Sep 2016 14:32:31 +0000 (17:32 +0300)]
Cleanup (unnecessary copying)

6 years agotestdata
Anna Kozlova [Thu, 22 Sep 2016 14:23:52 +0000 (17:23 +0300)]
testdata

6 years agojunit: send everything to run if repeat is set to number (IDEA-160844)
Anna Kozlova [Thu, 22 Sep 2016 14:00:44 +0000 (17:00 +0300)]
junit: send everything to run if repeat is set to number (IDEA-160844)

6 years agoEA-88746 - IAE: SynchronizedImplicitUsageProvider.isImplicitUsage
Anna Kozlova [Thu, 22 Sep 2016 10:25:02 +0000 (13:25 +0300)]
EA-88746 - IAE: SynchronizedImplicitUsageProvider.isImplicitUsage

6 years ago[java] ignores invalid modules in module-info index (IDEA-161354)
Roman Shevchenko [Thu, 22 Sep 2016 14:15:30 +0000 (17:15 +0300)]
[java] ignores invalid modules in module-info index (IDEA-161354)

6 years ago[groovy] copyright: provide $file.qualifiedClassName and $file.className template...
Daniil Ovchinnikov [Thu, 22 Sep 2016 14:07:42 +0000 (17:07 +0300)]
[groovy] copyright: provide $file.qualifiedClassName and $file.className template variables (IDEA-161523)

6 years agoshow license in time
Dmitry Avdeev [Thu, 22 Sep 2016 13:49:48 +0000 (16:49 +0300)]
show license in time

6 years agofull startup progress is back
Dmitry Avdeev [Thu, 22 Sep 2016 13:33:52 +0000 (16:33 +0300)]
full startup progress is back

6 years ago[tests] relaxes an overly optimistic performance test
Roman Shevchenko [Thu, 22 Sep 2016 13:38:36 +0000 (16:38 +0300)]
[tests] relaxes an overly optimistic performance test

6 years ago[groovy] fix `trait` package parsing, fix typo (follow up IDEA-CR-13968)
Daniil Ovchinnikov [Thu, 22 Sep 2016 13:18:49 +0000 (16:18 +0300)]
[groovy] fix `trait` package parsing, fix typo (follow up IDEA-CR-13968)

6 years ago[tests] common base class for Java module tests
Roman Shevchenko [Thu, 22 Sep 2016 12:46:42 +0000 (15:46 +0300)]
[tests] common base class for Java module tests

6 years agoJavafx: Save the document in a WriteAction with default modality state before opening...
Pavel Dolgov [Thu, 22 Sep 2016 12:41:32 +0000 (15:41 +0300)]
Javafx: Save the document in a WriteAction with default modality state before opening the SceneBuilder

6 years ago[InlayParameterHints] show param name for this argument
Yaroslav Lepenkin [Thu, 22 Sep 2016 12:30:51 +0000 (15:30 +0300)]
[InlayParameterHints] show param name for this argument

6 years agoIDEA-161105 Breakpoints move unexpectedly on editing
Dmitry Batrak [Thu, 22 Sep 2016 12:14:04 +0000 (15:14 +0300)]
IDEA-161105 Breakpoints move unexpectedly on editing

refactoring following IDEA-CR-13992

6 years agoCleanup (service provider for JavaFileManager)
Roman Shevchenko [Thu, 22 Sep 2016 12:21:27 +0000 (15:21 +0300)]
Cleanup (service provider for JavaFileManager)

6 years agoshow quotes for empty toString
Egor.Ushakov [Thu, 22 Sep 2016 12:20:07 +0000 (15:20 +0300)]
show quotes for empty toString

6 years agoDebugger refactoring: get rid of "import *" statements
Elizaveta Shashkova [Thu, 22 Sep 2016 12:00:29 +0000 (15:00 +0300)]
Debugger refactoring: get rid of "import *" statements

6 years agorename `getScope()` to `getSearchScope()` (follow up IDEA-CR-13789)
Daniil Ovchinnikov [Thu, 22 Sep 2016 12:00:32 +0000 (15:00 +0300)]
rename `getScope()` to `getSearchScope()` (follow up IDEA-CR-13789)

6 years agoui: fix layout in UiInspector appcode/163.5008 clion/163.5009
Aleksey Pivovarov [Thu, 22 Sep 2016 10:50:11 +0000 (13:50 +0300)]
ui: fix layout in UiInspector

6 years agoui: fix layout in error submitting dialog
Aleksey Pivovarov [Thu, 22 Sep 2016 10:09:59 +0000 (13:09 +0300)]
ui: fix layout in error submitting dialog

* do not allow to stretch "assignee" panel

6 years agoIDEA-161604 Deadlock on startup in Promises
Vladimir Krivosheev [Thu, 22 Sep 2016 11:43:17 +0000 (13:43 +0200)]
IDEA-161604 Deadlock on startup in Promises

6 years agoMerge remote-tracking branch 'origin/master'
Roman Shevchenko [Thu, 22 Sep 2016 11:41:18 +0000 (14:41 +0300)]
Merge remote-tracking branch 'origin/master'

6 years ago[java] renaming modules
Roman Shevchenko [Thu, 22 Sep 2016 11:33:14 +0000 (14:33 +0300)]
[java] renaming modules

6 years agoIDEA-CR-13939 ReferencesSearch used instead manual XML traversal
Tagir Valeev [Thu, 22 Sep 2016 11:23:53 +0000 (18:23 +0700)]
IDEA-CR-13939 ReferencesSearch used instead manual XML traversal

6 years agofixing EA-87237 - NPE: JavaLineBreakpointType$ExactJavaBreakpointVariant.getHighlight...
Egor.Ushakov [Thu, 22 Sep 2016 11:18:46 +0000 (14:18 +0300)]
fixing EA-87237 - NPE: JavaLineBreakpointType$ExactJavaBreakpointVariant.getHighlightRange

6 years agosupport color-blindness via plugin
Sergey Malenkov [Thu, 22 Sep 2016 10:18:19 +0000 (13:18 +0300)]
support color-blindness via plugin

6 years agoIDEA-161488 - Docker terminal should be available in dumb mode
Michael Golubev [Thu, 22 Sep 2016 10:58:53 +0000 (12:58 +0200)]
IDEA-161488 - Docker terminal should be available in dumb mode

6 years agoIDEA-152971 - Docker: dedicate view is not created on first server registration until...
Michael Golubev [Thu, 22 Sep 2016 10:55:28 +0000 (12:55 +0200)]
IDEA-152971 - Docker: dedicate view is not created on first server registration until project is reopened

6 years agodo not localize line number phpstorm/163.5001 webstorm/163.5000
Egor.Ushakov [Thu, 22 Sep 2016 10:31:39 +0000 (13:31 +0300)]
do not localize line number

6 years agogradle: do not use preview mode for "use distribution with sources" quickfix
Vladislav.Soroka [Thu, 22 Sep 2016 10:14:37 +0000 (13:14 +0300)]
gradle: do not use preview mode for "use distribution with sources" quickfix

6 years agoEA-88781 - NPE: RemoveInitializerFix.sideEffectAwareRemove
Anna Kozlova [Wed, 21 Sep 2016 20:07:21 +0000 (23:07 +0300)]
EA-88781 - NPE: RemoveInitializerFix.sideEffectAwareRemove

6 years agoJavafx: Reverted updating the SceneBuilder asynchronously.
Pavel Dolgov [Thu, 22 Sep 2016 09:49:06 +0000 (12:49 +0300)]
Javafx: Reverted updating the SceneBuilder asynchronously.

6 years agoEA-86445 - NPE: Breakpoint.createOrWaitPrepare
Egor.Ushakov [Thu, 22 Sep 2016 09:49:02 +0000 (12:49 +0300)]
EA-86445 - NPE: Breakpoint.createOrWaitPrepare

6 years agoRevert: Per project modality state
Denis Fokin [Thu, 22 Sep 2016 09:45:39 +0000 (12:45 +0300)]
Revert: Per project modality state

6 years agoPer project modality state
Denis Fokin [Thu, 22 Sep 2016 09:42:21 +0000 (12:42 +0300)]
Per project modality state

6 years agoIDEA-161105 Breakpoints move unexpectedly on editing appcode/163.4993 webstorm/163.4996
Dmitry Batrak [Thu, 22 Sep 2016 08:43:12 +0000 (11:43 +0300)]
IDEA-161105 Breakpoints move unexpectedly on editing

6 years agogoto action: update actions in small EDT patches from a background thread (IDEA-154560)
peter [Thu, 22 Sep 2016 08:32:27 +0000 (10:32 +0200)]
goto action: update actions in small EDT patches from a background thread (IDEA-154560)

6 years agodon't create any invalidation throwables in PsiFileImpl.onContentReload (IDEA-161568)
peter [Thu, 22 Sep 2016 08:21:34 +0000 (10:21 +0200)]
don't create any invalidation throwables in PsiFileImpl.onContentReload (IDEA-161568)

6 years agomove to project-model-impl
Vladimir Krivosheev [Thu, 22 Sep 2016 08:05:35 +0000 (10:05 +0200)]
move to project-model-impl

6 years agoIDEA-CR-13808 isVariableReferenced: ReferencesSearch used appcode/162.844.63 idea/163.4986 pycharm/163.4987 pycharm/163.4988
Tagir Valeev [Thu, 22 Sep 2016 03:59:44 +0000 (10:59 +0700)]
IDEA-CR-13808 isVariableReferenced: ReferencesSearch used

6 years agoIDEA-CR-13951: restored warning by default; disabled in IDEA ultimate/community profi...
Tagir Valeev [Thu, 22 Sep 2016 03:43:51 +0000 (10:43 +0700)]
IDEA-CR-13951: restored warning by default; disabled in IDEA ultimate/community profiles; display name updated

6 years agoRemove code comments visible in UI appcode/162.844.62 appcode/163.4977 clion/163.4973 dbe/163.4975 idea/163.4976 phpstorm/163.4979 pycharm/163.4978 pycharm/163.4981 rubymine/163.4980 webstorm/163.4984
Konstantin Bulenkov [Wed, 21 Sep 2016 22:26:13 +0000 (01:26 +0300)]
Remove code comments visible in UI

6 years agoinclude job description into progress message so next job 'could' decrease percentage
Anna Kozlova [Wed, 21 Sep 2016 19:41:03 +0000 (22:41 +0300)]
include job description into progress message so next job 'could' decrease percentage

6 years agoreenable index for tests
Anna Kozlova [Wed, 21 Sep 2016 19:17:41 +0000 (22:17 +0300)]
reenable index for tests

6 years agouse all CPU cores for indexing in all command line builds, not only tests
peter [Wed, 21 Sep 2016 19:44:15 +0000 (21:44 +0200)]
use all CPU cores for indexing in all command line builds, not only tests

6 years ago[devkit] set default since-build=145.0 (2016.1)
Yann Cébron [Wed, 21 Sep 2016 19:16:37 +0000 (21:16 +0200)]
[devkit] set default since-build=145.0 (2016.1)

6 years agoget rid of yellow code
Sergey Ignatov [Wed, 21 Sep 2016 19:00:57 +0000 (12:00 -0700)]
get rid of yellow code

6 years agojavac2: provide a default for not-null annotations (IDEA-76782)
peter [Wed, 21 Sep 2016 18:11:20 +0000 (20:11 +0200)]
javac2: provide a default for not-null annotations (IDEA-76782)

6 years ago[InlayParameterHints] Move option to Editor | Appearance, enable by default appcode/162.844.61
Yaroslav Lepenkin [Wed, 21 Sep 2016 14:13:52 +0000 (17:13 +0300)]
[InlayParameterHints] Move option to Editor | Appearance, enable by default