C# 클래스 JournalAnalyzer.KeyboardShortcutAnalyzer

Analyzes a journal fine to get the most popular keyboard shortcuts and commands Author: Rod Howarth http://www.rodhowarth.com
파일 보기 프로젝트 열기: RodH257/RevitJournalAnalyzer 1 사용 예제들

공개 메소드들

메소드 설명
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