C# Class _3PA.Scintilla

Use this class to communicate with scintilla
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method Description
Scintilla ( IntPtr scintillaHandle ) : System
Send ( SciMsg msg ) : IntPtr
Send ( SciMsg msg, IntPtr wParam ) : IntPtr
Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function

Method Details

Scintilla() public method

public Scintilla ( IntPtr scintillaHandle ) : System
scintillaHandle System.IntPtr
return System

Send() public method

public Send ( SciMsg msg ) : IntPtr
msg SciMsg
return System.IntPtr

Send() public method

public Send ( SciMsg msg, IntPtr wParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
return System.IntPtr

Send() public method

public Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
lParam System.IntPtr
return System.IntPtr

UpdateScintillaDirectMessage() public method

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function
public UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void
scintillaHandle System.IntPtr
return void