Namespace: Consultingwerk.Studio.Proparse
Class 
ProparseTreeViewForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey




Top Method Summary
Options Name Purpose
DisplayNodeDetails () Displays node details
DisplayStatus (character) Displays status in the status bar
EditorFormClosedHandler (Object, FormClosedEventArgs) Event handle for the FormClosedHandler event of the Procedure Editor Forms
InitializeComponent ()
InitializeExtensions () Initializes the Extensions
InitializeProparse () Initializes Proparse
LocateInTreeView () Locates the a tree node based on the current cursor position in the editor
OnFormClosing (FormClosingEventArgs) Raises the FormClosing event
OnLoad (EventArgs) Raises the Load event
OnShown (EventArgs) Raises the Shown event
OpenFile () Opens a file in the embedded ABL procedure editor
OpenFile (logical) Opens a file in the embedded ABL procedure editor
OpenFileForParsing () Opens a file for parsing
OpenFileForParsing (character) Opens a file for parsing
OpenInPdsoe () Opens the selected file in Progress Developer Studio
OpenInVsCode () Opens the selected file in Visual Studio Code
OpenInWindsurf () Opens the selected file in Windsurf
OpenNewEditor (character, longchar) Opens a new editor - for temporary code or the output of a migration
ParseFromClipboard () Parses the current clipboard value
proparseTreeViewControl1_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the tree view
proparseTreeViewControl1_DragEnter (Object, DragEventArgs) Event handle for the DragEnter event of the tree view
ProparseTreeViewForm_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the Form
ProparseTreeViewForm_DragEnter (Object, DragEventArgs) Event handler for the DragEnter event of the Form
Reparse () Reparses the current file
SymbolChangedHandler (Object, SymbolChangedEventArgs) Event handler for the SymbolChanged event of the ProparseTreeViewControl
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the ultraToolbarsManager1

Top Constructor Summary
Options Name Purpose
ProparseTreeViewForm () Constructor for the ProparseTreeViewForm class


Method Detail
Top

DisplayNodeDetails ()

Purpose: Displays node details
Notes:

Top

DisplayStatus (character)

Purpose: Displays status in the status bar
Notes:

Parameters:
pcStatus CHARACTER
The status to display
Top

EditorFormClosedHandler (Object, FormClosedEventArgs)

Purpose: Event handle for the FormClosedHandler event of the Procedure Editor
Forms
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.FormClosedEventArgs
The FormClosedEventArgs with the data for this event
Top

InitializeComponent ()


Top

InitializeExtensions ()

Purpose: Initializes the Extensions
Notes:

Top

InitializeProparse ()

Purpose: Initializes Proparse
Notes:

Top

LocateInTreeView ()

Purpose: Locates the a tree node based on the current cursor position
in the editor
Notes:

Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing event
Notes:

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OpenFile ()

Purpose: Opens a file in the embedded ABL procedure editor
Notes:

Top

OpenFile (logical)

Purpose: Opens a file in the embedded ABL procedure editor
Notes:

Parameters:
plFocusNode LOGICAL
Controls of the current node should be focussed
Top

OpenFileForParsing ()

Purpose: Opens a file for parsing
Notes:

Top

OpenFileForParsing (character)

Purpose: Opens a file for parsing
Notes:

Parameters:
pcFileName CHARACTER
The name of the file of open
Top

OpenInPdsoe ()

Purpose: Opens the selected file in Progress Developer Studio
Notes:

Top

OpenInVsCode ()

Purpose: Opens the selected file in Visual Studio Code
Notes:

Top

OpenInWindsurf ()

Purpose: Opens the selected file in Windsurf
Notes:

Top

OpenNewEditor (character, longchar)

Purpose: Opens a new editor - for temporary code or the output of a migration
Notes:

Parameters:
pcTitle CHARACTER
The title of the new editor
plcCode LONGCHAR
The source code
Top

ParseFromClipboard ()

Purpose: Parses the current clipboard value
Notes:

Top

proparseTreeViewControl1_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the tree view
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

proparseTreeViewControl1_DragEnter (Object, DragEventArgs)

Purpose: Event handle for the DragEnter event of the tree view
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ProparseTreeViewForm_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ProparseTreeViewForm_DragEnter (Object, DragEventArgs)

Purpose: Event handler for the DragEnter event of the Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

Reparse ()

Purpose: Reparses the current file
Notes: Useful, when extensions have manipulated the AST

Top

SymbolChangedHandler (Object, SymbolChangedEventArgs)

Purpose: Event handler for the SymbolChanged event of the ProparseTreeViewControl
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the Control that raised the event
e Consultingwerk.Studio.Proparse.SymbolChangedEventArgs
The SymbolChangedEventArgs with the data for this event
Top

ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the ultraToolbarsManager1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event


Constructor Detail
Top

ProparseTreeViewForm ()

Purpose: Constructor for the ProparseTreeViewForm class
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:52