메소드 | 설명 | |
---|---|---|
DeployCurrentFile ( ) : void |
Deploy the current file, if it's a progress file then compile it, otherwise follow the transer rules of step 1
|
|
ForEachFlag ( ParseFlag>.Action |
||
GoToDefinition ( ) : void | ||
GoToDefinition ( bool fromMouseClick ) : void |
This method allows the user to GOTO a word definition, if a tooltip is opened then it tries to go to the definition of the displayed word, otherwise it tries to find the declaration of the parsed word under the caret. At last, it tries to find a file in the propath
|
|
KillCurrentProcess ( ) : void |
Allows to kill the process of the currently running Progress.exe (if any, for the current file)
|
|
OnSingleExecutionEnd ( |
Called after the execution of run/compile/check/prolint, clear the current operation from the file
|
|
OnSingleExecutionOk ( |
Called after the execution of run/compile/check/prolint
|
|
Open4GlHelp ( ) : void |
Opens the lgrfeng.chm file if it can find it in the config
|
|
OpenCurrentInAppbuilder ( ) : void |
Opens the current file in the appbuilder
|
|
OpenDataDigger ( ) : void | ||
OpenDataReader ( ) : void | ||
OpenDbAdmin ( ) : void | ||
OpenDictionary ( ) : void | ||
OpenProDesktop ( ) : void | ||
StartProgressExec ( ExecutionType executionType ) : void |
Called to run/compile/check/prolint the current program
|
public static ForEachFlag ( ParseFlag>.Action |
||
toApplyOnFlag | ParseFlag>.Action | |
리턴 | void |
public static GoToDefinition ( bool fromMouseClick ) : void | ||
fromMouseClick | bool | |
리턴 | void |
public static OnSingleExecutionEnd ( |
||
lastExec | ||
리턴 | void |
public static OnSingleExecutionOk ( |
||
lastExec | ||
리턴 | void |
public static StartProgressExec ( ExecutionType executionType ) : void | ||
executionType | ExecutionType | |
리턴 | void |