0.6.3 • Published 4 years ago

@devpodio/editor-preview v0.6.3

Weekly downloads
-
License
EPL-2.0 OR GPL-2....
Repository
github
Last release
4 years ago

Theia - Editor Preview Extension

A Preview Editor supports the same functionality as a regular editor widget with the exception: if a preview editor has not "transitioned to a permanent editor" at the time an additional request to preview a file is received, instead of opening a new editor, it will display the contents of the newly requested file.

Events that will transition the preview to a permanent editor are as follows:

  • Modifying file contents being previewed
  • Double clicking the preview tab
  • Performing a drag/drop operation of the editor preview tab resulting in the tab being moved.
  • Issuing a request to open the file being previewed (e.g. double clicking the file in the navigator)

The preview editor is enabled by default when the extension is included in a Theia application, but may be disabled by modifying the preference:

editor.enablePreview

In addition to this value, the preference:

list.openMode

must be set to "singleClick" to enable opening files in preview mode.

See here for a detailed documentation.

License

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0-latest.4

5 years ago

0.4.0-latest.3

5 years ago

0.4.0-latest.2

5 years ago

0.4.0-latest.1

5 years ago