diff --git a/doc/images/files/files-associations-open.gif b/doc/images/files/files-associations-open.gif deleted file mode 100644 index 14c5570b5..000000000 Binary files a/doc/images/files/files-associations-open.gif and /dev/null differ diff --git a/doc/images/files/files-associations-open.webm b/doc/images/files/files-associations-open.webm new file mode 100644 index 000000000..565c23ab4 Binary files /dev/null and b/doc/images/files/files-associations-open.webm differ diff --git a/doc/images/files/files-associations.gif b/doc/images/files/files-associations.gif deleted file mode 100644 index c36c8b198..000000000 Binary files a/doc/images/files/files-associations.gif and /dev/null differ diff --git a/doc/images/files/files-associations.webm b/doc/images/files/files-associations.webm new file mode 100644 index 000000000..74019cd7c Binary files /dev/null and b/doc/images/files/files-associations.webm differ diff --git a/doc/images/files/files-browse.gif b/doc/images/files/files-browse.gif deleted file mode 100644 index 3a1ac58fe..000000000 Binary files a/doc/images/files/files-browse.gif and /dev/null differ diff --git a/doc/images/files/files-browse.webm b/doc/images/files/files-browse.webm new file mode 100644 index 000000000..6900b15d9 Binary files /dev/null and b/doc/images/files/files-browse.webm differ diff --git a/doc/images/files/files-columns-display.png b/doc/images/files/files-columns-display.png deleted file mode 100644 index 3033849a7..000000000 Binary files a/doc/images/files/files-columns-display.png and /dev/null differ diff --git a/doc/images/files/files-columns-display.webp b/doc/images/files/files-columns-display.webp new file mode 100644 index 000000000..c80a18d10 Binary files /dev/null and b/doc/images/files/files-columns-display.webp differ diff --git a/doc/images/files/files-commit.gif b/doc/images/files/files-commit.gif deleted file mode 100644 index 80721c0fa..000000000 Binary files a/doc/images/files/files-commit.gif and /dev/null differ diff --git a/doc/images/files/files-commit.webm b/doc/images/files/files-commit.webm new file mode 100644 index 000000000..c2d907136 Binary files /dev/null and b/doc/images/files/files-commit.webm differ diff --git a/doc/images/files/files-context-menu.png b/doc/images/files/files-context-menu.png deleted file mode 100644 index 92f7ba861..000000000 Binary files a/doc/images/files/files-context-menu.png and /dev/null differ diff --git a/doc/images/files/files-context-menu.webp b/doc/images/files/files-context-menu.webp new file mode 100644 index 000000000..625e0e9c7 Binary files /dev/null and b/doc/images/files/files-context-menu.webp differ diff --git a/doc/images/files/files-copy-path.gif b/doc/images/files/files-copy-path.gif deleted file mode 100644 index 1d4efa6ef..000000000 Binary files a/doc/images/files/files-copy-path.gif and /dev/null differ diff --git a/doc/images/files/files-copy-path.webm b/doc/images/files/files-copy-path.webm new file mode 100644 index 000000000..de79058bb Binary files /dev/null and b/doc/images/files/files-copy-path.webm differ diff --git a/doc/images/files/files-filters.gif b/doc/images/files/files-filters.gif deleted file mode 100644 index 36a8bc7ba..000000000 Binary files a/doc/images/files/files-filters.gif and /dev/null differ diff --git a/doc/images/files/files-filters.webm b/doc/images/files/files-filters.webm new file mode 100644 index 000000000..da663c86c Binary files /dev/null and b/doc/images/files/files-filters.webm differ diff --git a/doc/images/files/files-standard.png b/doc/images/files/files-standard.png deleted file mode 100644 index 48a1006f9..000000000 Binary files a/doc/images/files/files-standard.png and /dev/null differ diff --git a/doc/images/files/files-standard.webp b/doc/images/files/files-standard.webp new file mode 100644 index 000000000..adb1774df Binary files /dev/null and b/doc/images/files/files-standard.webp differ diff --git a/doc/panes/fileexplorer.rst b/doc/panes/fileexplorer.rst index bd2f28725..07e785253 100644 --- a/doc/panes/fileexplorer.rst +++ b/doc/panes/fileexplorer.rst @@ -7,7 +7,7 @@ Files The **Files** pane is a filesystem and directory browser built right into Spyder. You can view and filter files according to their type and extension, open them with the :ref:`panes-editor` or an external tool, and perform many common operations. -.. image:: /images/files/files-standard.png +.. image:: /images/files/files-standard.webp :alt: Spyder Files pane, showing a tree view of files and metadata @@ -23,19 +23,21 @@ To browse the files on your system, use the arrows at the top of the pane. You can expand/collapse the folders in the pane to display the files and subdirectories hierarchically. Double-clicking a folder will open it, showing the files inside and making it your working directory. -.. image:: /images/files/files-browse.gif +.. video:: /images/files/files-browse.webm + :loop: :alt: Spyder Files pane showing browsing directories To open a file in the :guilabel:`Editor` from the :guilabel:`Files` pane, double-click its name. If you right-click over it, you will see a context menu that allows you to access a number of functions, including running scripts; creating, renaming, moving, deleting files; and opening them in your computer's file manager. -.. image:: /images/files/files-context-menu.png +.. image:: /images/files/files-context-menu.webp :alt: Spyder Files pane showing context menu You can copy and paste one or several files to and from the pane, and copy their absolute or relative paths to the clipboard as text. If copying the paths for multiple files, they will be automatically formatted so you can paste them directly into a Python list. -.. image:: /images/files/files-copy-path.gif +.. video:: /images/files/files-copy-path.webm + :loop: :alt: Spyder Files pane showing copying absolute path to Editor @@ -52,7 +54,8 @@ This is :ref:`particularly useful ` when you're working in S .. _Git: https://git-scm.com/ -.. image:: /images/files/files-commit.gif +.. video:: /images/files/files-commit.webm + :loop: :alt: Spyder Files pane showing committing change of file @@ -68,14 +71,15 @@ The options menu in the top right of the :guilabel:`Files` pane offers several w By default, the pane displays the contents of your working directory without filtering. However, it can filter the list to show only files matching the patterns set under :guilabel:`Show filenames with these extensions...`, if you toggle the :guilabel:`Filter filenames` button in the pane toolbar. -.. image:: /images/files/files-filters.gif +.. video:: /images/files/files-filters.webm + :loop: :alt: Spyder Files pane showing filtering files You can also activate the :guilabel:`Show hidden files` option, which will display files that are invisible by default in your operating system. Additionally, you can change which file attributes you want to see by hiding or displaying the :guilabel:`Type`, :guilabel:`Size` and :guilabel:`Date Modified` columns using the corresponding menu options. -.. image:: /images/files/files-columns-display.png +.. image:: /images/files/files-columns-display.webp :alt: Spyder Files pane showing columns checked and shown The menu also gives you the option to open files and directories with a single instead of a double click, to suit your preferences. @@ -91,13 +95,15 @@ File associations :guilabel:`Files` allows you to associate different external applications with specific file extensions they can open. Under the :guilabel:`File associations` tab of the :guilabel:`Files` preferences pane, you can add file types and set the external program used to open each of them by default. -.. image:: /images/files/files-associations.gif +.. video:: /images/files/files-associations.webm + :loop: :alt: Spyder Files pane showing files associations Once you've set this up, files will automatically launch in the associated application when opened from Spyder's :guilabel:`Files` pane. Additionally, when you right-click a file, you will find an :guilabel:`Open with...` option that will allow you to select from the applications associated with this extension. -.. image:: /images/files/files-associations-open.gif +.. video:: /images/files/files-associations-open.webm + :loop: :alt: Spyder Files pane showing opening file with associated program