Example usage for com.intellij.openapi.actionSystem CommonShortcuts getRecentFiles

List of usage examples for com.intellij.openapi.actionSystem CommonShortcuts getRecentFiles

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem CommonShortcuts getRecentFiles.

Prototype

public static ShortcutSet getRecentFiles() 

Source Link

Usage

From source file:com.vladsch.MissingInActions.util.CommonUIShortcuts.java

License:Apache License

public static ShortcutSet getRecentFiles() {
    return CommonShortcuts.getRecentFiles();
}