mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 06:12:34 -06:00
CtrlLib: TextCtrl, LineEdit, CodeEditor: view mode
git-svn-id: svn://ultimatepp.org/upp/trunk@11592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fe56d7c2cc
commit
3d0e1db02f
55 changed files with 1240 additions and 714 deletions
|
|
@ -4,7 +4,7 @@ namespace Upp {
|
|||
|
||||
PythonSyntax::PythonSyntax() {}
|
||||
|
||||
void PythonSyntax::Highlight(const wchar *start, const wchar *end, HighlightOutput& hls, CodeEditor *editor, int line, int pos)
|
||||
void PythonSyntax::Highlight(const wchar *start, const wchar *end, HighlightOutput& hls, CodeEditor *editor, int line, int64 pos)
|
||||
{
|
||||
InitKeywords();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue