Example usage for com.intellij.openapi.actionSystem IdeActions ACTION_COMMENT_BLOCK

List of usage examples for com.intellij.openapi.actionSystem IdeActions ACTION_COMMENT_BLOCK

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem IdeActions ACTION_COMMENT_BLOCK.

Prototype

String ACTION_COMMENT_BLOCK

To view the source code for com.intellij.openapi.actionSystem IdeActions ACTION_COMMENT_BLOCK.

Click Source Link

Usage

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testBetweenComments() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testMultiLineBlockCommenter() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testOneLineBlockCommenter() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testCommentInFullyScriptedCfc() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testCommentInFullyScriptedCfc2() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}

From source file:com.intellij.coldFusion.CfmlCommenterTest.java

License:Apache License

public void testCommentInFullyScriptedCfc3() throws Throwable {
    doTest(IdeActions.ACTION_COMMENT_BLOCK);
}