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

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

Introduction

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

Prototype

String ACTION_EXPORT_TO_TEXT_FILE

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

Click Source Link

Usage

From source file:com.intellij.ide.actions.ExportToTextFileToolbarAction.java

License:Apache License

public ExportToTextFileToolbarAction(ExporterToTextFile exporterToTextFile) {
    myExporterToTextFile = exporterToTextFile;
    copyFrom(ActionManager.getInstance().getAction(IdeActions.ACTION_EXPORT_TO_TEXT_FILE));
}