C# Класс JournalAnalyzer.KeyboardShortcutAnalyzer

Analyzes a journal fine to get the most popular keyboard shortcuts and commands Author: Rod Howarth http://www.rodhowarth.com
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ReplaceIdWithShortcut ( string lineToModify ) : string

Описание методов

GetTopEntries() публичный Метод

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
Результат IEnumerable

GetTopRibbonCommandsUsed() публичный Метод

public GetTopRibbonCommandsUsed ( bool includeContextMenu ) : IEnumerable
includeContextMenu bool
Результат IEnumerable

GetTopShortcutsUsed() публичный Метод

public GetTopShortcutsUsed ( ) : IEnumerable
Результат IEnumerable

KeyboardShortcutAnalyzer() публичный Метод

public KeyboardShortcutAnalyzer ( string shortcutDir, string keyboardShortcutsFile ) : System
shortcutDir string
keyboardShortcutsFile string
Результат System