diff --git a/docs/06-Features/11-recent-files.md b/docs/06-Features/11-recent-files.md new file mode 100644 index 00000000..edcc4f21 --- /dev/null +++ b/docs/06-Features/11-recent-files.md @@ -0,0 +1,25 @@ +--- +title: Recent Files +--- + +The Recent Files dialog box provides quick access to files you’ve recently worked on, allowing you to switch between them efficiently. + +## Opening Recent Files +* Desktop App: Press `Ctrl + R`. +* Browser: Press `Ctrl + Alt + Shift + O` (as `Ctrl + R` is reserved for browser reloads). + +To customize the keyboard shortcut, refer to [this docs](./05-keyboard-shortcuts.md#changing-a-keyboard-shortcut) + +## About Recent Files Dialog + +![Recent Files Dialog](images/RecentFiles/recent-files.png "Recent Files Dialog Box") + +The dialog displays a list of recently opened files. Files shown in gray are not part of the **working tree** and include a cross `x` icon on the left. Clicking the icon removes the file from the **Recent Files** list. + +At the bottom of the dialog, the `Clear` button removes all files from the list that are not part of the working tree. + +> Files in the working tree cannot be removed directly from the recent files list. To remove these files, remove them from the working tree first. + +## File Path Display + +The bottom-left corner of the dialog shows the path of the currently selected file. You can also view the file path by hovering over its icon. diff --git a/docs/06-Features/11-Problems Panel/01-html-lint.md b/docs/06-Features/12-Problems Panel/01-html-lint.md similarity index 100% rename from docs/06-Features/11-Problems Panel/01-html-lint.md rename to docs/06-Features/12-Problems Panel/01-html-lint.md diff --git a/docs/06-Features/11-Problems Panel/02-ESLint.md b/docs/06-Features/12-Problems Panel/02-ESLint.md similarity index 100% rename from docs/06-Features/11-Problems Panel/02-ESLint.md rename to docs/06-Features/12-Problems Panel/02-ESLint.md diff --git a/docs/06-Features/images/RecentFiles/recent-files.png b/docs/06-Features/images/RecentFiles/recent-files.png new file mode 100644 index 00000000..84363519 Binary files /dev/null and b/docs/06-Features/images/RecentFiles/recent-files.png differ