idea/community.git
6 years agoRevert to Tool Window API
Dmitry Trofimov [Tue, 11 Oct 2016 01:46:03 +0000 (03:46 +0200)]
Revert to Tool Window API

6 years agoFix Django console to work with the refactored Python console from #PR444
Dmitry Trofimov [Tue, 4 Oct 2016 12:59:22 +0000 (14:59 +0200)]
Fix Django console to work with the refactored Python console from #PR444

6 years agoMerge branch 'multiline-console' of https://github.com/fitermay/intellij-community...
Dmitry Trofimov [Tue, 11 Oct 2016 02:27:08 +0000 (04:27 +0200)]
Merge branch 'multiline-console' of https://github.com/fitermay/intellij-community into traff/console-rework4

6 years agoRevert to avoid conflicts.
Dmitry Trofimov [Tue, 11 Oct 2016 02:20:22 +0000 (04:20 +0200)]
Revert to avoid conflicts.

(cherry picked from commit 18058b47ea38b55969e85d23d267d35cc035786a)

6 years agoTerminal shell integration with zsh
Dmitry Trofimov [Mon, 10 Oct 2016 21:08:47 +0000 (23:08 +0200)]
Terminal shell integration with zsh

6 years agoDefault to /bin/sh if /bin/bash is absent
Dmitry Trofimov [Mon, 10 Oct 2016 20:50:22 +0000 (22:50 +0200)]
Default to /bin/sh if /bin/bash is absent

6 years agoFirst try to find /bin/bash
Dmitry Trofimov [Mon, 10 Oct 2016 20:11:24 +0000 (22:11 +0200)]
First try to find /bin/bash

/bin/sh on Linux is not the same.

6 years agoFix shell script syntax
Dmitry Trofimov [Mon, 10 Oct 2016 20:08:06 +0000 (22:08 +0200)]
Fix shell script syntax

6 years agoemploy UserDataHolderEx#putUserDataIfAbsent if available appcode/163.6103 clion/163.6101 dbe/163.6105 phpstorm/163.6102 pycharm/163.6098
Gregory.Shrago [Tue, 11 Oct 2016 01:55:51 +0000 (04:55 +0300)]
employ UserDataHolderEx#putUserDataIfAbsent if available

6 years agointroduce predefined ProjectScope#getEverythingScope
Gregory.Shrago [Tue, 11 Oct 2016 01:27:49 +0000 (04:27 +0300)]
introduce predefined ProjectScope#getEverythingScope

6 years agoIDEA-133398 Do not use "--reintegrate" for merging with svn 1.8+ clients
Konstantin Kolosovsky [Mon, 10 Oct 2016 13:21:54 +0000 (16:21 +0300)]
IDEA-133398 Do not use "--reintegrate" for merging with svn 1.8+ clients

svn 1.8+ clients automatically detect if reintegrate merge should be
performed.

6 years agosvn: Use automatic sync/reintegrate merges if merge info is supported
Konstantin Kolosovsky [Mon, 10 Oct 2016 12:06:39 +0000 (15:06 +0300)]
svn: Use automatic sync/reintegrate merges if merge info is supported

Do not specify certain revisions for "Merge All" operation if merge info
is supported - svn detects necessary revisions and performs
corresponding merge operation automatically.

6 years agosvn: merge: Optimized branch copy point calculation performance
Konstantin Kolosovsky [Mon, 10 Oct 2016 05:50:07 +0000 (08:50 +0300)]
svn: merge: Optimized branch copy point calculation performance

Utilized "svn log --stop-on-copy" behavior instead of analyzing all svn
repository history

6 years agosvn: Refactored "FirstInBranch" - used "SVNURL" instead of "String"
Konstantin Kolosovsky [Mon, 10 Oct 2016 01:59:00 +0000 (04:59 +0300)]
svn: Refactored "FirstInBranch" - used "SVNURL" instead of "String"

6 years agosvn: Refactored "WorkingCopyFormat" - code simplified
Konstantin Kolosovsky [Sat, 8 Oct 2016 19:52:17 +0000 (22:52 +0300)]
svn: Refactored "WorkingCopyFormat" - code simplified

6 years agosvn: Refactored "MergeCalculatorTask" - do not check if merge info is supported
Konstantin Kolosovsky [Sat, 8 Oct 2016 19:33:20 +0000 (22:33 +0300)]
svn: Refactored "MergeCalculatorTask" - do not check if merge info is supported

It is already checked in "CheckRepositorySupportsMergeInfoTask".

6 years agosvn: Refactored "LocalChangesPromptTask" - removed "myCopyPoint" field
Konstantin Kolosovsky [Tue, 4 Oct 2016 13:55:36 +0000 (16:55 +0300)]
svn: Refactored "LocalChangesPromptTask" - removed "myCopyPoint" field

Change lists passed to the task are all obtained from merge source
branch. So we should just utilize url of this branch when calculating
relative paths.

6 years agosvn: Refactored "LocalChangesPromptTask" - code simplified
Konstantin Kolosovsky [Tue, 4 Oct 2016 11:08:31 +0000 (14:08 +0300)]
svn: Refactored "LocalChangesPromptTask" - code simplified

6 years agosvn: Refactored "FirstInBranch" - code simplified
Konstantin Kolosovsky [Tue, 4 Oct 2016 08:04:46 +0000 (11:04 +0300)]
svn: Refactored "FirstInBranch" - code simplified

6 years agovcs: Removed unused "ThreadSafeTransparentlyFailedValue"
Konstantin Kolosovsky [Sun, 2 Oct 2016 22:48:29 +0000 (01:48 +0300)]
vcs: Removed unused "ThreadSafeTransparentlyFailedValue"

6 years agosvn: Extracted "LookForBranchOriginTask", utilized it in quick merge
Konstantin Kolosovsky [Sun, 2 Oct 2016 17:47:05 +0000 (20:47 +0300)]
svn: Extracted "LookForBranchOriginTask", utilized it in quick merge

"LookForBranchOriginTask" is extracted from previously used
"SvnBranchPointsCalculator.getFirstCopyPointTask()" logic

6 years agosvn: Moved "MergeCalculatorTask.myMergeChecker" preparation to pooled thread
Konstantin Kolosovsky [Fri, 30 Sep 2016 14:01:54 +0000 (17:01 +0300)]
svn: Moved "MergeCalculatorTask.myMergeChecker" preparation to pooled thread

6 years agosvn: Refactoring - removed "ContinuationContext" method parameter from quick merge...
Konstantin Kolosovsky [Fri, 30 Sep 2016 13:40:22 +0000 (16:40 +0300)]
svn: Refactoring - removed "ContinuationContext" method parameter from quick merge tasks

6 years agosvn: Refactored "SvnBranchPointsCalculator" - code simplified
Konstantin Kolosovsky [Fri, 30 Sep 2016 12:33:28 +0000 (15:33 +0300)]
svn: Refactored "SvnBranchPointsCalculator" - code simplified

6 years agoRemoved unused "ValueHolder" interface
Konstantin Kolosovsky [Thu, 29 Sep 2016 00:20:02 +0000 (03:20 +0300)]
Removed unused "ValueHolder" interface

6 years agosvn: Refactored "SvnBranchPointsCalculator" - removed "myCache" field
Konstantin Kolosovsky [Thu, 29 Sep 2016 00:18:58 +0000 (03:18 +0300)]
svn: Refactored "SvnBranchPointsCalculator" - removed "myCache" field

Utilized "getBestHit()" and "persist()" directly

6 years agosvn: Refactoring - inlined "PersistentHolder" logic to "SvnBranchPointsCalculator"
Konstantin Kolosovsky [Wed, 28 Sep 2016 14:30:06 +0000 (17:30 +0300)]
svn: Refactoring - inlined "PersistentHolder" logic to "SvnBranchPointsCalculator"

6 years agosvn: Refactored "SvnBranchPointsCalculator.PersistentHolder" - code simplified
Konstantin Kolosovsky [Wed, 28 Sep 2016 14:10:57 +0000 (17:10 +0300)]
svn: Refactored "SvnBranchPointsCalculator.PersistentHolder" - code simplified

"myPersistentMap" already provides stored data as "TreeMap". So we just
utilize it instead of implementing same logic using separate
"myForSearchMap".

6 years agosvn: Unified quick merge errors displaying
Konstantin Kolosovsky [Tue, 27 Sep 2016 19:17:05 +0000 (22:17 +0300)]
svn: Unified quick merge errors displaying

6 years agosvn: Refactored "GeneralRunner", "SeparatePiecesRunner" and "TaskDescriptor"
Konstantin Kolosovsky [Tue, 27 Sep 2016 14:57:35 +0000 (17:57 +0300)]
svn: Refactored "GeneralRunner", "SeparatePiecesRunner" and "TaskDescriptor"

Code simplified

6 years agosvn: Removed unused methods from "ContinuationContext" and implementations
Konstantin Kolosovsky [Tue, 27 Sep 2016 14:25:17 +0000 (17:25 +0300)]
svn: Removed unused methods from "ContinuationContext" and implementations

6 years agosvn: Removed unnecessary "Continuation" and tests
Konstantin Kolosovsky [Tue, 27 Sep 2016 14:08:32 +0000 (17:08 +0300)]
svn: Removed unnecessary "Continuation" and tests

Used "SeparatePiecesRunner" directly

6 years agosvn: Made "LoadRecentBranchRevisions" and "ShowRevisionSelector" extend "BaseMergeTask"
Konstantin Kolosovsky [Tue, 27 Sep 2016 00:22:37 +0000 (03:22 +0300)]
svn: Made "LoadRecentBranchRevisions" and "ShowRevisionSelector" extend "BaseMergeTask"

Code simplified

6 years agosvn: Refactored "BaseMergeTask" and inheritors
Konstantin Kolosovsky [Mon, 26 Sep 2016 20:53:44 +0000 (23:53 +0300)]
svn: Refactored "BaseMergeTask" and inheritors

* Used single "QuickMerge" constructor parameter instead of 2 separate
"MergeContext" and "QuickMergeInteraction" parameters
* Code simplified, warnings fixed, @NotNull

6 years agosvn: Refactored "QuickMerge" - code simplified
Konstantin Kolosovsky [Mon, 26 Sep 2016 19:27:25 +0000 (22:27 +0300)]
svn: Refactored "QuickMerge" - code simplified

6 years agosvn: Refactored "SvnQuickMergeTest" - removed duplication
Konstantin Kolosovsky [Mon, 26 Sep 2016 19:02:20 +0000 (22:02 +0300)]
svn: Refactored "SvnQuickMergeTest" - removed duplication

Reused common "wait for quick merge completion" logic

6 years agosvn: Removed unnecessary "MergeDialogI" interface
Konstantin Kolosovsky [Sun, 25 Sep 2016 21:43:41 +0000 (00:43 +0300)]
svn: Removed unnecessary "MergeDialogI" interface

6 years agosvn: Moved "load more change lists" logic directly to "ToBeMergedDialog"
Konstantin Kolosovsky [Sun, 25 Sep 2016 21:40:18 +0000 (00:40 +0300)]
svn: Moved "load more change lists" logic directly to "ToBeMergedDialog"

6 years agosvn: Refactored "QuickMergeInteractionImpl" - code simplified
Konstantin Kolosovsky [Sun, 25 Sep 2016 21:15:01 +0000 (00:15 +0300)]
svn: Refactored "QuickMergeInteractionImpl" - code simplified

Updated corresponding "QuickMergeInteraction" interface methods

6 years agosvn: Refactored "QuickMergeInteraction" - @NotNull
Konstantin Kolosovsky [Sun, 25 Sep 2016 19:25:56 +0000 (22:25 +0300)]
svn: Refactored "QuickMergeInteraction" - @NotNull

6 years agosvn: Removed unnecessary "QuickMergeInteraction.showError()"
Konstantin Kolosovsky [Sun, 25 Sep 2016 16:33:39 +0000 (19:33 +0300)]
svn: Removed unnecessary "QuickMergeInteraction.showError()"

Utilized "QuickMergeInteraction.showErrors()" instead

6 years agosvn: Refactored "QuickMergeTestInteraction" and inheritors
Konstantin Kolosovsky [Sun, 25 Sep 2016 16:19:15 +0000 (19:19 +0300)]
svn: Refactored "QuickMergeTestInteraction" and inheritors

6 years agosvn: Refactored "ToBeMergedDialog" - warnings fixed, code simplified
Konstantin Kolosovsky [Sat, 24 Sep 2016 21:42:45 +0000 (00:42 +0300)]
svn: Refactored "ToBeMergedDialog" - warnings fixed, code simplified

6 years agosvn: Refactored "FirstInBranch"
Konstantin Kolosovsky [Tue, 20 Sep 2016 13:34:03 +0000 (16:34 +0300)]
svn: Refactored "FirstInBranch"

Removed "TransparentlyFailedValueI" usages, @NotNull

6 years agosvn: Removed "FactsCalculator" - necessary logic moved to "SvnBranchPointsCalculator"
Konstantin Kolosovsky [Mon, 19 Sep 2016 04:48:52 +0000 (07:48 +0300)]
svn: Removed "FactsCalculator" - necessary logic moved to "SvnBranchPointsCalculator"

6 years agosvn: Removed "RunOrContinuation" - necessary logic moved to "FactsCalculator"
Konstantin Kolosovsky [Mon, 19 Sep 2016 03:52:26 +0000 (06:52 +0300)]
svn: Removed "RunOrContinuation" - necessary logic moved to "FactsCalculator"

6 years agosvn: Removed unused methods from "FactsCalculator" and "RunOrContinuation"
Konstantin Kolosovsky [Mon, 19 Sep 2016 03:33:33 +0000 (06:33 +0300)]
svn: Removed unused methods from "FactsCalculator" and "RunOrContinuation"

6 years agosvn: Used "BackgroundTaskQueue" for running "MergeFromTheirsResolver" tasks
Konstantin Kolosovsky [Mon, 3 Oct 2016 15:22:22 +0000 (18:22 +0300)]
svn: Used "BackgroundTaskQueue" for running "MergeFromTheirsResolver" tasks

* Implemented "BackgroundTaskGroup" to provide common cancellation and
error handling behaviour for tasks
* Removed "TaskDescriptor" usages and utilized "BackgroundTaskGroup"
for running tasks instead

6 years ago[Parameter Name Hints] move ToggleInlineHintsAction to other popup actions, restart...
Yaroslav Lepenkin [Mon, 10 Oct 2016 21:46:02 +0000 (00:46 +0300)]
[Parameter Name Hints] move ToggleInlineHintsAction to other popup actions, restart highlighters on adding method to blacklist

6 years agoangular: avoid refreshing VFS from Filter.applyFilter
Sergey Simonchik [Mon, 10 Oct 2016 21:33:11 +0000 (00:33 +0300)]
angular: avoid refreshing VFS from Filter.applyFilter

6 years agoIDEA-162171 File > Open points to "C:\" directory appcode/163.6092
Sergey Malenkov [Mon, 10 Oct 2016 20:10:15 +0000 (23:10 +0300)]
IDEA-162171 File > Open points to "C:\" directory

6 years agoIDEA-162289 (Replace unicode escape with character intention doesn't work for surroga...
Bas Leijdekkers [Mon, 10 Oct 2016 18:51:44 +0000 (20:51 +0200)]
IDEA-162289 (Replace unicode escape with character intention doesn't work for surrogate pairs)

6 years agoCustom foldings: fix placeholder text for folding in block comments
Alexander Zolotov [Mon, 10 Oct 2016 18:45:40 +0000 (21:45 +0300)]
Custom foldings: fix placeholder text for folding in block comments

6 years agoMerge remote-tracking branch 'origin/master'
Dmitry Trofimov [Mon, 10 Oct 2016 19:03:47 +0000 (21:03 +0200)]
Merge remote-tracking branch 'origin/master'

6 years agoIn case of sh shell source command with -c option as pure sh doesn't have --rcfile...
Dmitry Trofimov [Mon, 10 Oct 2016 19:02:45 +0000 (21:02 +0200)]
In case of sh shell source command with -c option as pure sh doesn't have --rcfile option

6 years ago[git] minor: lambdify
Julia Beliaeva [Mon, 10 Oct 2016 19:00:48 +0000 (22:00 +0300)]
[git] minor: lambdify

6 years ago[git] fix external git log window size
Julia Beliaeva [Mon, 10 Oct 2016 18:58:48 +0000 (21:58 +0300)]
[git] fix external git log window size

Specify dimension service key IDEA-159852.

6 years agoIDEA-162322 Completion missing for field in copy constructor dbe/163.6084
peter [Mon, 10 Oct 2016 18:48:51 +0000 (20:48 +0200)]
IDEA-162322 Completion missing for field in copy constructor

6 years agono collectIntentionsFromDoNotShowLeveledInspections in dumb mode, as inspections...
peter [Mon, 10 Oct 2016 18:31:02 +0000 (20:31 +0200)]
no collectIntentionsFromDoNotShowLeveledInspections in dumb mode, as inspections are not run during indexing

6 years agoapply diff in a write-safe context (EA-89129 - assert: PsiModificationTrackerImpl...
peter [Mon, 10 Oct 2016 18:24:17 +0000 (20:24 +0200)]
apply diff in a write-safe context (EA-89129 - assert: PsiModificationTrackerImpl.fireEvent)

6 years agoQuickfix for https://ea.jetbrains.com/browser/ea_reports/1221217
Vassiliy.Kudryashov [Mon, 10 Oct 2016 18:33:38 +0000 (21:33 +0300)]
Quickfix for https://ea.jetbrains.com/browser/ea_reports/1221217

6 years agoPass rcfile parameter as a environment variable in case of shell integration (IDEA...
Dmitry Trofimov [Mon, 10 Oct 2016 18:10:54 +0000 (20:10 +0200)]
Pass rcfile parameter as a environment variable in case of shell integration (IDEA-162329)

6 years agoPY-20541 Introduce PyBaseIntentionAction that checks if current file is read-only
Mikhail Golubev [Wed, 24 Aug 2016 17:05:21 +0000 (20:05 +0300)]
PY-20541 Introduce PyBaseIntentionAction that checks if current file is read-only

All PyCharm's intentions now extend this super class. Because it
inherits from BaseIntentionAction it also allowed to remove some
boilreplate related to specifying that intention should run in the
write action and bookkeeping of intention's text.

6 years agoandroid tests idea/163.6083
Dmitry Avdeev [Mon, 10 Oct 2016 17:58:27 +0000 (20:58 +0300)]
android tests

6 years agoandroid tests
Dmitry Avdeev [Mon, 10 Oct 2016 17:49:33 +0000 (20:49 +0300)]
android tests

6 years agoandroid-rt class version check removed
Dmitry Avdeev [Mon, 10 Oct 2016 17:37:13 +0000 (20:37 +0300)]
android-rt class version check removed

6 years agoandroid layoutlib-loader
Dmitry Avdeev [Mon, 10 Oct 2016 17:24:45 +0000 (20:24 +0300)]
android layoutlib-loader

6 years agoshelf tab is dumb aware
Dmitry Avdeev [Mon, 10 Oct 2016 16:47:11 +0000 (19:47 +0300)]
shelf tab is dumb aware

6 years agoWe can always read virtualenv variables running /bin/sh
Dmitry Trofimov [Mon, 10 Oct 2016 17:29:20 +0000 (19:29 +0200)]
We can always read virtualenv variables running /bin/sh

6 years agoDon't fail in case of exception in terminal customizer (IDEA-162282)
Dmitry Trofimov [Mon, 10 Oct 2016 17:26:43 +0000 (19:26 +0200)]
Don't fail in case of exception in terminal customizer (IDEA-162282)

6 years agoremove PeripheralFileType
Aleksey Pivovarov [Mon, 10 Oct 2016 17:12:06 +0000 (20:12 +0300)]
remove PeripheralFileType

this commit partially reverts 77fc58d

6 years agoIDEA-162307 diff: do not use custom FileType for highlighting
Aleksey Pivovarov [Mon, 10 Oct 2016 16:49:48 +0000 (19:49 +0300)]
IDEA-162307 diff: do not use custom FileType for highlighting

* cause: reqursive LanguageSubstitutors are not supported
* enable highlighting for NonPhysicalFileSystems instead

6 years ago[vcs-log] fix IAE in commit details in GTK: use gray_128 for committer and commit...
Julia Beliaeva [Mon, 10 Oct 2016 17:23:15 +0000 (20:23 +0300)]
[vcs-log] fix IAE in commit details in GTK: use gray_128 for committer and commit date

Replace disabled button color, which is null for GTK, with gray_128 color as specified in IDEA-160683.
Fixes IDEA-161650.

6 years ago[Parameter Name Hints] settings tests added dbe/163.6076
Yaroslav Lepenkin [Mon, 10 Oct 2016 16:40:11 +0000 (19:40 +0300)]
[Parameter Name Hints] settings tests added

6 years ago[Parameter Name Hints] fixed typo
Yaroslav Lepenkin [Mon, 10 Oct 2016 16:24:55 +0000 (19:24 +0300)]
[Parameter Name Hints] fixed typo

6 years ago[Parameter Hints Settings] extracted parameter name hints extension
Yaroslav Lepenkin [Mon, 10 Oct 2016 15:02:00 +0000 (18:02 +0300)]
[Parameter Hints Settings] extracted parameter name hints extension

6 years ago[Parameter Hints Settings] settings moved into lang-impl
Yaroslav Lepenkin [Mon, 10 Oct 2016 13:24:43 +0000 (16:24 +0300)]
[Parameter Hints Settings] settings moved into lang-impl

6 years ago[Parameter Hints Settings] store blacklist diff
Yaroslav Lepenkin [Mon, 10 Oct 2016 12:45:44 +0000 (15:45 +0300)]
[Parameter Hints Settings] store blacklist diff

6 years ago[Parameter Name Hints] minor rename
Yaroslav Lepenkin [Sat, 8 Oct 2016 19:04:30 +0000 (22:04 +0300)]
[Parameter Name Hints] minor rename

6 years ago[Parameter Name Hints] add current method to blacklist
Yaroslav Lepenkin [Sat, 8 Oct 2016 17:55:20 +0000 (20:55 +0300)]
[Parameter Name Hints] add current method to blacklist

6 years ago[Parameter Name Hints] one more blacklisted item
Yaroslav Lepenkin [Sat, 8 Oct 2016 17:28:47 +0000 (20:28 +0300)]
[Parameter Name Hints] one more blacklisted item

6 years ago[Parameter Hints Manager] use blacklist
Yaroslav Lepenkin [Sat, 8 Oct 2016 15:00:56 +0000 (18:00 +0300)]
[Parameter Hints Manager] use blacklist

6 years ago[Parameter Hints Manager] add action to configure blacklist
Yaroslav Lepenkin [Sat, 8 Oct 2016 11:05:13 +0000 (14:05 +0300)]
[Parameter Hints Manager] add action to configure blacklist

6 years ago[Parameter Hints Manager] more hints
Yaroslav Lepenkin [Fri, 7 Oct 2016 12:25:10 +0000 (15:25 +0300)]
[Parameter Hints Manager] more hints

6 years agoui designer: create listener in a write-safe context (EA-88797 - assert: PsiModificat...
peter [Mon, 10 Oct 2016 17:00:31 +0000 (19:00 +0200)]
ui designer: create listener in a write-safe context (EA-88797 - assert: PsiModificationTrackerImpl.fireEvent)

6 years agoperform macro playback typing and action invocation in write-safe context (EA-89146...
peter [Mon, 10 Oct 2016 16:57:08 +0000 (18:57 +0200)]
perform macro playback typing and action invocation in write-safe context (EA-89146 - assert: PsiDocumentManagerBase.commitAllDocuments)

6 years agodon't show progress forever in goto popups when the calculating thread throws an...
peter [Mon, 10 Oct 2016 16:49:03 +0000 (18:49 +0200)]
don't show progress forever in goto popups when the calculating thread throws an exception

6 years agomove modality-aware doWhenFocusSettlesDown into IdeFocusManager API
peter [Mon, 10 Oct 2016 16:10:15 +0000 (18:10 +0200)]
move modality-aware doWhenFocusSettlesDown into IdeFocusManager API

6 years agoinsert static field imports on paste (IDEA-CR-14336, IDEA-161588)
peter [Mon, 10 Oct 2016 15:24:44 +0000 (17:24 +0200)]
insert static field imports on paste (IDEA-CR-14336, IDEA-161588)

6 years agorun tests: check fast multiple selection (IDEA-150532)
Anna.Kozlova [Mon, 10 Oct 2016 16:32:52 +0000 (18:32 +0200)]
run tests: check fast multiple selection (IDEA-150532)

6 years agocoverage: hide coverage on view disposal (IDEA-162273)
Anna.Kozlova [Mon, 10 Oct 2016 15:19:12 +0000 (17:19 +0200)]
coverage: hide coverage on view disposal (IDEA-162273)

6 years ago[vcs-log] scale checkbox icon size
Julia Beliaeva [Mon, 10 Oct 2016 16:37:11 +0000 (19:37 +0300)]
[vcs-log] scale checkbox icon size

6 years ago[vcs-log] minor: remove some unused inner classes
Julia Beliaeva [Mon, 10 Oct 2016 15:40:13 +0000 (18:40 +0300)]
[vcs-log] minor: remove some unused inner classes

6 years ago[vcs-log] minor: add @NotNull annotations
Julia Beliaeva [Mon, 10 Oct 2016 15:39:45 +0000 (18:39 +0300)]
[vcs-log] minor: add @NotNull annotations

6 years ago[vcs-log] minor: remove unused fields
Julia Beliaeva [Mon, 10 Oct 2016 15:38:16 +0000 (18:38 +0300)]
[vcs-log] minor: remove unused fields

6 years ago[vcs-log] minor: remove explicit type parameters
Julia Beliaeva [Mon, 10 Oct 2016 15:37:37 +0000 (18:37 +0300)]
[vcs-log] minor: remove explicit type parameters

6 years ago[vcs-log] minor: use method references
Julia Beliaeva [Mon, 10 Oct 2016 15:37:03 +0000 (18:37 +0300)]
[vcs-log] minor: use method references

6 years ago[vcs-log] minor: inline parameters that are not changed
Julia Beliaeva [Mon, 10 Oct 2016 15:36:44 +0000 (18:36 +0300)]
[vcs-log] minor: inline parameters that are not changed

6 years agoadding missing deps dbe/163.6072
Eugene Zhuravlev [Mon, 10 Oct 2016 16:26:08 +0000 (18:26 +0200)]
adding missing deps

6 years agoaction popups: copy text of the selected item on Ctrl+C (IDEA-145798, IDEA-122755)
nik [Mon, 10 Oct 2016 16:23:48 +0000 (19:23 +0300)]
action popups: copy text of the selected item on Ctrl+C (IDEA-145798, IDEA-122755)