This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 06 Jun, 2016 1 commit
-
-
Yaroslav Lepenkin authored
-
- 02 Jun, 2016 15 commits
-
-
Yaroslav Lepenkin authored
-
Yaroslav Lepenkin authored
Extract TerminalToolWindow panel, encapsulate logic there, implement UISettingsListener to be subscribed on ui settings change
-
Yaroslav Lepenkin authored
-
Yaroslav Lepenkin authored
-
peter authored
don't build groovy stubs where they're not needed, make getParent consistent for stub and AST substrates
-
Vladislav.Soroka authored
-
Mikhail Golubev authored
-
Mikhail Golubev authored
I've corrected capitalization of the text and move it to RefactoringBundle.
-
Mikhail Golubev authored
-
Mikhail Golubev authored
This way it's safer to launch time-consuming dependent tasks (e.g. searching for code duplicates) synchonously since under WriteAction they might cause deadlock.
-
Mikhail Golubev authored
They were caused by the fact that we first replace selected fragment with method call and then use invalided elements of the same fragment to find its duplicates. I split ExtractMethodHelper#processDuplicates() into two methods: collectDuplicates() that finds duplicates before the substitution is performed and replaceDuplicatesWithPrompt() that handles user notification and replacing found occurrences afterwards. The same way this refactoring is implemented for Java sources (see ExtractMethodHandler.invokeOnElements()).
-
Alexander Koshevoy authored
Conflicts: platform/util/resources/misc/registry.properties
-
peter authored
simplify and speed up JavaAllOverridingMethodsSearcher by reusing overriding methods search checks whether a class has methods with a given name
-
Gregory.Shrago authored
-
Julia Beliaeva authored
-
- 01 Jun, 2016 24 commits
-
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Konstantin Bulenkov authored
-
Alexander Lobas authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
peter authored
-
Roman Shevchenko authored
-
Alexander Lobas authored
-
Anton Tarasov authored
- Remove cyclicity from ComponentListFocusTraversalPolicy and rely on "focus cycle root" property of a container instead. - Where a focus traversal cycle should not be closed, use "focus traversal policy provider". - Focus cycle root is a focus policy provider by default.
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
extract superclass: hide implements base type from chooser for anonymous classes; fixed implements/extends list in the generated superclass
-
Anna Kozlova authored
(EA-82661 - IAE: PsiImplUtil.setName)
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
peter authored
-