idea/community.git
6 years agoavoid dlg from write action
Anna.Kozlova [Wed, 16 Nov 2016 15:58:23 +0000 (16:58 +0100)]
avoid dlg from write action

6 years agovcs: Moved several classes to [svn4idea]
Konstantin Kolosovsky [Wed, 9 Nov 2016 12:25:28 +0000 (15:25 +0300)]
vcs: Moved several classes to [svn4idea]

Moved "CheckSamePattern", "MoreAction", "QuantitySelection",
"SmallMapSerializer"

6 years agovcs: Removed unused "RevisionChangesNotSupportedException"
Konstantin Kolosovsky [Wed, 9 Nov 2016 11:57:27 +0000 (14:57 +0300)]
vcs: Removed unused "RevisionChangesNotSupportedException"

6 years agoMoved "ThreadLocalDefendedInvoker" logic to "SvnFileUrlMappingImpl"
Konstantin Kolosovsky [Wed, 9 Nov 2016 11:52:55 +0000 (14:52 +0300)]
Moved "ThreadLocalDefendedInvoker" logic to "SvnFileUrlMappingImpl"

Removed "ThreadLocalDefendedInvoker"

6 years agosvn: Implemented "loading tree conflict history" cancellation
Konstantin Kolosovsky [Tue, 8 Nov 2016 20:51:42 +0000 (23:51 +0300)]
svn: Implemented "loading tree conflict history" cancellation

6 years agosvn: Fixed "TreeConflictRefreshablePanel" disposing
Konstantin Kolosovsky [Tue, 8 Nov 2016 20:22:33 +0000 (23:22 +0300)]
svn: Fixed "TreeConflictRefreshablePanel" disposing

6 years agosvn: Refactored "TreeConflictRefreshablePanel" - code simplified
Konstantin Kolosovsky [Tue, 8 Nov 2016 20:11:21 +0000 (23:11 +0300)]
svn: Refactored "TreeConflictRefreshablePanel" - code simplified

6 years agosvn: Used common "Task.Backgroundable" for loading tree conflict history
Konstantin Kolosovsky [Tue, 8 Nov 2016 19:45:51 +0000 (22:45 +0300)]
svn: Used common "Task.Backgroundable" for loading tree conflict history

"ModalityIgnorantBackgroundableTask" is not necessary here

6 years agovcs: Combined "TreeConflictRefreshablePanel" and "AbstractRefreshablePanel"
Konstantin Kolosovsky [Tue, 8 Nov 2016 18:46:27 +0000 (21:46 +0300)]
vcs: Combined "TreeConflictRefreshablePanel" and "AbstractRefreshablePanel"

Removed "AbstractRefreshablePanel"

6 years agovcs: Refactored "AbstractRefreshablePanel" - removed "Ticket" logic
Konstantin Kolosovsky [Tue, 8 Nov 2016 18:17:46 +0000 (21:17 +0300)]
vcs: Refactored "AbstractRefreshablePanel" - removed "Ticket" logic

"Ticket" logic is not necessary as used ticket is never modified and
"refresh()/acceptData()" methods are called only once.

6 years agovcs: Refactored "AbstractRefreshablePanel"
Konstantin Kolosovsky [Tue, 8 Nov 2016 18:09:12 +0000 (21:09 +0300)]
vcs: Refactored "AbstractRefreshablePanel"

Made not to implement "RefreshablePanel", code simplified

6 years agovcs: Used "JBLoadingPanel" instead of "DetailsPanel"
Konstantin Kolosovsky [Tue, 8 Nov 2016 15:41:48 +0000 (18:41 +0300)]
vcs: Used "JBLoadingPanel" instead of "DetailsPanel"

"DetailsPanel" provided just panel with "Loading..." text - so similar
"JBLoadingPanel" is used instead. Removed "DetailsPanel".

6 years agovcs: Refactored "DetailsPanel" - removed unused logic, code simplified
Konstantin Kolosovsky [Tue, 8 Nov 2016 14:54:36 +0000 (17:54 +0300)]
vcs: Refactored "DetailsPanel" - removed unused logic, code simplified

6 years agovcs: Refactored "VcsUtil" - removed duplication, used lambdas
Konstantin Kolosovsky [Mon, 7 Nov 2016 22:07:40 +0000 (01:07 +0300)]
vcs: Refactored "VcsUtil" - removed duplication, used lambdas

6 years agovcs: Moved "SortByVcsRoots" logic to "VcsUtil"
Konstantin Kolosovsky [Sun, 6 Nov 2016 20:36:18 +0000 (23:36 +0300)]
vcs: Moved "SortByVcsRoots" logic to "VcsUtil"

Removed "SortByVcsRoots"

6 years agovcs: Removed unused "ActionStateConsumer" and implementations
Konstantin Kolosovsky [Sat, 5 Nov 2016 21:37:11 +0000 (00:37 +0300)]
vcs: Removed unused "ActionStateConsumer" and implementations

Removed "ActionUpdateHelper", "ActionExecuteHelper",
"AbstractActionStateConsumer", "ActionStateConsumer"

6 years agosvn: Refactored "CreateExternalAction" - code simplified
Konstantin Kolosovsky [Sat, 5 Nov 2016 21:33:36 +0000 (00:33 +0300)]
svn: Refactored "CreateExternalAction" - code simplified

6 years agoRemoved unused "RefreshablePanel" methods
Konstantin Kolosovsky [Fri, 4 Nov 2016 19:20:09 +0000 (22:20 +0300)]
Removed unused "RefreshablePanel" methods

6 years agoplatform: Removed unused "TabbedRefreshablePanel"
Konstantin Kolosovsky [Fri, 4 Nov 2016 13:34:39 +0000 (16:34 +0300)]
platform: Removed unused "TabbedRefreshablePanel"

6 years agovcs: Removed unused classes/interfaces
Konstantin Kolosovsky [Fri, 4 Nov 2016 13:32:26 +0000 (16:32 +0300)]
vcs: Removed unused classes/interfaces

Removed "VcsDataConstants", "Details",
"LineProcessEventListenerAdapter", "BlockReloadingUtil"

6 years agovcs: Removed unused deprecated annotations
Konstantin Kolosovsky [Fri, 4 Nov 2016 13:18:27 +0000 (16:18 +0300)]
vcs: Removed unused deprecated annotations

Removed "Heavy", "CalledInBackground", "CalledInAwt", "CalledInAny"

6 years agovcs: Inlined "GenericDetailsLoader" logic to "AbstractRefreshablePanel"
Konstantin Kolosovsky [Fri, 4 Nov 2016 13:02:10 +0000 (16:02 +0300)]
vcs: Inlined "GenericDetailsLoader" logic to "AbstractRefreshablePanel"

6 years agovcs: Refactoring - inlined "ValueConsumer" logic to "GenericDetailsLoader"
Konstantin Kolosovsky [Fri, 4 Nov 2016 11:48:48 +0000 (14:48 +0300)]
vcs: Refactoring - inlined "ValueConsumer" logic to "GenericDetailsLoader"

6 years agovcs: Refactored "ModalityIgnorantBackgroundableTask"
Konstantin Kolosovsky [Thu, 3 Nov 2016 15:36:27 +0000 (18:36 +0300)]
vcs: Refactored "ModalityIgnorantBackgroundableTask"

6 years agovcs: Refactored "ValueConsumer", "GenericDetailsLoader"
Konstantin Kolosovsky [Thu, 3 Nov 2016 14:36:51 +0000 (17:36 +0300)]
vcs: Refactored "ValueConsumer", "GenericDetailsLoader"

6 years agosvn: Used "SvnBaseContentRevision" to filter svn related content revisions
Konstantin Kolosovsky [Thu, 3 Nov 2016 13:52:25 +0000 (16:52 +0300)]
svn: Used "SvnBaseContentRevision" to filter svn related content revisions

Removed unnecessary "MarkerVcsContentRevision"

6 years agosvn: Renamed "AbstractShowPropertiesDiffAction" to "ShowPropertiesDiffAction"
Konstantin Kolosovsky [Wed, 16 Nov 2016 17:22:59 +0000 (20:22 +0300)]
svn: Renamed "AbstractShowPropertiesDiffAction" to "ShowPropertiesDiffAction"

"action.Subversion.properties.diff.name" key is not necessary - title
is taken from "action.PropertiesDiff.text" (default key for action)

6 years agosvn: Removed "ShowPropertiesDiffAction"
Konstantin Kolosovsky [Wed, 16 Nov 2016 17:14:59 +0000 (20:14 +0300)]
svn: Removed "ShowPropertiesDiffAction"

This commit temporarily breaks "PropertiesDiff" action, but allows to
preserve "AbstractShowPropertiesDiffAction" history (as
"AbstractShowPropertiesDiffAction" is renamed to
"ShowPropertiesDiffAction" in the subsequent commit).

6 years agosvn: Refactoring - moved "ShowPropertiesDiffAction" logic to base class
Konstantin Kolosovsky [Thu, 3 Nov 2016 13:27:19 +0000 (16:27 +0300)]
svn: Refactoring - moved "ShowPropertiesDiffAction" logic to base class

6 years agosvn: Unified "ContentRevision" implementations
Konstantin Kolosovsky [Wed, 2 Nov 2016 17:36:37 +0000 (20:36 +0300)]
svn: Unified "ContentRevision" implementations

6 years agovcs: Removed unused "VcsEventsListenerManager"
Konstantin Kolosovsky [Wed, 2 Nov 2016 17:01:12 +0000 (20:01 +0300)]
vcs: Removed unused "VcsEventsListenerManager"

6 years agosvn: Refactored "OneShotMergeInfoHelper" - used "TreeMap" instead of "AreaMap"
Konstantin Kolosovsky [Wed, 2 Nov 2016 16:57:30 +0000 (19:57 +0300)]
svn: Refactored "OneShotMergeInfoHelper" - used "TreeMap" instead of "AreaMap"

Removed "AreaMap"

6 years agovcs: Refactored "AreaMap" - removed unused methods, code simplified
Konstantin Kolosovsky [Wed, 2 Nov 2016 11:24:50 +0000 (14:24 +0300)]
vcs: Refactored "AreaMap" - removed unused methods, code simplified

Removed "AreaMapTest"

6 years agovcs: Refactoring - removed unused classes
Konstantin Kolosovsky [Tue, 1 Nov 2016 15:43:47 +0000 (18:43 +0300)]
vcs: Refactoring - removed unused classes

"CollectionsMultiplier", "CompoundNumber", "ProducerConsumer",
"MembershipMap", "MembershipMapTest"

6 years agoxpath "Download External Resource" doesn't need write action
peter [Wed, 16 Nov 2016 17:52:06 +0000 (18:52 +0100)]
xpath "Download External Resource" doesn't need write action

6 years ago"Configure Python Interpreter" doesn't need write action
peter [Wed, 16 Nov 2016 17:51:02 +0000 (18:51 +0100)]
"Configure Python Interpreter" doesn't need write action

6 years agogroovy "Add type customizer script to resources" doesn't need to start in a write...
peter [Wed, 16 Nov 2016 17:46:09 +0000 (18:46 +0100)]
groovy "Add type customizer script to resources" doesn't need to start in a write action

6 years agoCleanup (drops deprecated code)
Roman Shevchenko [Wed, 16 Nov 2016 17:51:32 +0000 (18:51 +0100)]
Cleanup (drops deprecated code)

6 years agoHiDPI: fix radio button center oval (light theme)
Egor.Ushakov [Wed, 16 Nov 2016 17:43:04 +0000 (20:43 +0300)]
HiDPI: fix radio button center oval (light theme)

6 years agotolerate INRE in java element renderers (EA-91963 - INRE: FileBasedIndexImpl.handleDu...
peter [Wed, 16 Nov 2016 17:26:59 +0000 (18:26 +0100)]
tolerate INRE in java element renderers (EA-91963 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agodevkit CreateHtmlDescriptionFix doesn't need to start in write action
peter [Wed, 16 Nov 2016 17:32:35 +0000 (18:32 +0100)]
devkit CreateHtmlDescriptionFix doesn't need to start in write action

6 years agoFix ImportError after refactoring (PY-21487)
Elizaveta Shashkova [Wed, 16 Nov 2016 17:11:21 +0000 (20:11 +0300)]
Fix ImportError after refactoring (PY-21487)

6 years agotolerate INRE when showing members in project view (EA-91482 - INRE: FileBasedIndexIm...
peter [Wed, 16 Nov 2016 17:04:06 +0000 (18:04 +0100)]
tolerate INRE when showing members in project view (EA-91482 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agotolerate INRE when checking for java property deprecatedness in structure view (EA...
peter [Wed, 16 Nov 2016 16:48:23 +0000 (17:48 +0100)]
tolerate INRE when checking for java property deprecatedness in structure view (EA-91628 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agoskip word selectioners that require indices in dumb mode (EA-91632 - INRE: FileBasedI...
peter [Wed, 16 Nov 2016 16:43:11 +0000 (17:43 +0100)]
skip word selectioners that require indices in dumb mode (EA-91632 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agoAbstractLayoutCodeProcessor: rethrow INRE so it can be handled (EA-91686 - INRE:...
peter [Wed, 16 Nov 2016 16:32:10 +0000 (17:32 +0100)]
AbstractLayoutCodeProcessor: rethrow INRE so it can be handled (EA-91686 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agoflush ant messages in smart mode (EA-91687 - INRE: FileBasedIndexImpl.handleDumbMode)
peter [Wed, 16 Nov 2016 16:19:04 +0000 (17:19 +0100)]
flush ant messages in smart mode (EA-91687 - INRE: FileBasedIndexImpl.handleDumbMode)

6 years agoui designer: finish inplace editing in a write-safe context (EA-91789 - assert: Docum...
peter [Wed, 16 Nov 2016 16:13:18 +0000 (17:13 +0100)]
ui designer: finish inplace editing in a write-safe context (EA-91789 - assert: DocumentImpl.replaceString)

6 years agoV8 inspector: debug sourcemap-backed files rubymine/171.1024
Vladimir Krivosheev [Wed, 16 Nov 2016 15:29:25 +0000 (16:29 +0100)]
V8 inspector: debug sourcemap-backed files

6 years ago[git] refs parser can recognize lines like HEAD -> refs/heads/master in git log output
Julia Beliaeva [Wed, 16 Nov 2016 16:13:38 +0000 (19:13 +0300)]
[git] refs parser can recognize lines like HEAD -> refs/heads/master in git log output

6 years ago[git] fix branch and user test
Julia Beliaeva [Tue, 15 Nov 2016 20:38:15 +0000 (23:38 +0300)]
[git] fix branch and user test

6 years ago[git] minor: lambdify
Julia Beliaeva [Tue, 15 Nov 2016 20:13:17 +0000 (23:13 +0300)]
[git] minor: lambdify

6 years agocheck PsiModifiableCodeBlock.shouldChangeModificationCount() before checking instanse...
Daniil Ovchinnikov [Wed, 16 Nov 2016 16:26:22 +0000 (19:26 +0300)]
check PsiModifiableCodeBlock.shouldChangeModificationCount() before checking instanseof PsiFileSystemItem

6 years agoclean up: FSRecords is not instantiatable class so implementation of Forceable was...
Maxim.Mossienko [Wed, 16 Nov 2016 14:57:25 +0000 (15:57 +0100)]
clean up: FSRecords is not instantiatable class so implementation of Forceable was removed, methods force / isDirty were made static for tests

6 years agoSettings/Other file types help topic ID
Rustam Vishnyakov [Wed, 16 Nov 2016 15:41:47 +0000 (18:41 +0300)]
Settings/Other file types help topic ID

6 years agoPY-21454: Use project dir if directory not provided
Ilya.Kazakevich [Wed, 16 Nov 2016 15:41:04 +0000 (18:41 +0300)]
PY-21454: Use project dir if directory not provided

 * We already have this functionality for tests, we now support it for any config.
 * Default folder should never be PyCharm working dir. Project should be used if workdir not provided explicitly

6 years agodo not scale twice
Egor.Ushakov [Wed, 16 Nov 2016 15:39:56 +0000 (18:39 +0300)]
do not scale twice

6 years ago[vcs-log] blue gear icon for Quick Settings
Julia Beliaeva [Tue, 15 Nov 2016 18:50:27 +0000 (21:50 +0300)]
[vcs-log] blue gear icon for Quick Settings

6 years ago[platform] lambda-friendly WriteCommandAction
Roman Shevchenko [Wed, 16 Nov 2016 15:07:09 +0000 (16:07 +0100)]
[platform] lambda-friendly WriteCommandAction

6 years agojunit 5: don't miss 'after' container failures (IDEA-164028)
Anna.Kozlova [Wed, 16 Nov 2016 14:59:50 +0000 (15:59 +0100)]
junit 5: don't miss 'after' container failures (IDEA-164028)

6 years agoEA-91810 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$
Anna.Kozlova [Wed, 16 Nov 2016 14:25:38 +0000 (15:25 +0100)]
EA-91810 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$
push write access to utility to avoid dialogs from write actions

6 years agoextract method: logging for possible NPE later
Anna.Kozlova [Wed, 16 Nov 2016 11:58:51 +0000 (12:58 +0100)]
extract method: logging for possible NPE later

6 years agoIDEA-123421 File chooser without path bar appcode/171.1022 clion/171.1023
Dmitry Avdeev [Wed, 16 Nov 2016 14:06:54 +0000 (17:06 +0300)]
IDEA-123421 File chooser without path bar

6 years agoIDEA-164031 Actions are disabled in modal dialogs
Denis Fokin [Wed, 16 Nov 2016 13:59:44 +0000 (16:59 +0300)]
IDEA-164031 Actions are disabled in modal dialogs

6 years agofixed dropdown position on hidpi
Egor.Ushakov [Wed, 16 Nov 2016 14:03:29 +0000 (17:03 +0300)]
fixed dropdown position on hidpi

6 years agodpi aware resize zone appcode/171.1021
Egor.Ushakov [Wed, 16 Nov 2016 13:09:37 +0000 (16:09 +0300)]
dpi aware resize zone

6 years agoLive Templates: use selection start for retrieving template expanding context
Alexander Zolotov [Wed, 16 Nov 2016 12:57:44 +0000 (15:57 +0300)]
Live Templates: use selection start for retrieving template expanding context

6 years agoDjango version updated (to fix tests)
Ilya.Kazakevich [Wed, 16 Nov 2016 12:51:02 +0000 (15:51 +0300)]
Django version updated (to fix tests)

6 years agoEA-75111 Handle projects with no modules and, hence, no configured docstring format
Mikhail Golubev [Wed, 16 Nov 2016 12:39:08 +0000 (15:39 +0300)]
EA-75111 Handle projects with no modules and, hence, no configured docstring format

It can happen in IDEA projects that contains no modules or, presumably,
in PyCharm projects which settings have been corrupted for some reason.
DocStringFormat.PLAIN is used in some cases as a fallback format.

6 years agoEA-83566 PyStructureViewElement considers that underlying PSI element can be invalid
Mikhail Golubev [Mon, 14 Nov 2016 12:45:22 +0000 (15:45 +0300)]
EA-83566 PyStructureViewElement considers that underlying PSI element can be invalid

6 years agoextra logging for IDEA-164040
Egor.Ushakov [Wed, 16 Nov 2016 12:25:50 +0000 (15:25 +0300)]
extra logging for IDEA-164040

6 years agoLiveTemplates: do not work with disposed template + reuse unblockDocument method
Alexander Zolotov [Wed, 16 Nov 2016 12:18:15 +0000 (15:18 +0300)]
LiveTemplates: do not work with disposed template + reuse unblockDocument method

6 years agoLive Templates: remove never used ability to reformat custom range in template
Alexander Zolotov [Tue, 15 Nov 2016 13:29:58 +0000 (16:29 +0300)]
Live Templates: remove never used ability to reformat custom range in template

6 years agoEmmet: use common customTemplateLogic for checking availability of live
Alexander Zolotov [Tue, 15 Nov 2016 11:22:43 +0000 (14:22 +0300)]
Emmet: use common customTemplateLogic for checking availability of live
templates (EA-91643)

6 years agocom.intellij.javascript.debugger, part 2 webstorm/171.1020
Vladimir Krivosheev [Wed, 16 Nov 2016 11:57:23 +0000 (12:57 +0100)]
com.intellij.javascript.debugger, part 2

6 years agocom.intellij.javascript.debugger
Vladimir Krivosheev [Wed, 16 Nov 2016 11:52:51 +0000 (12:52 +0100)]
com.intellij.javascript.debugger

6 years agofix PackageDirectoryMismatch
Vladimir Krivosheev [Wed, 16 Nov 2016 11:49:53 +0000 (12:49 +0100)]
fix PackageDirectoryMismatch

6 years agoMerge remote-tracking branch 'origin/master' clion/171.1017 dbe/171.1019
Dmitry Batkovich [Wed, 16 Nov 2016 11:52:41 +0000 (14:52 +0300)]
Merge remote-tracking branch 'origin/master'

6 years agoRevert "extract MapReduceIndexBase (doesn't depend on VFS & IDE's components) from...
Dmitry Batkovich [Wed, 16 Nov 2016 11:51:19 +0000 (14:51 +0300)]
Revert "extract MapReduceIndexBase (doesn't depend on VFS & IDE's components) from MapReduceIndex"

This reverts commit d931df063c2addc843fe5a2f8a923283e554513c.

6 years agoDeprecated api marked
Ilya.Kazakevich [Wed, 16 Nov 2016 11:38:42 +0000 (14:38 +0300)]
Deprecated api marked

6 years agoMove Debug console view related stuff to an appropriate class
Elizaveta Shashkova [Wed, 16 Nov 2016 11:24:40 +0000 (14:24 +0300)]
Move Debug console view related stuff to an appropriate class

6 years agosome more assertions dbe/171.1015
Alexey Kudravtsev [Wed, 16 Nov 2016 11:07:25 +0000 (14:07 +0300)]
some more assertions

6 years agodiagnostics
Alexey Kudravtsev [Tue, 15 Nov 2016 14:34:38 +0000 (17:34 +0300)]
diagnostics

6 years agocleanup
Alexey Kudravtsev [Tue, 15 Nov 2016 14:29:59 +0000 (17:29 +0300)]
cleanup

6 years agodiagnostics for DaemonRespond test
Alexey Kudravtsev [Mon, 14 Nov 2016 14:45:19 +0000 (17:45 +0300)]
diagnostics for DaemonRespond test

6 years agodiagnostics
Alexey Kudravtsev [Mon, 14 Nov 2016 14:34:03 +0000 (17:34 +0300)]
diagnostics

6 years agoextract MapReduceIndexBase (doesn't depend on VFS & IDE's components) from MapReduceIndex appcode/171.1012 phpstorm/171.1014
Dmitry Batkovich [Wed, 16 Nov 2016 10:04:17 +0000 (13:04 +0300)]
extract MapReduceIndexBase (doesn't depend on VFS & IDE's components) from MapReduceIndex

6 years ago EA-40615 - assert: DialogBuilder.showImpl
Denis Fokin [Wed, 16 Nov 2016 09:46:00 +0000 (12:46 +0300)]
 EA-40615 - assert: DialogBuilder.showImpl

6 years agomaven: write action is unnecessary in some quick fixes appcode/171.1009 clion/171.1008 dbe/171.1011
peter [Wed, 16 Nov 2016 08:47:40 +0000 (09:47 +0100)]
maven: write action is unnecessary in some quick fixes

6 years agopython: write action is unnecessary in some quick fixes
peter [Wed, 16 Nov 2016 08:20:04 +0000 (09:20 +0100)]
python: write action is unnecessary in some quick fixes

6 years agojava & platform: write action is unnecessary in some quick fixes
peter [Wed, 16 Nov 2016 08:11:47 +0000 (09:11 +0100)]
java & platform: write action is unnecessary in some quick fixes

6 years agoremoved junk tags from javadocs (IDEA-CR-15765)
nik [Wed, 16 Nov 2016 08:14:42 +0000 (11:14 +0300)]
removed junk tags from javadocs (IDEA-CR-15765)

6 years agoimprove error report 2 dbe/171.1003 idea/171.1004 pycharm/171.1005 pycharm/171.1006
Gregory.Shrago [Wed, 16 Nov 2016 03:51:35 +0000 (06:51 +0300)]
improve error report 2

6 years agoJBIterator: do not advance cursor iterator on each hasNext()
Gregory.Shrago [Tue, 15 Nov 2016 22:36:25 +0000 (01:36 +0300)]
JBIterator: do not advance cursor iterator on each hasNext()

6 years agoDoc added for PyEnvTestCase appcode/171.996 clion/171.991 dbe/171.992 idea/171.995 phpstorm/171.997 pycharm/171.998 pycharm/171.999 webstorm/171.1002
Ilya.Kazakevich [Tue, 15 Nov 2016 21:21:32 +0000 (00:21 +0300)]
Doc added for PyEnvTestCase

6 years agoRevert: test framework: intention action availability must be checked
irengrig [Tue, 15 Nov 2016 20:35:06 +0000 (21:35 +0100)]
Revert: test framework: intention action availability must be checked

6 years ago[groovy] refactor 'change to operator' inspection
Daniil Ovchinnikov [Tue, 15 Nov 2016 14:23:13 +0000 (17:23 +0300)]
[groovy] refactor 'change to operator' inspection

- use strings instead of IElementTypes
- get rid of call transformation
- simplify weird builder
- highlight only method reference instead of whole method call
- @NotNull

6 years agomove refactoring: call completeJustSubmittedTasks before refreshing PSI (IDEA-CR...
peter [Tue, 15 Nov 2016 19:00:31 +0000 (20:00 +0100)]
move refactoring: call completeJustSubmittedTasks before refreshing PSI (IDEA-CR-15756)

6 years agocorrect framework library download failure handling (IDEA-CR-15783)
peter [Tue, 15 Nov 2016 18:49:10 +0000 (19:49 +0100)]
correct framework library download failure handling (IDEA-CR-15783)

6 years agodistinguish interfaces inside type args, see RedundantCast15Test#testRawCastsToAvoidI...
Anna.Kozlova [Tue, 15 Nov 2016 18:35:38 +0000 (19:35 +0100)]
distinguish interfaces inside type args, see RedundantCast15Test#testRawCastsToAvoidIncompatibility