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

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

Introduction

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

Prototype

String ACTION_RECENT_FILES

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

Click Source Link

Usage

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

License:Apache License

@Override
protected String getPeerActionId() {
    return IdeActions.ACTION_RECENT_FILES;
}