Class FolderBrowserConfiguration
System.Object
  MarkdownMonster.Configuration.FolderBrowserConfiguration
public class FolderBrowserConfiguration : object, INotifyPropertyChanged

Class Members

MemberDescription

Constructor

PropertyChanged

AddRecentFolder

public void AddRecentFolder(string folder)

UpdateRecentFolderContextMenu

public void UpdateRecentFolderContextMenu(ContextMenu contextMenu)

DoubleClickDelay

Delay used for double click operations to open documents in the folder browser in milliseconds. Default: 0 - system default (usually 500)

FileOrder

Determines the file order in the folder browser: Name, Date asc, Date desc

FolderPath

The last file that was active

IgnoredFileExtensions

Comma delimited list of file extensions that are not shown by the Folder browser.

IgnoredFolders

Comma delimited list of folders that are not shown by the Folder Browser. Defaults to some system folders.

MarkdownPreviewMode

RecentFolders

A list of recently accessed folders

SearchInSubFolders

Sticky setting that determines whether the Folder Browser search searches the subfolder tree.

ShowIcons

Determines whether file icons are displayed in folder browser. Note: Git Icons are still displayed if a folder uses Git.

ShowToolTips

If true shows tooltips for files and folders in the Folder Browser.

TrackDocumentInFolderBrowser

Tracks the currently active document in the folder browser when you activate a document.

Visible

Determines whether the File Browser window and sidebar are visible.

WindowWidth

The width of the File browser

Requirements

Namespace: MarkdownMonster.Configuration
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic