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 .
  1. 29 Apr, 2016 1 commit
  2. 28 Apr, 2016 9 commits
  3. 29 Apr, 2015 1 commit
  4. 02 Apr, 2015 2 commits
  5. 31 Mar, 2015 1 commit
  6. 30 Mar, 2015 7 commits
  7. 19 Mar, 2015 1 commit
  8. 18 Mar, 2015 3 commits
  9. 17 Mar, 2015 1 commit
  10. 16 Mar, 2015 3 commits
    • nik's avatar
      jps tests: get rid of package-level declarations in Kotlin files to avoid... · 27e9e47b
      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
      27e9e47b
    • Konstantin Kolosovsky's avatar
      IDEA-135191 Reverted 8fe34365 and... · c16652e9
      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)
      c16652e9
    • Konstantin Kolosovsky's avatar
      Removed "FileDocumentManager.requestWriting()" checks from... · 2e29427b
      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)
      2e29427b
  11. 13 Mar, 2015 2 commits
  12. 12 Mar, 2015 4 commits
  13. 09 Mar, 2015 3 commits
  14. 07 Mar, 2015 2 commits