C# Class JournalAnalyzer.KeyboardShortcutAnalyzer

Analyzes a journal fine to get the most popular keyboard shortcuts and commands Author: Rod Howarth http://www.rodhowarth.com
Afficher le fichier Open project: RodH257/RevitJournalAnalyzer Class Usage Examples

Méthodes publiques

Méthode Description
GetTopEntries ( int entryLimit, IEnumerable commandNameSearches ) : IEnumerable

Parses the documents and looks for the top entryLimit amount of lines with Jrn.Command "commandName"

GetTopRibbonCommandsUsed ( bool includeContextMenu ) : IEnumerable
GetTopShortcutsUsed ( ) : IEnumerable
KeyboardShortcutAnalyzer ( string shortcutDir, string keyboardShortcutsFile ) : System

Private Methods

Méthode Description
ReplaceIdWithShortcut ( string lineToModify ) : string

Method Details

GetTopEntries() public méthode

Parses the documents and looks for the top entryLimit amount of lines with Jrn.Command "commandName"
public GetTopEntries ( int entryLimit, IEnumerable commandNameSearches ) : IEnumerable
entryLimit int
commandNameSearches IEnumerable
Résultat IEnumerable

GetTopRibbonCommandsUsed() public méthode

public GetTopRibbonCommandsUsed ( bool includeContextMenu ) : IEnumerable
includeContextMenu bool
Résultat IEnumerable

GetTopShortcutsUsed() public méthode

public GetTopShortcutsUsed ( ) : IEnumerable
Résultat IEnumerable

KeyboardShortcutAnalyzer() public méthode

public KeyboardShortcutAnalyzer ( string shortcutDir, string keyboardShortcutsFile ) : System
shortcutDir string
keyboardShortcutsFile string
Résultat System