From bf66aeb8eed4bb2bccbf0c52f611c01e92aa86fe Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 17 Nov 2014 19:02:37 +0800 Subject: [PATCH] docs: Recent documents API --- docs/api/app.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index 099169210..6d1ce4b01 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -123,6 +123,19 @@ preferred over `name` by atom-shell. Resolves the proxy information for `url`, the `callback` would be called with `callback(proxy)` when the request is done. +## app.addRecentDocument(path) + +* `path` String + +Adds `path` to recent documents list. + +This list is managed by the system, on Windows you can visit the list from task +bar, and on Mac you can visit it from dock menu. + +## app.clearRecentDocuments() + +Clears the recent documents list. + ## app.commandLine.appendSwitch(switch, [value]) Append a switch [with optional value] to Chromium's command line.