refactoring, cancel custom template by Escape94.27794.278
commit86f3440d47b1f176d8fd03e5be34fc957394ca2d
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>
Tue, 9 Feb 2010 18:15:20 +0000 (9 21:15 +0300)
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>
Tue, 9 Feb 2010 18:15:20 +0000 (9 21:15 +0300)
treeabaa324ade33cfade9eae9c66405b1688fa4b048
parentbb0ad6306c5eadc96f108d2dfbeaebf31df007c1
refactoring, cancel custom template by Escape
15 files changed:
java/java-impl/src/com/intellij/codeInsight/daemon/impl/quickfix/CreateConstructorFromCallFix.java
java/java-impl/src/com/intellij/codeInsight/daemon/impl/quickfix/CreateConstructorFromThisOrSuperFix.java
java/java-impl/src/com/intellij/codeInsight/daemon/impl/quickfix/CreateLocalVarFromInstanceofAction.java
java/java-impl/src/com/intellij/codeInsight/daemon/impl/quickfix/CreateMethodFromUsageFix.java
java/java-impl/src/com/intellij/codeInsight/generation/GenerateMembersHandlerBase.java
java/java-impl/src/com/intellij/testIntegration/TestIntegrationUtils.java
platform/lang-impl/src/com/intellij/codeInsight/completion/TemplateInsertHandler.java
platform/lang-impl/src/com/intellij/codeInsight/template/CustomTemplateCallback.java
platform/lang-impl/src/com/intellij/codeInsight/template/TemplateEditingAdapter.java
platform/lang-impl/src/com/intellij/codeInsight/template/TemplateEditingListener.java
platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateState.java
platform/lang-impl/src/com/intellij/codeInsight/template/impl/editorActions/EscapeHandler.java
platform/lang-impl/src/com/intellij/refactoring/rename/inplace/VariableInplaceRenamer.java
xml/impl/src/com/intellij/codeInsight/completion/XmlTagInsertHandler.java
xml/impl/src/com/intellij/xml/refactoring/XmlTagInplaceRenamer.java