C# Class _3PA.MainFeatures.AutoCompletion.Keywords

this class handles the static keywords of progress
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode 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 méthode

returns the complete keyword for the given abbreviation
public static GetFullKeyword ( string abbreviation ) : string
abbreviation string
Résultat string

GetKeywordHelp() public static méthode

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

GetList() public static méthode

returns the list of keywords
public static GetList ( ) : List
Résultat List

Import() public static méthode

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

SaveRanking() public static méthode

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