C# Класс _3PA.MainFeatures.Pro.ProMisc

Показать файл Открыть проект

Открытые методы

Метод Описание
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 toApplyOnFlag ) : void
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 ( ProExecution lastExec ) : void

Called after the execution of run/compile/check/prolint, clear the current operation from the file

OnSingleExecutionOk ( ProExecution lastExec ) : void

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

Описание методов

DeployCurrentFile() публичный статический Метод

Deploy the current file, if it's a progress file then compile it, otherwise follow the transer rules of step 1
public static DeployCurrentFile ( ) : void
Результат void

ForEachFlag() публичный статический Метод

public static ForEachFlag ( ParseFlag>.Action toApplyOnFlag ) : void
toApplyOnFlag ParseFlag>.Action
Результат void

GoToDefinition() публичный статический Метод

public static GoToDefinition ( ) : void
Результат void

GoToDefinition() публичный статический Метод

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
public static GoToDefinition ( bool fromMouseClick ) : void
fromMouseClick bool
Результат void

KillCurrentProcess() публичный статический Метод

Allows to kill the process of the currently running Progress.exe (if any, for the current file)
public static KillCurrentProcess ( ) : void
Результат void

OnSingleExecutionEnd() публичный статический Метод

Called after the execution of run/compile/check/prolint, clear the current operation from the file
public static OnSingleExecutionEnd ( ProExecution lastExec ) : void
lastExec ProExecution
Результат void

OnSingleExecutionOk() публичный статический Метод

Called after the execution of run/compile/check/prolint
public static OnSingleExecutionOk ( ProExecution lastExec ) : void
lastExec ProExecution
Результат void

Open4GlHelp() публичный статический Метод

Opens the lgrfeng.chm file if it can find it in the config
public static Open4GlHelp ( ) : void
Результат void

OpenCurrentInAppbuilder() публичный статический Метод

Opens the current file in the appbuilder
public static OpenCurrentInAppbuilder ( ) : void
Результат void

OpenDataDigger() публичный статический Метод

public static OpenDataDigger ( ) : void
Результат void

OpenDataReader() публичный статический Метод

public static OpenDataReader ( ) : void
Результат void

OpenDbAdmin() публичный статический Метод

public static OpenDbAdmin ( ) : void
Результат void

OpenDictionary() публичный статический Метод

public static OpenDictionary ( ) : void
Результат void

OpenProDesktop() публичный статический Метод

public static OpenProDesktop ( ) : void
Результат void

StartProgressExec() публичный статический Метод

Called to run/compile/check/prolint the current program
public static StartProgressExec ( ExecutionType executionType ) : void
executionType ExecutionType
Результат void