C# Class _3PA.MainFeatures.AutoCompletion.Keywords

this class handles the static keywords of progress
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method Description
GetFullKeyword ( string abbreviation ) : string

returns the complete keyword for the given abbreviation

GetKeywordHelp ( string key ) : KeywordsHelp

Returns the help for a specified keyword

GetList ( ) : List

returns the list of keywords

Import ( ) : void

To call in order to read all the keywords to the private List CompletionItem

SaveRanking ( ) : void

Save the keywords data into a file (to remember the ranking of each keyword)

Method Details

GetFullKeyword() public static method

returns the complete keyword for the given abbreviation
public static GetFullKeyword ( string abbreviation ) : string
abbreviation string
return string

GetKeywordHelp() public static method

Returns the help for a specified keyword
public static GetKeywordHelp ( string key ) : KeywordsHelp
key string
return KeywordsHelp

GetList() public static method

returns the list of keywords
public static GetList ( ) : List
return List

Import() public static method

To call in order to read all the keywords to the private List CompletionItem
public static Import ( ) : void
return void

SaveRanking() public static method

Save the keywords data into a file (to remember the ranking of each keyword)
public static SaveRanking ( ) : void
return void