fileForDocumentCheckedOutSuccessfully #2
commit5d73e2c3e31d5fe4653bf641ff405b6bc0d9827e
authorDmitry Avdeev <Dmitry.Avdeev@jetbrains.com>
Wed, 16 Sep 2009 09:28:22 +0000 (16 13:28 +0400)
committerDmitry Avdeev <Dmitry.Avdeev@jetbrains.com>
Wed, 16 Sep 2009 09:28:22 +0000 (16 13:28 +0400)
tree4bfaae1134dfa32bd70de7b690b1de1625567f29
parentfe6365e9e1fad298ea0afc54e8338a1f4d5fd7b0
fileForDocumentCheckedOutSuccessfully #2
24 files changed:
java/java-impl/src/com/intellij/codeInsight/generation/GenerateDelegateHandler.java
java/java-impl/src/com/intellij/codeInsight/generation/GenerateMembersHandlerBase.java
java/java-impl/src/com/intellij/codeInsight/intention/impl/ImplementAbstractMethodHandler.java
platform/lang-impl/src/com/intellij/codeInsight/actions/AbstractLayoutCodeProcessor.java
platform/lang-impl/src/com/intellij/codeInsight/completion/CodeCompletionHandlerBase.java
platform/lang-impl/src/com/intellij/codeInsight/editorActions/EmacsStyleIndentAction.java
platform/lang-impl/src/com/intellij/codeInsight/editorActions/EndHandler.java
platform/lang-impl/src/com/intellij/codeInsight/editorActions/PasteHandler.java
platform/lang-impl/src/com/intellij/codeInsight/editorActions/TypedHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/AutoIndentLinesHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/CommentByBlockCommentHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/CommentByLineCommentHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/ImplementMethodsHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/OverrideMethodsHandler.java
platform/lang-impl/src/com/intellij/codeInsight/generation/surroundWith/SurroundWithHandler.java
platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateManagerImpl.java
platform/lang-impl/src/com/intellij/find/FindUtil.java
platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorWriteActionHandler.java
platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedAction.java
platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManager.java
platform/platform-impl/src/com/intellij/openapi/editor/actions/MultiplePasteAction.java
platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java
platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileDocumentManagerImpl.java
plugins/properties/src/com/intellij/lang/properties/editor/ResourceBundleEditor.java