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 .
- 29 Apr, 2016 1 commit
-
- 28 Apr, 2016 9 commits
-
-
Maxim.Mossienko authored
-
nik authored
-
Vladimir Krivosheev authored
-
Maxim.Mossienko authored
-
Vladimir Krivosheev authored
(cherry picked from commit 5da779b)
-
Roman Shevchenko authored
-
nik authored
-
nik authored
-
nik authored
-
- 29 Apr, 2015 1 commit
-
-
Mikhail Golubev authored
Otherwise tests fail since XML_RPC right is no longer granted to anonymous user. (cherry picked from commit 3bd1610e)
-
- 02 Apr, 2015 2 commits
-
-
Dmitry Trofimov authored
-
Anna Kozlova authored
as local refactoring doesn't revert template changes before refactoring started local variable name was already changed. if refactoring was ended with invalid name 'after' event got old name because it was already reverted (cherry picked from commit 06261925)
-
- 31 Mar, 2015 1 commit
-
-
Dmitry Trofimov authored
-
- 30 Mar, 2015 7 commits
-
-
Dmitry Trofimov authored
(cherry picked from commit 2580625f)
-
Dmitry Trofimov authored
(cherry picked from commit b26c141a)
-
Dmitry Trofimov authored
(cherry picked from commit 2a69ec0d)
-
Dmitry Trofimov authored
(cherry picked from commit 794854f7)
-
Dmitry Trofimov authored
(cherry picked from commit 980d5f67)
-
Dmitry Trofimov authored
(cherry picked from commit 30d3ed9e)
-
Dmitry Trofimov authored
(cherry picked from commit adf007a0)
-
- 19 Mar, 2015 1 commit
-
-
Eugene Zhuravlev authored
-
- 18 Mar, 2015 3 commits
-
-
Maxim.Mossienko authored
-
Vladislav.Soroka authored
(cherry picked from commit cb9e3a1a)
-
Alexey Gopachenko authored
findElementAt behavior has changed in IDEA 14 (cherry picked from commit e12499ab)
-
- 17 Mar, 2015 1 commit
-
-
nik authored
-
- 16 Mar, 2015 3 commits
-
-
nik authored
jps tests: get rid of package-level declarations in Kotlin files to avoid problems with incompatible ABI versions when package facade classes are processed by Kotlin compiler during compilation of Kotlin JPS plugin
-
Konstantin Kolosovsky authored
IDEA-135191 Reverted 8fe34365 and 4622f8c1 - do not request write access to the document (while typing) before executing TypedActionHandler instances chain, moved corresponding write access requests to necessary TypedActionHandler implementations There could be TypedActionHandler implementations that do not modify underlying Document while execution (like IncrementalSearchHandler.MyTypedHandler) - so it is per TypedActionHandler implementation to decide if write access to the document needs to be requested. (cherry picked from commit 7c66cdf9)
-
Konstantin Kolosovsky authored
Removed "FileDocumentManager.requestWriting()" checks from "TypedActionHandler" implementations - corresponding check was previously added to "TypedAction" (see details in 8fe34365) (cherry picked from commit 4622f8c1)
-
- 13 Mar, 2015 2 commits
-
-
Eugene Zhuravlev authored
-
Eugene Zhuravlev authored
-
- 12 Mar, 2015 4 commits
-
-
Maxim.Mossienko authored
r.lock() before try {} finally { r.unlock(); }
-
Vladislav.Soroka authored
(cherry picked from commit d93fc7d9)
-
Alexey Kudravtsev authored
IDEA-136268 AssertionError in completeTaskWhichFailToAcquireReadAction when running global inspections
-
peter authored
-
- 09 Mar, 2015 3 commits
-
-
Kirill Likhodedov authored
(cherry picked from commit 1465f576)
-
Kirill Likhodedov authored
The exception is caught and logged, but myChanges was not initialized, which led to further NPE. (cherry picked from commit 184192df)
-
nik authored
-
- 07 Mar, 2015 2 commits
-
-
Eugene Zhuravlev authored
-
Eugene Zhuravlev authored
-