idea/community.git
8 years ago@TestOnly UpdateRequestsQueue.waitUntilRefreshed (IDEA-CR-4267)
peter [Mon, 10 Aug 2015 12:57:15 +0000 (14:57 +0200)]
@TestOnly UpdateRequestsQueue.waitUntilRefreshed (IDEA-CR-4267)

8 years agoJBIterable: stateful filters/transforms/generators clion/142.3917
Gregory.Shrago [Mon, 10 Aug 2015 12:58:06 +0000 (15:58 +0300)]
JBIterable: stateful filters/transforms/generators
JBIterator: ability to introspect operations

8 years agoTreeTraversal: extract the notion of tree traversal type (DFS, BFS, etc.) & cleanup...
Gregory.Shrago [Mon, 10 Aug 2015 12:52:52 +0000 (15:52 +0300)]
TreeTraversal: extract the notion of tree traversal type (DFS, BFS, etc.) & cleanup FilteredTraversal API

8 years agovcs: do not suggest to revert changes from current changelist if modifiedWithoutEditi... phpstorm/142.3916
Aleksey Pivovarov [Mon, 10 Aug 2015 12:04:02 +0000 (15:04 +0300)]
vcs: do not suggest to revert changes from current changelist if modifiedWithoutEditing files were detected

8 years agowhen parsing signatures, create GenericBoundUsage only for classes mentioned in signa...
Eugene Zhuravlev [Mon, 10 Aug 2015 09:54:35 +0000 (11:54 +0200)]
when parsing signatures, create GenericBoundUsage only for classes mentioned in signature bounds;
mark dependencies caused by GenericBoundUsage only in chunk being compiled and all chunks that depend on it recursively

8 years agoreview
Alexey Kudravtsev [Mon, 10 Aug 2015 10:11:26 +0000 (13:11 +0300)]
review

8 years agoIdeStartupScripts: do not attempt to execute backup files
Sergey Savenko [Mon, 10 Aug 2015 10:07:33 +0000 (13:07 +0300)]
IdeStartupScripts: do not attempt to execute backup files

8 years agoColor scheme migration to version 142 (inheritance is enforced for missing attributes) appcode/142.3912 clion/142.3911
Rustam Vishnyakov [Mon, 10 Aug 2015 08:51:10 +0000 (11:51 +0300)]
Color scheme migration to version 142 (inheritance is enforced for missing attributes)

8 years agoCPP-4184 Generate multiple '}' on enter for enclosed namespaces #3
Alexey Utkin [Mon, 10 Aug 2015 08:57:51 +0000 (11:57 +0300)]
CPP-4184 Generate multiple '}' on enter for enclosed namespaces #3

8 years agosmart pointer cleanup phpstorm/142.3906
peter [Mon, 10 Aug 2015 06:18:01 +0000 (08:18 +0200)]
smart pointer cleanup

8 years agocleanup
Vladimir Krivosheev [Sun, 9 Aug 2015 12:42:36 +0000 (14:42 +0200)]
cleanup

8 years agocomment registerProjectLevelProviders — not yet supported in any case
Vladimir Krivosheev [Sun, 9 Aug 2015 11:08:24 +0000 (13:08 +0200)]
comment registerProjectLevelProviders — not yet supported in any case

8 years agouse StateMap directly (if you need only load, it is enough)
Vladimir Krivosheev [Sun, 9 Aug 2015 10:48:40 +0000 (12:48 +0200)]
use StateMap directly (if you need only load, it is enough)

8 years agospeedup vcs tests by doing change refresh immediately
peter [Mon, 10 Aug 2015 06:05:13 +0000 (08:05 +0200)]
speedup vcs tests by doing change refresh immediately

8 years agoadded authors to the courses according to new API appcode/142.3903 clion/142.3902 dbe/142.3900 idea/142.3897 pycharm/142.3901 rubymine/142.3898 webstorm/142.3896
Ekaterina Tuzova [Sun, 9 Aug 2015 16:24:07 +0000 (19:24 +0300)]
added authors to the courses according to new API

8 years agofixed EDU-386× waiting for push Bring progress bar back
Ekaterina Tuzova [Sun, 9 Aug 2015 15:52:44 +0000 (18:52 +0300)]
fixed EDU-386× waiting for push Bring progress bar back

8 years agoset use.read.action.to.init.service to true again, until it is not clear why tests... appcode/142.3893 clion/142.3892
Vladimir Krivosheev [Sun, 9 Aug 2015 14:46:51 +0000 (16:46 +0200)]
set use.read.action.to.init.service to true again, until it is not clear why tests failed today

8 years agofix "getting service from write-action" warns in CodeInsightTestFixtureImpl
Vladimir Krivosheev [Sun, 9 Aug 2015 12:08:45 +0000 (14:08 +0200)]
fix "getting service from write-action" warns in CodeInsightTestFixtureImpl

8 years agofix NPE in tests
Vladimir Krivosheev [Sun, 9 Aug 2015 10:07:29 +0000 (12:07 +0200)]
fix NPE in tests

8 years agofix "getting service from write-action" warns in compiler tests
Vladimir Krivosheev [Sun, 9 Aug 2015 10:07:09 +0000 (12:07 +0200)]
fix "getting service from write-action" warns in compiler tests

8 years agoIDEA-143673 Incorrect duplicate: filling fields in similar constructors
Maxim.Mossienko [Sun, 9 Aug 2015 13:20:10 +0000 (15:20 +0200)]
IDEA-143673 Incorrect duplicate: filling fields in similar constructors

8 years ago[git] IDEA-143674 Split command parameters into several commands when needed appcode/142.3890 clion/142.3891
Kirill Likhodedov [Sat, 8 Aug 2015 13:45:05 +0000 (16:45 +0300)]
[git] IDEA-143674 Split command parameters into several commands when needed

8 years agouse.read.action.to.init.service = false by default appcode/142.3887 clion/142.3888
Vladimir Krivosheev [Fri, 7 Aug 2015 06:37:57 +0000 (08:37 +0200)]
use.read.action.to.init.service = false by default

8 years agoComponentStore — load state without read action
Vladimir Krivosheev [Thu, 6 Aug 2015 16:43:31 +0000 (18:43 +0200)]
ComponentStore — load state without read action

8 years agoFileStorage in kotlin, thread-safe StateStorageBase.getStorageData (initial, will...
Vladimir Krivosheev [Thu, 6 Aug 2015 15:41:42 +0000 (17:41 +0200)]
FileStorage in kotlin, thread-safe StateStorageBase.getStorageData (initial, will be addressed and tested later)

8 years agoFileStorage in kotlin, thread-safe StateStorageBase.getStorageData (initial, will...
Vladimir Krivosheev [Thu, 6 Aug 2015 15:40:53 +0000 (17:40 +0200)]
FileStorage in kotlin, thread-safe StateStorageBase.getStorageData (initial, will be addressed and tested later)

8 years agomove XmlElementStorage to configuration-store module
Vladimir Krivosheev [Thu, 6 Aug 2015 09:54:45 +0000 (11:54 +0200)]
move XmlElementStorage to configuration-store module

8 years agohide FileBasedStorage implementation
Vladimir Krivosheev [Thu, 6 Aug 2015 09:46:22 +0000 (11:46 +0200)]
hide FileBasedStorage implementation

8 years agomove field myBlockSavingTheContent to FileBasedStorage
Vladimir Krivosheev [Thu, 6 Aug 2015 09:30:18 +0000 (11:30 +0200)]
move field myBlockSavingTheContent to FileBasedStorage

8 years agoget rid of FileBasedStorage.getFilePath — storageManager.expandMacros should be used...
Vladimir Krivosheev [Thu, 6 Aug 2015 09:18:16 +0000 (11:18 +0200)]
get rid of FileBasedStorage.getFilePath — storageManager.expandMacros should be used instead (now it guaranteed that expanded path is system-independent)

8 years agoduplicated code in type hierarchy appcode/142.3877 clion/142.3878 dbe/142.3880 idea/142.3881 phpstorm/142.3883 pycharm/142.3879 rubymine/142.3884 webstorm/142.3876
Maxim.Mossienko [Sat, 8 Aug 2015 23:16:11 +0000 (01:16 +0200)]
duplicated code in type hierarchy

8 years agoIG: fix "Field accessed in both synchronized and unsynchronized contexts" inspection...
Bas Leijdekkers [Sat, 8 Aug 2015 21:08:54 +0000 (23:08 +0200)]
IG: fix "Field accessed in both synchronized and unsynchronized contexts" inspection walking visitor problem

8 years agogenerate default method and improved text & description for "delegated method with...
Bas Leijdekkers [Sat, 8 Aug 2015 19:51:46 +0000 (21:51 +0200)]
generate default method and improved text & description for "delegated method with default parameter value" intentions

8 years ago[git] Don't fail if meet non-existent config vars starting with 'remote' & DRY appcode/142.3873 clion/142.3872
Kirill Likhodedov [Sat, 8 Aug 2015 14:40:35 +0000 (17:40 +0300)]
[git] Don't fail if meet non-existent config vars starting with 'remote' & DRY

Relates to IDEA-143363.

8 years ago[vcs] Revert making vcs processes blocking (cff1ba8) since it seem to cause thread...
Kirill Likhodedov [Sat, 8 Aug 2015 12:55:54 +0000 (15:55 +0300)]
[vcs] Revert making vcs processes blocking (cff1ba8) since it seem to cause thread hangs: IDEA-143143 IDEA-142540

8 years agoMake sure VDSM.changesProcessed are called after retrieveScopes
Kirill Likhodedov [Fri, 24 Jul 2015 14:57:05 +0000 (17:57 +0300)]
Make sure VDSM.changesProcessed are called after retrieveScopes

8 years agoFix & simplify VcsDirtyScopeManager initialization
Kirill Likhodedov [Sat, 18 Jul 2015 12:18:09 +0000 (15:18 +0300)]
Fix & simplify VcsDirtyScopeManager initialization

Make sure it is initialized after mappings (to avoid deadlocks similar to IDEA-129253),
and after the CLM initialization.

Once VDSM is initialized, begin accepting markDirty requests and mark everything dirty.

8 years ago[vcs] VDSM refactoring: get rid of Scopes
Kirill Likhodedov [Tue, 7 Jul 2015 11:21:44 +0000 (14:21 +0300)]
[vcs] VDSM refactoring: get rid of Scopes

* Operate directly with the dirty builder and return the VcsInvalidated when needed,
  instead of populating Scopes and then requesting it to return data.
* Make DefaultVcsRootPolicy return a set of dirty roots and then
  handle it as usual: group by vcs and mark dirty.

8 years ago[vcs] rename method to make its purpose more clear
Kirill Likhodedov [Mon, 6 Jul 2015 16:34:55 +0000 (19:34 +0300)]
[vcs] rename method to make its purpose more clear

8 years ago[vcs] return a new instance instead of populating the given one
Kirill Likhodedov [Fri, 3 Jul 2015 16:48:50 +0000 (19:48 +0300)]
[vcs] return a new instance instead of populating the given one

8 years ago[vcs] Get rid of FilePathUnderVcs & extra map-to-map conversions
Kirill Likhodedov [Fri, 3 Jul 2015 16:04:37 +0000 (19:04 +0300)]
[vcs] Get rid of FilePathUnderVcs & extra map-to-map conversions

8 years agoMultiMap: add static empty() to avoid casts when using EMPTY
Kirill Likhodedov [Fri, 3 Jul 2015 15:58:03 +0000 (18:58 +0300)]
MultiMap: add static empty() to avoid casts when using EMPTY

8 years ago[vcs] Simplify: get rid of SynchronizedLife, use LOCK + disposal check
Kirill Likhodedov [Wed, 1 Jul 2015 15:59:00 +0000 (18:59 +0300)]
[vcs] Simplify: get rid of SynchronizedLife, use LOCK + disposal check

8 years ago[vcs] No need to kill self twice: disposeComponent is called when project is closed
Kirill Likhodedov [Wed, 1 Jul 2015 15:43:27 +0000 (18:43 +0300)]
[vcs] No need to kill self twice: disposeComponent is called when project is closed

8 years agoVcsDirtyScopeManagerImpl: simplify: one consumer less
Kirill Likhodedov [Wed, 1 Jul 2015 15:40:12 +0000 (18:40 +0300)]
VcsDirtyScopeManagerImpl: simplify: one consumer less

8 years ago[vcs] DRY
Kirill Likhodedov [Wed, 1 Jul 2015 15:35:10 +0000 (18:35 +0300)]
[vcs] DRY

8 years ago[vcs] functional style: return new collection instead of populating the given one
Kirill Likhodedov [Wed, 1 Jul 2015 15:32:38 +0000 (18:32 +0300)]
[vcs] functional style: return new collection instead of populating the given one

8 years ago[vcs] DRY: pass FilePath objects to the DirtBuilder, convert VF to FP right away...
Kirill Likhodedov [Wed, 1 Jul 2015 14:52:37 +0000 (17:52 +0300)]
[vcs] DRY: pass FilePath objects to the DirtBuilder, convert VF to FP right away in the VDSM

8 years ago[vcs] Simplify: use boolean instead of LifeStages since there are only two meaningful...
Kirill Likhodedov [Wed, 1 Jul 2015 12:17:16 +0000 (15:17 +0300)]
[vcs] Simplify: use boolean instead of LifeStages since there are only two meaningful stages now

8 years ago[vcs] Simplify: use boolean instead of LifeDrop since there is only 2 stages now...
Kirill Likhodedov [Wed, 1 Jul 2015 12:15:38 +0000 (15:15 +0300)]
[vcs] Simplify: use boolean instead of LifeDrop since there is only 2 stages now: done or not done

8 years agoDon't suspend VcsDirtyScopeManager: prefer suspending the ChangeListManager
Kirill Likhodedov [Wed, 1 Jul 2015 11:39:30 +0000 (14:39 +0300)]
Don't suspend VcsDirtyScopeManager: prefer suspending the ChangeListManager

8 years agoremove unused methods
Kirill Likhodedov [Wed, 1 Jul 2015 11:32:03 +0000 (14:32 +0300)]
remove unused methods

8 years agodon't sleep for nothing when preloading actions in ProjectLeakTest appcode/142.3869 clion/142.3868 clion/142.3871
peter [Sat, 8 Aug 2015 08:07:43 +0000 (10:07 +0200)]
don't sleep for nothing when preloading actions in ProjectLeakTest

8 years agodo not show parens for empty list of shortcuts appcode/142.3866 clion/142.3861 dbe/142.3859 idea/142.3863 phpstorm/142.3865 pycharm/142.3860 rubymine/142.3864 webstorm/142.3858
Oleg Sukhodolsky [Fri, 7 Aug 2015 20:45:59 +0000 (23:45 +0300)]
do not show parens for empty list of shortcuts

8 years agomore diagnostics for missing dom child (EA-71453 - assert: DomInvocationHandler.getCo...
peter [Fri, 7 Aug 2015 20:14:38 +0000 (22:14 +0200)]
more diagnostics for missing dom child (EA-71453 - assert: DomInvocationHandler.getCollectionChildren)

8 years agoclear java file declaration cache on any PSI change: stub index anchors may die even...
peter [Fri, 7 Aug 2015 20:05:17 +0000 (22:05 +0200)]
clear java file declaration cache on any PSI change: stub index anchors may die even on non-structural PSI changes (EA-66622 - assert: SymbolCollectingProcessor$ResultWithContext.getElement)

8 years agoMerge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Fri, 7 Aug 2015 19:16:46 +0000 (22:16 +0300)]
Merge remote-tracking branch 'origin/master'

8 years agoPY-3999 PY-8207 PY-7309
Ilya.Kazakevich [Fri, 7 Aug 2015 18:31:35 +0000 (21:31 +0300)]
PY-3999 PY-8207 PY-7309

PyClass ancestors are now cached in smart way using type eval context as key

8 years agoIDEA-142715 It's impossible to move multiple files by mouse between changelists or... appcode/142.3855 clion/142.3854
Sergey Malenkov [Fri, 7 Aug 2015 18:08:52 +0000 (21:08 +0300)]
IDEA-142715 It's impossible to move multiple files by mouse between changelists or even select several files via Ctrl/Cmd+Click

8 years agofont type changes for color blindness people in default schemes
Sergey Malenkov [Fri, 7 Aug 2015 13:50:51 +0000 (16:50 +0300)]
font type changes for color blindness people in default schemes

8 years agoread settings using utility class
Sergey Malenkov [Fri, 7 Aug 2015 12:46:44 +0000 (15:46 +0300)]
read settings using utility class

8 years agoobsolete extension point removed
nik [Fri, 7 Aug 2015 17:06:40 +0000 (20:06 +0300)]
obsolete extension point removed

8 years agoforceInvalidate()
Gregory.Shrago [Fri, 7 Aug 2015 16:39:39 +0000 (19:39 +0300)]
forceInvalidate()

8 years agoTestFramework: better diagnostic in CodeInsightTestFixture.configureByFile
Anton Makeev [Fri, 7 Aug 2015 16:20:26 +0000 (18:20 +0200)]
TestFramework: better diagnostic in CodeInsightTestFixture.configureByFile

8 years ago'add library to dependencies' fix migrated to use new ProjectModelModificationService
nik [Fri, 7 Aug 2015 15:46:19 +0000 (18:46 +0300)]
'add library to dependencies' fix migrated to use new ProjectModelModificationService

8 years agounused method removed
nik [Fri, 7 Aug 2015 14:33:33 +0000 (17:33 +0300)]
unused method removed

8 years agoFormBuilder: allow to add a component without label which occupies all available...
Sergey Simonchik [Fri, 7 Aug 2015 14:39:10 +0000 (17:39 +0300)]
FormBuilder: allow to add a component without label which occupies all available vertical space and which is not an instance of JScrollPane

8 years agoMerge remote-tracking branch 'origin/master'
Alexander Koshevoy [Fri, 7 Aug 2015 14:38:05 +0000 (17:38 +0300)]
Merge remote-tracking branch 'origin/master'

8 years agoMerge remote-tracking branch 'origin/master'
Alexander Koshevoy [Fri, 7 Aug 2015 14:36:23 +0000 (17:36 +0300)]
Merge remote-tracking branch 'origin/master'

8 years agoIDEA-141408 Action "Duplicate Lines" duplicates too much - fix text
Dmitry Batrak [Fri, 7 Aug 2015 14:34:28 +0000 (17:34 +0300)]
IDEA-141408 Action "Duplicate Lines" duplicates too much - fix text

8 years agodon't try to show dialog in tests appcode/142.3853
nik [Fri, 7 Aug 2015 14:32:20 +0000 (17:32 +0300)]
don't try to show dialog in tests

8 years agoProjectModelModificationService: allow adding library to several modules at once...
nik [Fri, 7 Aug 2015 14:28:31 +0000 (17:28 +0300)]
ProjectModelModificationService: allow adding library to several modules at once, InferNullityAnnotationsAction migrated to use the service

8 years agotest frameworks: setup library via ProjectModelModificationService
nik [Fri, 7 Aug 2015 09:37:15 +0000 (12:37 +0300)]
test frameworks: setup library via ProjectModelModificationService

8 years agoclass moved
nik [Fri, 7 Aug 2015 09:01:37 +0000 (12:01 +0300)]
class moved

8 years agointroduced pluggable ProjectModelModificationService to allow Maven, Gradle and other...
nik [Fri, 7 Aug 2015 08:58:04 +0000 (11:58 +0300)]
introduced pluggable ProjectModelModificationService to allow Maven, Gradle and other external systems plug into 'add missing dependency' fixes

8 years agoPY-3999 PY-8207 PY-7309
Ilya.Kazakevich [Fri, 7 Aug 2015 14:31:46 +0000 (17:31 +0300)]
PY-3999 PY-8207 PY-7309

Class hierarchy refactored to support context

8 years agoPY-3999 PY-8207 PY-7309
Ilya.Kazakevich [Fri, 7 Aug 2015 14:30:38 +0000 (17:30 +0300)]
PY-3999 PY-8207 PY-7309

Class hierarchy refactored to support context

8 years agoexternal merge might accidentally start dumb mode (EA-71596 - Throwable: DumbServiceI...
peter [Fri, 7 Aug 2015 14:18:50 +0000 (16:18 +0200)]
external merge might accidentally start dumb mode (EA-71596 - Throwable: DumbServiceImpl.scheduleCacheUpdate)

8 years agoWriteAction should invoke itself in the correct modality state (EA-71627 - Throwable...
peter [Fri, 7 Aug 2015 14:12:04 +0000 (16:12 +0200)]
WriteAction should invoke itself in the correct modality state (EA-71627 - Throwable: DumbServiceImpl.scheduleCacheUpdate)

8 years agoInspectionValidatorWrapper: check vfile validity (EA-71582 - assert: FileManagerImpl...
peter [Fri, 7 Aug 2015 13:33:50 +0000 (15:33 +0200)]
InspectionValidatorWrapper: check vfile validity (EA-71582 - assert: FileManagerImpl.findFile)

8 years agowhen reusing project ensure indices are properly built: they can be invalidated due...
Maxim.Mossienko [Fri, 7 Aug 2015 14:06:55 +0000 (16:06 +0200)]
when reusing project ensure indices are properly built: they can be invalidated due to file type change and indices are properly built during startup activity [r=Peter.Gromov]

8 years agoPY-3999 PY-8207 PY-7309
Ilya.Kazakevich [Fri, 7 Aug 2015 14:06:20 +0000 (17:06 +0300)]
PY-3999 PY-8207 PY-7309

Class hierarchy refactored to support context

8 years agomemory optimisation: do not store memory state unless the instruction is inside the...
Alexey Kudravtsev [Fri, 7 Aug 2015 14:03:10 +0000 (17:03 +0300)]
memory optimisation: do not store memory state unless the instruction is inside the loop

8 years agooptimisation: dequadratisation (flush variable do not have to iterate all variables)
Alexey Kudravtsev [Fri, 7 Aug 2015 13:55:27 +0000 (16:55 +0300)]
optimisation: dequadratisation (flush variable do not have to iterate all variables)

8 years agoMerge branch 'akoshevoy/path_mappers'
Alexander Koshevoy [Fri, 7 Aug 2015 13:51:37 +0000 (16:51 +0300)]
Merge branch 'akoshevoy/path_mappers'

8 years agoproper capitalization
Dmitry Batkovich [Fri, 7 Aug 2015 13:35:21 +0000 (16:35 +0300)]
proper capitalization

8 years agoResourceBundleEditor allowage for simple editing of xml-based properties files
Dmitry Batkovich [Fri, 7 Aug 2015 13:32:04 +0000 (16:32 +0300)]
ResourceBundleEditor allowage for simple editing of xml-based properties files

8 years agoutil: collapse if statements to get rid of inspection warnings
Sergey Simonchik [Fri, 7 Aug 2015 13:22:35 +0000 (16:22 +0300)]
util: collapse if statements to get rid of inspection warnings

8 years agoAddNewPropertyFileAction works for Xml-based properties files clion/142.3849
Dmitry Batkovich [Fri, 7 Aug 2015 13:03:15 +0000 (16:03 +0300)]
AddNewPropertyFileAction works for Xml-based properties files

8 years agotest fix
Alexey Kudravtsev [Fri, 7 Aug 2015 12:56:46 +0000 (15:56 +0300)]
test fix

8 years agoCreateResourceBundleDialog: option to create xml-based properties files
Dmitry Batkovich [Fri, 7 Aug 2015 12:34:47 +0000 (15:34 +0300)]
CreateResourceBundleDialog: option to create xml-based properties files

8 years agoEA-71585 - IAE: InstalledPackagesPanel
Sergey Simonchik [Fri, 7 Aug 2015 12:30:31 +0000 (15:30 +0300)]
EA-71585 - IAE: InstalledPackagesPanel

8 years agoXml -> XML
Dmitry Batkovich [Fri, 7 Aug 2015 12:02:46 +0000 (15:02 +0300)]
Xml -> XML

8 years agosupport color blindness for text attributes in a color scheme
Sergey Malenkov [Fri, 7 Aug 2015 11:54:07 +0000 (14:54 +0300)]
support color blindness for text attributes in a color scheme

8 years agoadded xml properties file template
Dmitry Batkovich [Fri, 7 Aug 2015 11:57:14 +0000 (14:57 +0300)]
added xml properties file template

8 years agoallow modal dumb mode when creating directories in file chooser (EA-71337 - Throwable... appcode/142.3847 clion/142.3846
peter [Fri, 7 Aug 2015 09:01:36 +0000 (11:01 +0200)]
allow modal dumb mode when creating directories in file chooser (EA-71337 - Throwable: DumbServiceImpl.scheduleCacheUpdate)

8 years agoMacFileChooserDialogImpl: use modality-aware invokeLater and allow modal dumb mode...
peter [Fri, 7 Aug 2015 08:54:39 +0000 (10:54 +0200)]
MacFileChooserDialogImpl: use modality-aware invokeLater and allow modal dumb mode from refresh (EA-71525 - Throwable: DumbServiceImpl.scheduleCacheUpdate)

8 years agolastIndexOf
Alexey Kudravtsev [Fri, 7 Aug 2015 11:17:25 +0000 (14:17 +0300)]
lastIndexOf

8 years agoperform commit in non-modal state
Alexey Kudravtsev [Fri, 7 Aug 2015 10:39:14 +0000 (13:39 +0300)]
perform commit in non-modal state

8 years agocall update for gutter actions
Alexey Kudravtsev [Fri, 7 Aug 2015 10:38:20 +0000 (13:38 +0300)]
call update for gutter actions