| LOCAL lbSepChar$=$09$ |
| PROPERTY hasSecondaryRuleFile * Read Only * |
A boolean to identify when there is a secondary rules file in the contributed tools folder |
| FUNCTION getRules$() | ||||||||||||||
Get the rules loaded from the specifed rules file | ||||||||||||||
| ||||||||||||||
| FUNCTION getSecondaryRuleFilePath$() | ||||||||||||||
Get the full path to the secondary rules file | ||||||||||||||
| ||||||||||||||
| FUNCTION GetStyleCheckName$() | ||||||||||||||
Get the name for the style check class | ||||||||||||||
| ||||||||||||||
| FUNCTION loadRules(theRuleFile$) | ||||||||||||||
Load the style rules from properies file; will load from a file in the same location as primary class; and then append any rules found in secondary file in Contributed tools folder | ||||||||||||||
| ||||||||||||||
| FUNCTION ProcessFile(theFile$, resetMarks, updateOK) | ||||||||||||||
| FUNCTION ProcessFile(theFile$, resetMarks, updateOK, theStatus$) | ||||||||||||||
| FUNCTION ProcessFile(theFile$, resetMarks, updateOK, theStatus$, isPvxClass, retSrcFile$) | ||||||||||||||
Process the selected (or current) source file against the style rules and update the problem view with any errors or warnings that are generated. | ||||||||||||||
| ||||||||||||||
| FUNCTION ProcessNavViewSelections() | ||||||||||||||
Process the selected (or current) source file against the style rules and update the problem view with any errors or warnings that are generated. |
|
theCaption$,theDescription$, screen_id$, screen_lib$ |
|
checkCancel(), createLogFile(), disable_cancel(), enable_cancel(), enable_special(), writeLog(), writeLogFile(), b_close(), b_special(), disable_special(), doWork(), onExit(), PostLoad(), PreLoad(), setDescription(), updateView(), workDone() |
|