Update ScintillaWX.h
This commit is contained in:
committed by
Vadim Zeitlin
parent
43057d1c43
commit
4ce52bc7a2
@@ -26,6 +26,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
// These are all Scintilla headers
|
// These are all Scintilla headers
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
@@ -59,6 +60,9 @@
|
|||||||
#include "Document.h"
|
#include "Document.h"
|
||||||
#include "Selection.h"
|
#include "Selection.h"
|
||||||
#include "PositionCache.h"
|
#include "PositionCache.h"
|
||||||
|
#include "EditModel.h"
|
||||||
|
#include "MarginView.h"
|
||||||
|
#include "EditView.h"
|
||||||
#include "Editor.h"
|
#include "Editor.h"
|
||||||
#include "PropSetSimple.h"
|
#include "PropSetSimple.h"
|
||||||
#include "ScintillaBase.h"
|
#include "ScintillaBase.h"
|
||||||
@@ -182,7 +186,7 @@ public:
|
|||||||
void FullPaint();
|
void FullPaint();
|
||||||
void FullPaintDC(wxDC* dc);
|
void FullPaintDC(wxDC* dc);
|
||||||
bool CanPaste();
|
bool CanPaste();
|
||||||
bool GetHideSelection() { return hideSelection; }
|
bool GetHideSelection() { return view.hideSelection; }
|
||||||
void DoScrollToLine(int line);
|
void DoScrollToLine(int line);
|
||||||
void DoScrollToColumn(int column);
|
void DoScrollToColumn(int column);
|
||||||
void ClipChildren(wxDC& dc, PRectangle rect);
|
void ClipChildren(wxDC& dc, PRectangle rect);
|
||||||
|
Reference in New Issue
Block a user