|
ScintillaEditCtrl.h ScintillaEditCtrl.cpp |
Control wrapper. Encapsulates all the functions and types for the Scintilla editor. Includes functions to transparently use HICONs and HBITMAPs as markers. |
|
CustomCtrlView.h CustomCtrlView.cpp |
CView descendant for any custom control (CControlView only accepts stock GDI controls, see documentation notes for a full explanation of this problem). The advantages of this view is that it can embed any CWnd derived control. |
|
ScintillaEditView.cpp ScintillaEditView.h |
CCustomCtrlView descendant containing a CScintillaEditCtrl. |