Code::Blocks
SVN r11506
|
#include <wx/defs.h>
#include <wx/control.h>
#include <wx/dnd.h>
#include <wx/stopwatch.h>
#include <wx/scrolbar.h>
#include <wx/versioninfo.h>
Go to the source code of this file.
Classes | |
class | wxScintilla |
class | wxScintillaEvent |
Typedefs | |
typedef void(wxEvtHandler::* | wxScintillaEventFunction) (wxScintillaEvent &) |
Functions | |
wxString | sci2wx (const char *str) |
wxString | sci2wx (const char *str, size_t len) |
wxCharBuffer | wx2sci (const wxString &str) |
size_t | wx2scilen (const wxString &WXUNUSED(str), const wxCharBuffer &buf) |
Variables | |
class WXDLLIMPEXP_FWD_CORE | wxScrollBar |
WXDLLIMPEXP_SCI const wxChar | wxSCINameStr [] |
class WXDLLIMPEXP_SCI | wxScintilla |
class WXDLLIMPEXP_SCI | wxScintillaEvent |
#define EVT_SCI_AUTOCOMP_CANCELLED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CANCELLED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5647 of file wxscintilla.h.
#define EVT_SCI_AUTOCOMP_CHAR_DELETED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_CHAR_DELETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5648 of file wxscintilla.h.
#define EVT_SCI_AUTOCOMP_COMPLETED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_COMPLETED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5652 of file wxscintilla.h.
#define EVT_SCI_AUTOCOMP_SELECTION | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_AUTOCOMP_SELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5644 of file wxscintilla.h.
#define EVT_SCI_CALLTIP_CLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CALLTIP_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5643 of file wxscintilla.h.
#define EVT_SCI_CHANGE | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHANGE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5619 of file wxscintilla.h.
#define EVT_SCI_CHARADDED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CHARADDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5621 of file wxscintilla.h.
#define EVT_SCI_CLIPBOARD_COPY | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_COPY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5650 of file wxscintilla.h.
#define EVT_SCI_CLIPBOARD_PASTE | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_CLIPBOARD_PASTE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5651 of file wxscintilla.h.
#define EVT_SCI_DO_DROP | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DO_DROP, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5639 of file wxscintilla.h.
#define EVT_SCI_DOUBLECLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DOUBLECLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5626 of file wxscintilla.h.
#define EVT_SCI_DRAG_OVER | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DRAG_OVER, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5638 of file wxscintilla.h.
#define EVT_SCI_DWELLEND | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLEND, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5636 of file wxscintilla.h.
#define EVT_SCI_DWELLSTART | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_DWELLSTART, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5635 of file wxscintilla.h.
#define EVT_SCI_HOTSPOT_CLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5641 of file wxscintilla.h.
#define EVT_SCI_HOTSPOT_DCLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_DCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5642 of file wxscintilla.h.
#define EVT_SCI_HOTSPOT_RELEASE_CLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_HOTSPOT_RELEASE_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5649 of file wxscintilla.h.
#define EVT_SCI_INDICATOR_CLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5645 of file wxscintilla.h.
#define EVT_SCI_INDICATOR_RELEASE | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_INDICATOR_RELEASE, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5646 of file wxscintilla.h.
#define EVT_SCI_KEY | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_KEY, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5625 of file wxscintilla.h.
#define EVT_SCI_MACRORECORD | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MACRORECORD, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5629 of file wxscintilla.h.
#define EVT_SCI_MARGIN_RIGHT_CLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGIN_RIGHT_CLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5653 of file wxscintilla.h.
#define EVT_SCI_MARGINCLICK | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MARGINCLICK, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5630 of file wxscintilla.h.
#define EVT_SCI_MODIFIED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_MODIFIED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5628 of file wxscintilla.h.
#define EVT_SCI_NEEDSHOWN | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_NEEDSHOWN, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5631 of file wxscintilla.h.
#define EVT_SCI_PAINTED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_PAINTED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5632 of file wxscintilla.h.
#define EVT_SCI_ROMODIFYATTEMPT | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ROMODIFYATTEMPT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5624 of file wxscintilla.h.
#define EVT_SCI_SAVEPOINTLEFT | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTLEFT, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5623 of file wxscintilla.h.
#define EVT_SCI_SAVEPOINTREACHED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_SAVEPOINTREACHED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5622 of file wxscintilla.h.
#define EVT_SCI_START_DRAG | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_START_DRAG, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5637 of file wxscintilla.h.
#define EVT_SCI_STYLENEEDED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_STYLENEEDED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5620 of file wxscintilla.h.
#define EVT_SCI_UPDATEUI | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_UPDATEUI, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5627 of file wxscintilla.h.
#define EVT_SCI_URIDROPPED | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_URIDROPPED, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5634 of file wxscintilla.h.
#define EVT_SCI_USERLISTSELECTION | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_USERLISTSELECTION, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5633 of file wxscintilla.h.
#define EVT_SCI_ZOOM | ( | id, | |
fn | |||
) | DECLARE_EVENT_TABLE_ENTRY( wxEVT_SCI_ZOOM, id, wxID_ANY, wxScintillaEventHandler( fn ), (wxObject *) NULL ), |
Definition at line 5640 of file wxscintilla.h.
#define SCI_NAMESPACE_PREFIX | ( | x | ) | x |
Definition at line 2849 of file wxscintilla.h.
#define SCI_USE_DND 1 |
Definition at line 63 of file wxscintilla.h.
#define WXDLLIMPEXP_SCI WXEXPORT |
Definition at line 48 of file wxscintilla.h.
#define wxSCI_A68K_COMMENT 1 |
Definition at line 2188 of file wxscintilla.h.
#define wxSCI_A68K_COMMENT_DOXYGEN 18 |
Definition at line 2205 of file wxscintilla.h.
#define wxSCI_A68K_COMMENT_SPECIAL 17 |
Definition at line 2204 of file wxscintilla.h.
#define wxSCI_A68K_COMMENT_WORD 16 |
Definition at line 2203 of file wxscintilla.h.
#define wxSCI_A68K_CPUINSTRUCTION 7 |
Definition at line 2194 of file wxscintilla.h.
#define wxSCI_A68K_DEFAULT 0 |
Lexical states for SCLEX_A68K.
Definition at line 2187 of file wxscintilla.h.
#define wxSCI_A68K_DIRECTIVE 10 |
Definition at line 2197 of file wxscintilla.h.
#define wxSCI_A68K_EXTINSTRUCTION 8 |
Definition at line 2195 of file wxscintilla.h.
#define wxSCI_A68K_IDENTIFIER 14 |
Definition at line 2201 of file wxscintilla.h.
#define wxSCI_A68K_LABEL 12 |
Definition at line 2199 of file wxscintilla.h.
#define wxSCI_A68K_MACRO_ARG 11 |
Definition at line 2198 of file wxscintilla.h.
#define wxSCI_A68K_MACRO_DECLARATION 15 |
Definition at line 2202 of file wxscintilla.h.
#define wxSCI_A68K_NUMBER_BIN 3 |
Definition at line 2190 of file wxscintilla.h.
#define wxSCI_A68K_NUMBER_DEC 2 |
Definition at line 2189 of file wxscintilla.h.
#define wxSCI_A68K_NUMBER_HEX 4 |
Definition at line 2191 of file wxscintilla.h.
#define wxSCI_A68K_OPERATOR 6 |
Definition at line 2193 of file wxscintilla.h.
#define wxSCI_A68K_REGISTER 9 |
Definition at line 2196 of file wxscintilla.h.
#define wxSCI_A68K_STRING1 5 |
Definition at line 2192 of file wxscintilla.h.
#define wxSCI_A68K_STRING2 13 |
Definition at line 2200 of file wxscintilla.h.
#define wxSCI_ABAQUS_ARGUMENT 11 |
Definition at line 1957 of file wxscintilla.h.
#define wxSCI_ABAQUS_COMMAND 8 |
Definition at line 1954 of file wxscintilla.h.
#define wxSCI_ABAQUS_COMMENT 1 |
Definition at line 1947 of file wxscintilla.h.
#define wxSCI_ABAQUS_COMMENTBLOCK 2 |
Definition at line 1948 of file wxscintilla.h.
#define wxSCI_ABAQUS_DEFAULT 0 |
Lexical states for SCLEX_ABAQUS.
Definition at line 1946 of file wxscintilla.h.
#define wxSCI_ABAQUS_FUNCTION 12 |
Definition at line 1958 of file wxscintilla.h.
#define wxSCI_ABAQUS_NUMBER 3 |
Definition at line 1949 of file wxscintilla.h.
#define wxSCI_ABAQUS_OPERATOR 5 |
Definition at line 1951 of file wxscintilla.h.
#define wxSCI_ABAQUS_PROCESSOR 7 |
Definition at line 1953 of file wxscintilla.h.
#define wxSCI_ABAQUS_SLASHCOMMAND 9 |
Definition at line 1955 of file wxscintilla.h.
#define wxSCI_ABAQUS_STARCOMMAND 10 |
Definition at line 1956 of file wxscintilla.h.
#define wxSCI_ABAQUS_STRING 4 |
Definition at line 1950 of file wxscintilla.h.
#define wxSCI_ABAQUS_WORD 6 |
Definition at line 1952 of file wxscintilla.h.
#define wxSCI_ABL_BLOCK 8 |
Definition at line 1939 of file wxscintilla.h.
#define wxSCI_ABL_CHARACTER 4 |
Definition at line 1935 of file wxscintilla.h.
#define wxSCI_ABL_COMMENT 10 |
Definition at line 1941 of file wxscintilla.h.
#define wxSCI_ABL_DEFAULT 0 |
Lexical state for SCLEX_PROGRESS.
Definition at line 1931 of file wxscintilla.h.
#define wxSCI_ABL_END 9 |
Definition at line 1940 of file wxscintilla.h.
#define wxSCI_ABL_IDENTIFIER 7 |
Definition at line 1938 of file wxscintilla.h.
#define wxSCI_ABL_LINECOMMENT 12 |
Definition at line 1943 of file wxscintilla.h.
#define wxSCI_ABL_NUMBER 1 |
Definition at line 1932 of file wxscintilla.h.
#define wxSCI_ABL_OPERATOR 6 |
Definition at line 1937 of file wxscintilla.h.
#define wxSCI_ABL_PREPROCESSOR 5 |
Definition at line 1936 of file wxscintilla.h.
#define wxSCI_ABL_STRING 3 |
Definition at line 1934 of file wxscintilla.h.
#define wxSCI_ABL_TASKMARKER 11 |
Definition at line 1942 of file wxscintilla.h.
#define wxSCI_ABL_WORD 2 |
Definition at line 1933 of file wxscintilla.h.
#define wxSCI_AC_COMMAND 5 |
Definition at line 474 of file wxscintilla.h.
#define wxSCI_AC_DOUBLECLICK 2 |
Definition at line 471 of file wxscintilla.h.
#define wxSCI_AC_FILLUP 1 |
Definition at line 470 of file wxscintilla.h.
#define wxSCI_AC_NEWLINE 4 |
Definition at line 473 of file wxscintilla.h.
#define wxSCI_AC_TAB 3 |
Definition at line 472 of file wxscintilla.h.
#define wxSCI_ADA_CHARACTER 5 |
Definition at line 1126 of file wxscintilla.h.
#define wxSCI_ADA_CHARACTEREOL 6 |
Definition at line 1127 of file wxscintilla.h.
#define wxSCI_ADA_COMMENTLINE 10 |
Definition at line 1131 of file wxscintilla.h.
#define wxSCI_ADA_DEFAULT 0 |
Lexical states for SCLEX_ADA.
Definition at line 1121 of file wxscintilla.h.
#define wxSCI_ADA_DELIMITER 4 |
Definition at line 1125 of file wxscintilla.h.
#define wxSCI_ADA_IDENTIFIER 2 |
Definition at line 1123 of file wxscintilla.h.
#define wxSCI_ADA_ILLEGAL 11 |
Definition at line 1132 of file wxscintilla.h.
#define wxSCI_ADA_LABEL 9 |
Definition at line 1130 of file wxscintilla.h.
#define wxSCI_ADA_NUMBER 3 |
Definition at line 1124 of file wxscintilla.h.
#define wxSCI_ADA_STRING 7 |
Definition at line 1128 of file wxscintilla.h.
#define wxSCI_ADA_STRINGEOL 8 |
Definition at line 1129 of file wxscintilla.h.
#define wxSCI_ADA_WORD 1 |
Definition at line 1122 of file wxscintilla.h.
#define wxSCI_ALPHA_NOALPHA 256 |
Definition at line 379 of file wxscintilla.h.
#define wxSCI_ALPHA_OPAQUE 255 |
Definition at line 378 of file wxscintilla.h.
#define wxSCI_ALPHA_TRANSPARENT 0 |
Definition at line 377 of file wxscintilla.h.
#define wxSCI_ANNOTATION_BOXED 2 |
Definition at line 387 of file wxscintilla.h.
#define wxSCI_ANNOTATION_HIDDEN 0 |
Definition at line 385 of file wxscintilla.h.
#define wxSCI_ANNOTATION_INDENTED 3 |
Definition at line 388 of file wxscintilla.h.
#define wxSCI_ANNOTATION_STANDARD 1 |
Definition at line 386 of file wxscintilla.h.
#define wxSCI_APDL_ARGUMENT 11 |
Definition at line 1608 of file wxscintilla.h.
#define wxSCI_APDL_COMMAND 8 |
Definition at line 1605 of file wxscintilla.h.
#define wxSCI_APDL_COMMENT 1 |
Definition at line 1598 of file wxscintilla.h.
#define wxSCI_APDL_COMMENTBLOCK 2 |
Definition at line 1599 of file wxscintilla.h.
#define wxSCI_APDL_DEFAULT 0 |
Lexical states for SCLEX_APDL.
Definition at line 1597 of file wxscintilla.h.
#define wxSCI_APDL_FUNCTION 12 |
Definition at line 1609 of file wxscintilla.h.
#define wxSCI_APDL_NUMBER 3 |
Definition at line 1600 of file wxscintilla.h.
#define wxSCI_APDL_OPERATOR 5 |
Definition at line 1602 of file wxscintilla.h.
#define wxSCI_APDL_PROCESSOR 7 |
Definition at line 1604 of file wxscintilla.h.
#define wxSCI_APDL_SLASHCOMMAND 9 |
Definition at line 1606 of file wxscintilla.h.
#define wxSCI_APDL_STARCOMMAND 10 |
Definition at line 1607 of file wxscintilla.h.
#define wxSCI_APDL_STRING 4 |
Definition at line 1601 of file wxscintilla.h.
#define wxSCI_APDL_WORD 6 |
Definition at line 1603 of file wxscintilla.h.
#define wxSCI_ASM_CHARACTER 12 |
Definition at line 1257 of file wxscintilla.h.
#define wxSCI_ASM_COMMENT 1 |
Definition at line 1246 of file wxscintilla.h.
#define wxSCI_ASM_COMMENTBLOCK 11 |
Definition at line 1256 of file wxscintilla.h.
#define wxSCI_ASM_COMMENTDIRECTIVE 15 |
Definition at line 1260 of file wxscintilla.h.
#define wxSCI_ASM_CPUINSTRUCTION 6 |
Definition at line 1251 of file wxscintilla.h.
#define wxSCI_ASM_DEFAULT 0 |
Lexical states for SCLEX_ASM, SCLEX_AS.
Definition at line 1245 of file wxscintilla.h.
#define wxSCI_ASM_DIRECTIVE 9 |
Definition at line 1254 of file wxscintilla.h.
#define wxSCI_ASM_DIRECTIVEOPERAND 10 |
Definition at line 1255 of file wxscintilla.h.
#define wxSCI_ASM_EXTINSTRUCTION 14 |
Definition at line 1259 of file wxscintilla.h.
#define wxSCI_ASM_IDENTIFIER 5 |
Definition at line 1250 of file wxscintilla.h.
#define wxSCI_ASM_MATHINSTRUCTION 7 |
Definition at line 1252 of file wxscintilla.h.
#define wxSCI_ASM_NUMBER 2 |
Definition at line 1247 of file wxscintilla.h.
#define wxSCI_ASM_OPERATOR 4 |
Definition at line 1249 of file wxscintilla.h.
#define wxSCI_ASM_REGISTER 8 |
Definition at line 1253 of file wxscintilla.h.
#define wxSCI_ASM_STRING 3 |
Definition at line 1248 of file wxscintilla.h.
#define wxSCI_ASM_STRINGEOL 13 |
Definition at line 1258 of file wxscintilla.h.
#define wxSCI_ASN1_ATTRIBUTE 7 |
Definition at line 1635 of file wxscintilla.h.
#define wxSCI_ASN1_COMMENT 1 |
Definition at line 1629 of file wxscintilla.h.
#define wxSCI_ASN1_DEFAULT 0 |
Lexical states for SCLEX_ASN1.
Definition at line 1628 of file wxscintilla.h.
#define wxSCI_ASN1_DESCRIPTOR 8 |
Definition at line 1636 of file wxscintilla.h.
#define wxSCI_ASN1_IDENTIFIER 2 |
Definition at line 1630 of file wxscintilla.h.
#define wxSCI_ASN1_KEYWORD 6 |
Definition at line 1634 of file wxscintilla.h.
#define wxSCI_ASN1_OID 4 |
Definition at line 1632 of file wxscintilla.h.
#define wxSCI_ASN1_OPERATOR 10 |
Definition at line 1638 of file wxscintilla.h.
#define wxSCI_ASN1_SCALAR 5 |
Definition at line 1633 of file wxscintilla.h.
#define wxSCI_ASN1_STRING 3 |
Definition at line 1631 of file wxscintilla.h.
#define wxSCI_ASN1_TYPE 9 |
Definition at line 1637 of file wxscintilla.h.
#define wxSCI_ASY_CHARACTER 6 |
Definition at line 1967 of file wxscintilla.h.
#define wxSCI_ASY_COMMENT 1 |
Definition at line 1962 of file wxscintilla.h.
#define wxSCI_ASY_COMMENTLINE 2 |
Definition at line 1963 of file wxscintilla.h.
#define wxSCI_ASY_COMMENTLINEDOC 10 |
Definition at line 1971 of file wxscintilla.h.
#define wxSCI_ASY_DEFAULT 0 |
Lexical states for SCLEX_ASYMPTOTE.
Definition at line 1961 of file wxscintilla.h.
#define wxSCI_ASY_IDENTIFIER 8 |
Definition at line 1969 of file wxscintilla.h.
#define wxSCI_ASY_NUMBER 3 |
Definition at line 1964 of file wxscintilla.h.
#define wxSCI_ASY_OPERATOR 7 |
Definition at line 1968 of file wxscintilla.h.
#define wxSCI_ASY_STRING 5 |
Definition at line 1966 of file wxscintilla.h.
#define wxSCI_ASY_STRINGEOL 9 |
Definition at line 1970 of file wxscintilla.h.
#define wxSCI_ASY_WORD 4 |
Definition at line 1965 of file wxscintilla.h.
#define wxSCI_ASY_WORD2 11 |
Definition at line 1972 of file wxscintilla.h.
#define wxSCI_AU3_COMMENT 1 |
Definition at line 1580 of file wxscintilla.h.
#define wxSCI_AU3_COMMENTBLOCK 2 |
Definition at line 1581 of file wxscintilla.h.
#define wxSCI_AU3_COMOBJ 14 |
Definition at line 1593 of file wxscintilla.h.
#define wxSCI_AU3_DEFAULT 0 |
Lexical states for SCLEX_AU3.
Definition at line 1579 of file wxscintilla.h.
#define wxSCI_AU3_EXPAND 13 |
Definition at line 1592 of file wxscintilla.h.
#define wxSCI_AU3_FUNCTION 4 |
Definition at line 1583 of file wxscintilla.h.
#define wxSCI_AU3_KEYWORD 5 |
Definition at line 1584 of file wxscintilla.h.
#define wxSCI_AU3_MACRO 6 |
Definition at line 1585 of file wxscintilla.h.
#define wxSCI_AU3_NUMBER 3 |
Definition at line 1582 of file wxscintilla.h.
#define wxSCI_AU3_OPERATOR 8 |
Definition at line 1587 of file wxscintilla.h.
#define wxSCI_AU3_PREPROCESSOR 11 |
Definition at line 1590 of file wxscintilla.h.
#define wxSCI_AU3_SENT 10 |
Definition at line 1589 of file wxscintilla.h.
#define wxSCI_AU3_SPECIAL 12 |
Definition at line 1591 of file wxscintilla.h.
#define wxSCI_AU3_STRING 7 |
Definition at line 1586 of file wxscintilla.h.
#define wxSCI_AU3_UDF 15 |
Definition at line 1594 of file wxscintilla.h.
#define wxSCI_AU3_VARIABLE 9 |
Definition at line 1588 of file wxscintilla.h.
#define wxSCI_AUTOMATICFOLD_CHANGE 0x0004 |
Definition at line 275 of file wxscintilla.h.
#define wxSCI_AUTOMATICFOLD_CLICK 0x0002 |
Definition at line 274 of file wxscintilla.h.
#define wxSCI_AUTOMATICFOLD_SHOW 0x0001 |
Definition at line 273 of file wxscintilla.h.
#define wxSCI_AVE_COMMENT 1 |
Definition at line 1105 of file wxscintilla.h.
#define wxSCI_AVE_DEFAULT 0 |
Lexical states for SCLEX_AVE, Avenue.
Definition at line 1104 of file wxscintilla.h.
#define wxSCI_AVE_ENUM 7 |
Definition at line 1109 of file wxscintilla.h.
#define wxSCI_AVE_IDENTIFIER 9 |
Definition at line 1111 of file wxscintilla.h.
#define wxSCI_AVE_NUMBER 2 |
Definition at line 1106 of file wxscintilla.h.
#define wxSCI_AVE_OPERATOR 10 |
Definition at line 1112 of file wxscintilla.h.
#define wxSCI_AVE_STRING 6 |
Definition at line 1108 of file wxscintilla.h.
#define wxSCI_AVE_STRINGEOL 8 |
Definition at line 1110 of file wxscintilla.h.
#define wxSCI_AVE_WORD 3 |
Definition at line 1107 of file wxscintilla.h.
#define wxSCI_AVE_WORD1 11 |
Definition at line 1113 of file wxscintilla.h.
#define wxSCI_AVE_WORD2 12 |
Definition at line 1114 of file wxscintilla.h.
#define wxSCI_AVE_WORD3 13 |
Definition at line 1115 of file wxscintilla.h.
#define wxSCI_AVE_WORD4 14 |
Definition at line 1116 of file wxscintilla.h.
#define wxSCI_AVE_WORD5 15 |
Definition at line 1117 of file wxscintilla.h.
#define wxSCI_AVE_WORD6 16 |
Definition at line 1118 of file wxscintilla.h.
#define wxSCI_AVS_CLIPPROP 13 |
Definition at line 2269 of file wxscintilla.h.
#define wxSCI_AVS_COMMENTBLOCK 1 |
Definition at line 2257 of file wxscintilla.h.
#define wxSCI_AVS_COMMENTBLOCKN 2 |
Definition at line 2258 of file wxscintilla.h.
#define wxSCI_AVS_COMMENTLINE 3 |
Definition at line 2259 of file wxscintilla.h.
#define wxSCI_AVS_DEFAULT 0 |
Lexical states for SCLEX_AVS.
Definition at line 2256 of file wxscintilla.h.
#define wxSCI_AVS_FILTER 10 |
Definition at line 2266 of file wxscintilla.h.
#define wxSCI_AVS_FUNCTION 12 |
Definition at line 2268 of file wxscintilla.h.
#define wxSCI_AVS_IDENTIFIER 6 |
Definition at line 2262 of file wxscintilla.h.
#define wxSCI_AVS_KEYWORD 9 |
Definition at line 2265 of file wxscintilla.h.
#define wxSCI_AVS_NUMBER 4 |
Definition at line 2260 of file wxscintilla.h.
#define wxSCI_AVS_OPERATOR 5 |
Definition at line 2261 of file wxscintilla.h.
#define wxSCI_AVS_PLUGIN 11 |
Definition at line 2267 of file wxscintilla.h.
#define wxSCI_AVS_STRING 7 |
Definition at line 2263 of file wxscintilla.h.
#define wxSCI_AVS_TRIPLESTRING 8 |
Definition at line 2264 of file wxscintilla.h.
#define wxSCI_AVS_USERDFN 14 |
Definition at line 2270 of file wxscintilla.h.
#define wxSCI_B_ASM 14 |
Definition at line 950 of file wxscintilla.h.
#define wxSCI_B_BINNUMBER 18 |
Definition at line 954 of file wxscintilla.h.
#define wxSCI_B_COMMENT 1 |
Definition at line 937 of file wxscintilla.h.
#define wxSCI_B_COMMENTBLOCK 19 |
Definition at line 955 of file wxscintilla.h.
#define wxSCI_B_CONSTANT 13 |
Definition at line 949 of file wxscintilla.h.
#define wxSCI_B_DATE 8 |
Definition at line 944 of file wxscintilla.h.
#define wxSCI_B_DEFAULT 0 |
Lexical states for SCLEX_VB, SCLEX_VBSCRIPT, SCLEX_POWERBASIC, SCLEX_BLITZBASIC, SCLEX_PUREBASIC, SCLEX_FREEBASIC.
Definition at line 936 of file wxscintilla.h.
#define wxSCI_B_DOCBLOCK 21 |
Definition at line 957 of file wxscintilla.h.
#define wxSCI_B_DOCKEYWORD 22 |
Definition at line 958 of file wxscintilla.h.
#define wxSCI_B_DOCLINE 20 |
Definition at line 956 of file wxscintilla.h.
#define wxSCI_B_ERROR 16 |
Definition at line 952 of file wxscintilla.h.
#define wxSCI_B_HEXNUMBER 17 |
Definition at line 953 of file wxscintilla.h.
#define wxSCI_B_IDENTIFIER 7 |
Definition at line 943 of file wxscintilla.h.
#define wxSCI_B_KEYWORD 3 |
Definition at line 939 of file wxscintilla.h.
#define wxSCI_B_KEYWORD2 10 |
Definition at line 946 of file wxscintilla.h.
#define wxSCI_B_KEYWORD3 11 |
Definition at line 947 of file wxscintilla.h.
#define wxSCI_B_KEYWORD4 12 |
Definition at line 948 of file wxscintilla.h.
#define wxSCI_B_LABEL 15 |
Definition at line 951 of file wxscintilla.h.
#define wxSCI_B_NUMBER 2 |
Definition at line 938 of file wxscintilla.h.
#define wxSCI_B_OPERATOR 6 |
Definition at line 942 of file wxscintilla.h.
#define wxSCI_B_PREPROCESSOR 5 |
Definition at line 941 of file wxscintilla.h.
#define wxSCI_B_STRING 4 |
Definition at line 940 of file wxscintilla.h.
#define wxSCI_B_STRINGEOL 9 |
Definition at line 945 of file wxscintilla.h.
#define wxSCI_BAAN_COMMENT 1 |
Definition at line 1136 of file wxscintilla.h.
#define wxSCI_BAAN_COMMENTDOC 2 |
Definition at line 1137 of file wxscintilla.h.
#define wxSCI_BAAN_DEFAULT 0 |
Lexical states for SCLEX_BAAN.
Definition at line 1135 of file wxscintilla.h.
#define wxSCI_BAAN_DEFINEDEF 24 |
Definition at line 1159 of file wxscintilla.h.
#define wxSCI_BAAN_DOMDEF 21 |
Definition at line 1156 of file wxscintilla.h.
#define wxSCI_BAAN_FUNCDEF 22 |
Definition at line 1157 of file wxscintilla.h.
#define wxSCI_BAAN_FUNCTION 20 |
Definition at line 1155 of file wxscintilla.h.
#define wxSCI_BAAN_IDENTIFIER 8 |
Definition at line 1143 of file wxscintilla.h.
#define wxSCI_BAAN_NUMBER 3 |
Definition at line 1138 of file wxscintilla.h.
#define wxSCI_BAAN_OBJECTDEF 23 |
Definition at line 1158 of file wxscintilla.h.
#define wxSCI_BAAN_OPERATOR 7 |
Definition at line 1142 of file wxscintilla.h.
#define wxSCI_BAAN_PREPROCESSOR 6 |
Definition at line 1141 of file wxscintilla.h.
#define wxSCI_BAAN_STRING 5 |
Definition at line 1140 of file wxscintilla.h.
#define wxSCI_BAAN_STRINGEOL 9 |
Definition at line 1144 of file wxscintilla.h.
#define wxSCI_BAAN_TABLEDEF 18 |
Definition at line 1153 of file wxscintilla.h.
#define wxSCI_BAAN_TABLESQL 19 |
Definition at line 1154 of file wxscintilla.h.
#define wxSCI_BAAN_WORD 4 |
Definition at line 1139 of file wxscintilla.h.
#define wxSCI_BAAN_WORD2 10 |
Definition at line 1145 of file wxscintilla.h.
#define wxSCI_BAAN_WORD3 11 |
Definition at line 1146 of file wxscintilla.h.
#define wxSCI_BAAN_WORD4 12 |
Definition at line 1147 of file wxscintilla.h.
#define wxSCI_BAAN_WORD5 13 |
Definition at line 1148 of file wxscintilla.h.
#define wxSCI_BAAN_WORD6 14 |
Definition at line 1149 of file wxscintilla.h.
#define wxSCI_BAAN_WORD7 15 |
Definition at line 1150 of file wxscintilla.h.
#define wxSCI_BAAN_WORD8 16 |
Definition at line 1151 of file wxscintilla.h.
#define wxSCI_BAAN_WORD9 17 |
Definition at line 1152 of file wxscintilla.h.
#define wxSCI_BAT_COMMAND 5 |
Definition at line 1055 of file wxscintilla.h.
#define wxSCI_BAT_COMMENT 1 |
Definition at line 1051 of file wxscintilla.h.
#define wxSCI_BAT_DEFAULT 0 |
Lexical states for SCLEX_BATCH.
Definition at line 1050 of file wxscintilla.h.
#define wxSCI_BAT_HIDE 4 |
Definition at line 1054 of file wxscintilla.h.
#define wxSCI_BAT_IDENTIFIER 6 |
Definition at line 1056 of file wxscintilla.h.
#define wxSCI_BAT_LABEL 3 |
Definition at line 1053 of file wxscintilla.h.
#define wxSCI_BAT_OPERATOR 7 |
Definition at line 1057 of file wxscintilla.h.
#define wxSCI_BAT_WORD 2 |
Definition at line 1052 of file wxscintilla.h.
#define wxSCI_BIBTEX_COMMENT 6 |
Definition at line 2457 of file wxscintilla.h.
#define wxSCI_BIBTEX_DEFAULT 0 |
Lexical state for SCLEX_BIBTEX.
Definition at line 2451 of file wxscintilla.h.
#define wxSCI_BIBTEX_ENTRY 1 |
Definition at line 2452 of file wxscintilla.h.
#define wxSCI_BIBTEX_KEY 3 |
Definition at line 2454 of file wxscintilla.h.
#define wxSCI_BIBTEX_PARAMETER 4 |
Definition at line 2455 of file wxscintilla.h.
#define wxSCI_BIBTEX_UNKNOWN_ENTRY 2 |
Definition at line 2453 of file wxscintilla.h.
#define wxSCI_BIBTEX_VALUE 5 |
Definition at line 2456 of file wxscintilla.h.
#define wxSCI_C_CHARACTER 7 |
Definition at line 636 of file wxscintilla.h.
#define wxSCI_C_COMMENT 1 |
Definition at line 630 of file wxscintilla.h.
#define wxSCI_C_COMMENTDOC 3 |
Definition at line 632 of file wxscintilla.h.
#define wxSCI_C_COMMENTDOCKEYWORD 17 |
Definition at line 646 of file wxscintilla.h.
#define wxSCI_C_COMMENTDOCKEYWORDERROR 18 |
Definition at line 647 of file wxscintilla.h.
#define wxSCI_C_COMMENTLINE 2 |
Definition at line 631 of file wxscintilla.h.
#define wxSCI_C_COMMENTLINEDOC 15 |
Definition at line 644 of file wxscintilla.h.
#define wxSCI_C_DEFAULT 0 |
Lexical states for SCLEX_CPP, SCLEX_BULLANT, SCLEX_COBOL, SCLEX_TACL, SCLEX_TAL.
Definition at line 629 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_C_ESCAPESEQUENCE 27 |
Definition at line 656 of file wxscintilla.h.
#define wxSCI_C_GLOBALCLASS 19 |
Definition at line 648 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_C_HASHQUOTEDSTRING 22 |
Definition at line 651 of file wxscintilla.h.
#define wxSCI_C_IDENTIFIER 11 |
Definition at line 640 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_C_NUMBER 4 |
Definition at line 633 of file wxscintilla.h.
#define wxSCI_C_OPERATOR 10 |
Definition at line 639 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_C_PREPROCESSOR 9 |
Definition at line 638 of file wxscintilla.h.
#define wxSCI_C_PREPROCESSORCOMMENT 23 |
Definition at line 652 of file wxscintilla.h.
#define wxSCI_C_PREPROCESSORCOMMENTDOC 24 |
Definition at line 653 of file wxscintilla.h.
#define wxSCI_C_REGEX 14 |
Definition at line 643 of file wxscintilla.h.
#define wxSCI_C_STRING 6 |
Definition at line 635 of file wxscintilla.h.
Referenced by cbEditorInternalData::GetUrl().
#define wxSCI_C_STRINGEOL 12 |
Definition at line 641 of file wxscintilla.h.
Referenced by cbEditorInternalData::GetUrl().
#define wxSCI_C_STRINGRAW 20 |
Definition at line 649 of file wxscintilla.h.
#define wxSCI_C_TASKMARKER 26 |
Definition at line 655 of file wxscintilla.h.
#define wxSCI_C_TRIPLEVERBATIM 21 |
Definition at line 650 of file wxscintilla.h.
#define wxSCI_C_USERLITERAL 25 |
Definition at line 654 of file wxscintilla.h.
#define wxSCI_C_UUID 8 |
Definition at line 637 of file wxscintilla.h.
#define wxSCI_C_VERBATIM 13 |
Definition at line 642 of file wxscintilla.h.
#define wxSCI_C_WORD 5 |
Definition at line 634 of file wxscintilla.h.
#define wxSCI_C_WORD2 16 |
Definition at line 645 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_C_WXSMITH 50 |
WXSMITH begin # Keep in sync with wxscinilla.h -> wxSCI_C_WXSMITH Keep in sync with SciLexer.h -> SCE_C_WXSMITH Keep in sync with lexer_cpp.xml -> Style name="wxSmith-generated code" Notice that due to the "activeFlag" in LexCPP.cxx, the index must be < 64 (0x40).
Definition at line 663 of file wxscintilla.h.
Referenced by CodeCompletion::GetCallTips().
#define wxSCI_CACHE_CARET 1 |
Definition at line 302 of file wxscintilla.h.
#define wxSCI_CACHE_DOCUMENT 3 |
Definition at line 304 of file wxscintilla.h.
#define wxSCI_CACHE_NONE 0 |
Definition at line 301 of file wxscintilla.h.
#define wxSCI_CACHE_PAGE 2 |
Definition at line 303 of file wxscintilla.h.
#define wxSCI_CAML_CHAR 9 |
Definition at line 1668 of file wxscintilla.h.
#define wxSCI_CAML_COMMENT 12 |
Definition at line 1671 of file wxscintilla.h.
#define wxSCI_CAML_COMMENT1 13 |
Definition at line 1672 of file wxscintilla.h.
#define wxSCI_CAML_COMMENT2 14 |
Definition at line 1673 of file wxscintilla.h.
#define wxSCI_CAML_COMMENT3 15 |
Definition at line 1674 of file wxscintilla.h.
#define wxSCI_CAML_DEFAULT 0 |
Lexical states for SCLEX_CAML.
Definition at line 1659 of file wxscintilla.h.
#define wxSCI_CAML_IDENTIFIER 1 |
Definition at line 1660 of file wxscintilla.h.
#define wxSCI_CAML_KEYWORD 3 |
Definition at line 1662 of file wxscintilla.h.
#define wxSCI_CAML_KEYWORD2 4 |
Definition at line 1663 of file wxscintilla.h.
#define wxSCI_CAML_KEYWORD3 5 |
Definition at line 1664 of file wxscintilla.h.
#define wxSCI_CAML_LINENUM 6 |
Definition at line 1665 of file wxscintilla.h.
#define wxSCI_CAML_NUMBER 8 |
Definition at line 1667 of file wxscintilla.h.
#define wxSCI_CAML_OPERATOR 7 |
Definition at line 1666 of file wxscintilla.h.
#define wxSCI_CAML_STRING 11 |
Definition at line 1670 of file wxscintilla.h.
#define wxSCI_CAML_TAGNAME 2 |
Definition at line 1661 of file wxscintilla.h.
#define wxSCI_CAML_WHITE 10 |
Definition at line 1669 of file wxscintilla.h.
#define wxSCI_CARET_EVEN 0x08 |
If CARET_EVEN is not set, instead of having symmetrical UZs, the left and bottom UZs are extended up to right and top UZs respectively.
This way, we favour the displaying of useful information: the beginning of lines, where most code reside, and the lines after the caret, eg. the body of a function.
Definition at line 362 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CARET_JUMPS 0x10 |
If CARET_JUMPS is set, the display is moved more energetically so the caret can move in the same direction longer before the policy is applied again.
Definition at line 356 of file wxscintilla.h.
#define wxSCI_CARET_SLOP 0x01 |
Caret policy, used by SetXCaretPolicy and SetYCaretPolicy.
If CARET_SLOP is set, we can define a slop value: caretSlop. This value defines an unwanted zone (UZ) where the caret is... unwanted. This zone is defined as a number of pixels near the vertical margins, and as a number of lines near the horizontal margins. By keeping the caret away from the edges, it is seen within its context, so it is likely that the identifier that the caret is on can be completely seen, and that the current line is seen with some of the lines following it which are often dependent on that line.
Definition at line 347 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CARET_STRICT 0x04 |
If CARET_STRICT is set, the policy is enforced...
strictly. The caret is centred on the display if slop is not set, and cannot go in the UZ if slop is set.
Definition at line 352 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CARETSTICKY_OFF 0 |
Definition at line 374 of file wxscintilla.h.
#define wxSCI_CARETSTICKY_ON 1 |
Definition at line 375 of file wxscintilla.h.
#define wxSCI_CARETSTICKY_WHITESPACE 2 |
Definition at line 376 of file wxscintilla.h.
#define wxSCI_CARETSTYLE_BLOCK 2 |
Definition at line 382 of file wxscintilla.h.
#define wxSCI_CARETSTYLE_INVISIBLE 0 |
Definition at line 380 of file wxscintilla.h.
#define wxSCI_CARETSTYLE_LINE 1 |
Definition at line 381 of file wxscintilla.h.
Referenced by EditorConfigurationDlg::EditorConfigurationDlg(), cbEditor::InternalSetEditorStyleBeforeFileOpen(), and EditorConfigurationDlg::OnCaretStyle().
#define wxSCI_CASE_CAMEL 3 |
Definition at line 201 of file wxscintilla.h.
#define wxSCI_CASE_LOWER 2 |
Definition at line 200 of file wxscintilla.h.
#define wxSCI_CASE_MIXED 0 |
Definition at line 198 of file wxscintilla.h.
#define wxSCI_CASE_UPPER 1 |
Definition at line 199 of file wxscintilla.h.
#define wxSCI_CASEINSENSITIVEBEHAVIOUR_IGNORECASE 1 |
Definition at line 368 of file wxscintilla.h.
#define wxSCI_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE 0 |
Definition at line 367 of file wxscintilla.h.
#define wxSCI_CHARSET_8859_15 1000 |
Definition at line 197 of file wxscintilla.h.
#define wxSCI_CHARSET_ANSI 0 |
Character set identifiers are used in StyleSetCharacterSet.
The values are the same as the Windows *_CHARSET values.
Definition at line 176 of file wxscintilla.h.
#define wxSCI_CHARSET_ARABIC 178 |
Definition at line 194 of file wxscintilla.h.
#define wxSCI_CHARSET_BALTIC 186 |
Definition at line 178 of file wxscintilla.h.
#define wxSCI_CHARSET_CHINESEBIG5 136 |
Definition at line 179 of file wxscintilla.h.
#define wxSCI_CHARSET_CYRILLIC 1251 |
Definition at line 188 of file wxscintilla.h.
#define wxSCI_CHARSET_DEFAULT 1 |
Definition at line 177 of file wxscintilla.h.
#define wxSCI_CHARSET_EASTEUROPE 238 |
Definition at line 180 of file wxscintilla.h.
#define wxSCI_CHARSET_GB2312 134 |
Definition at line 181 of file wxscintilla.h.
#define wxSCI_CHARSET_GREEK 161 |
Definition at line 182 of file wxscintilla.h.
#define wxSCI_CHARSET_HANGUL 129 |
Definition at line 183 of file wxscintilla.h.
#define wxSCI_CHARSET_HEBREW 177 |
Definition at line 193 of file wxscintilla.h.
#define wxSCI_CHARSET_JOHAB 130 |
Definition at line 192 of file wxscintilla.h.
#define wxSCI_CHARSET_MAC 77 |
Definition at line 184 of file wxscintilla.h.
#define wxSCI_CHARSET_OEM 255 |
Definition at line 185 of file wxscintilla.h.
#define wxSCI_CHARSET_OEM866 866 |
Definition at line 187 of file wxscintilla.h.
#define wxSCI_CHARSET_RUSSIAN 204 |
Definition at line 186 of file wxscintilla.h.
#define wxSCI_CHARSET_SHIFTJIS 128 |
Definition at line 189 of file wxscintilla.h.
#define wxSCI_CHARSET_SYMBOL 2 |
Definition at line 190 of file wxscintilla.h.
#define wxSCI_CHARSET_THAI 222 |
Definition at line 196 of file wxscintilla.h.
#define wxSCI_CHARSET_TURKISH 162 |
Definition at line 191 of file wxscintilla.h.
#define wxSCI_CHARSET_VIETNAMESE 163 |
Definition at line 195 of file wxscintilla.h.
#define wxSCI_CLW_ATTRIBUTE 13 |
Definition at line 1424 of file wxscintilla.h.
#define wxSCI_CLW_BUILTIN_PROCEDURES_FUNCTION 11 |
Definition at line 1422 of file wxscintilla.h.
#define wxSCI_CLW_COMMENT 2 |
Definition at line 1413 of file wxscintilla.h.
#define wxSCI_CLW_COMPILER_DIRECTIVE 9 |
Definition at line 1420 of file wxscintilla.h.
#define wxSCI_CLW_DEFAULT 0 |
Lexical states for SCLEX_CLW.
Definition at line 1411 of file wxscintilla.h.
#define wxSCI_CLW_DEPRECATED 16 |
Definition at line 1427 of file wxscintilla.h.
#define wxSCI_CLW_ERROR 15 |
Definition at line 1426 of file wxscintilla.h.
#define wxSCI_CLW_INTEGER_CONSTANT 5 |
Definition at line 1416 of file wxscintilla.h.
#define wxSCI_CLW_KEYWORD 8 |
Definition at line 1419 of file wxscintilla.h.
#define wxSCI_CLW_LABEL 1 |
Definition at line 1412 of file wxscintilla.h.
#define wxSCI_CLW_PICTURE_STRING 7 |
Definition at line 1418 of file wxscintilla.h.
#define wxSCI_CLW_REAL_CONSTANT 6 |
Definition at line 1417 of file wxscintilla.h.
#define wxSCI_CLW_RUNTIME_EXPRESSIONS 10 |
Definition at line 1421 of file wxscintilla.h.
#define wxSCI_CLW_STANDARD_EQUATE 14 |
Definition at line 1425 of file wxscintilla.h.
#define wxSCI_CLW_STRING 3 |
Definition at line 1414 of file wxscintilla.h.
#define wxSCI_CLW_STRUCTURE_DATA_TYPE 12 |
Definition at line 1423 of file wxscintilla.h.
#define wxSCI_CLW_USER_IDENTIFIER 4 |
Definition at line 1415 of file wxscintilla.h.
#define wxSCI_CMAKE_COMMANDS 5 |
Definition at line 1895 of file wxscintilla.h.
#define wxSCI_CMAKE_COMMENT 1 |
Definition at line 1891 of file wxscintilla.h.
#define wxSCI_CMAKE_DEFAULT 0 |
Lexical states for SCLEX_CMAKE.
Definition at line 1890 of file wxscintilla.h.
#define wxSCI_CMAKE_FOREACHDEF 10 |
Definition at line 1900 of file wxscintilla.h.
#define wxSCI_CMAKE_IFDEFINEDEF 11 |
Definition at line 1901 of file wxscintilla.h.
#define wxSCI_CMAKE_MACRODEF 12 |
Definition at line 1902 of file wxscintilla.h.
#define wxSCI_CMAKE_NUMBER 14 |
Definition at line 1904 of file wxscintilla.h.
#define wxSCI_CMAKE_PARAMETERS 6 |
Definition at line 1896 of file wxscintilla.h.
#define wxSCI_CMAKE_STRINGDQ 2 |
Definition at line 1892 of file wxscintilla.h.
#define wxSCI_CMAKE_STRINGLQ 3 |
Definition at line 1893 of file wxscintilla.h.
#define wxSCI_CMAKE_STRINGRQ 4 |
Definition at line 1894 of file wxscintilla.h.
#define wxSCI_CMAKE_STRINGVAR 13 |
Definition at line 1903 of file wxscintilla.h.
#define wxSCI_CMAKE_USERDEFINED 8 |
Definition at line 1898 of file wxscintilla.h.
#define wxSCI_CMAKE_VARIABLE 7 |
Definition at line 1897 of file wxscintilla.h.
#define wxSCI_CMAKE_WHILEDEF 9 |
Definition at line 1899 of file wxscintilla.h.
#define wxSCI_CMD_BACKTAB 2328 |
Dedent the selected lines.
Definition at line 2630 of file wxscintilla.h.
Referenced by cbEditor::DoUnIndent().
#define wxSCI_CMD_CANCEL 2325 |
Cancel any modes such as call tip or auto-completion list display.
Definition at line 2620 of file wxscintilla.h.
#define wxSCI_CMD_CHARLEFT 2304 |
Move caret left one character.
Definition at line 2557 of file wxscintilla.h.
#define wxSCI_CMD_CHARLEFTEXTEND 2305 |
Move caret left one character extending selection to new caret position.
Definition at line 2560 of file wxscintilla.h.
#define wxSCI_CMD_CHARLEFTRECTEXTEND 2428 |
Move caret left one character, extending rectangular selection to new caret position.
Definition at line 2768 of file wxscintilla.h.
#define wxSCI_CMD_CHARRIGHT 2306 |
Move caret right one character.
Definition at line 2563 of file wxscintilla.h.
#define wxSCI_CMD_CHARRIGHTEXTEND 2307 |
Move caret right one character extending selection to new caret position.
Definition at line 2566 of file wxscintilla.h.
#define wxSCI_CMD_CHARRIGHTRECTEXTEND 2429 |
Move caret right one character, extending rectangular selection to new caret position.
Definition at line 2771 of file wxscintilla.h.
#define wxSCI_CMD_CLEAR 2180 |
Clear the selection.
Definition at line 2542 of file wxscintilla.h.
#define wxSCI_CMD_COPY 2178 |
Copy the selection to the clipboard.
Definition at line 2536 of file wxscintilla.h.
#define wxSCI_CMD_CUT 2177 |
Cut the selection to the clipboard.
Definition at line 2533 of file wxscintilla.h.
#define wxSCI_CMD_DELETEBACK 2326 |
Delete the selection or if no selection, the character before the caret.
Definition at line 2623 of file wxscintilla.h.
#define wxSCI_CMD_DELETEBACKNOTLINE 2344 |
Delete the selection or if no selection, the character before the caret.
Will not delete the character before at the start of a line.
Definition at line 2686 of file wxscintilla.h.
#define wxSCI_CMD_DELLINELEFT 2395 |
Delete back from the current position to the start of the line.
Definition at line 2744 of file wxscintilla.h.
#define wxSCI_CMD_DELLINERIGHT 2396 |
Delete forwards from the current position to the end of the line.
Definition at line 2747 of file wxscintilla.h.
#define wxSCI_CMD_DELWORDLEFT 2335 |
Delete the word to the left of the caret.
Definition at line 2652 of file wxscintilla.h.
#define wxSCI_CMD_DELWORDRIGHT 2336 |
Delete the word to the right of the caret.
Definition at line 2655 of file wxscintilla.h.
#define wxSCI_CMD_DELWORDRIGHTEND 2518 |
Delete the word to the right of the caret, but not the trailing non-word characters.
Definition at line 2658 of file wxscintilla.h.
#define wxSCI_CMD_DOCUMENTEND 2318 |
Move caret to last position in document.
Definition at line 2599 of file wxscintilla.h.
#define wxSCI_CMD_DOCUMENTENDEXTEND 2319 |
Move caret to last position in document extending selection to new caret position.
Definition at line 2602 of file wxscintilla.h.
#define wxSCI_CMD_DOCUMENTSTART 2316 |
Move caret to first position in document.
Definition at line 2593 of file wxscintilla.h.
#define wxSCI_CMD_DOCUMENTSTARTEXTEND 2317 |
Move caret to first position in document extending selection to new caret position.
Definition at line 2596 of file wxscintilla.h.
#define wxSCI_CMD_EDITTOGGLEOVERTYPE 2324 |
Switch from insert to overtype mode or the reverse.
Definition at line 2617 of file wxscintilla.h.
#define wxSCI_CMD_FORMFEED 2330 |
Insert a Form Feed character.
Definition at line 2636 of file wxscintilla.h.
#define wxSCI_CMD_HOME 2312 |
Move caret to first position on line.
Definition at line 2581 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_HOMEDISPLAY 2345 |
Move caret to first position on display line.
Definition at line 2689 of file wxscintilla.h.
#define wxSCI_CMD_HOMEDISPLAYEXTEND 2346 |
Move caret to first position on display line extending selection to new caret position.
Definition at line 2693 of file wxscintilla.h.
#define wxSCI_CMD_HOMEEXTEND 2313 |
Move caret to first position on line extending selection to new caret position.
Definition at line 2584 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_HOMERECTEXTEND 2430 |
Move caret to first position on line, extending rectangular selection to new caret position.
Definition at line 2774 of file wxscintilla.h.
#define wxSCI_CMD_HOMEWRAP 2349 |
Like Home but when word-wrap is enabled goes first to start of display line HomeDisplay, then to start of document line Home.
Definition at line 2704 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_HOMEWRAPEXTEND 2450 |
Like HomeExtend but when word-wrap is enabled extends first to start of display line HomeDisplayExtend, then to start of document line HomeExtend.
Definition at line 2708 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_LINECOPY 2455 |
Copy the line containing the caret.
Definition at line 2727 of file wxscintilla.h.
#define wxSCI_CMD_LINECUT 2337 |
Cut the line containing the caret.
Definition at line 2661 of file wxscintilla.h.
#define wxSCI_CMD_LINEDELETE 2338 |
Delete the line containing the caret.
Definition at line 2664 of file wxscintilla.h.
#define wxSCI_CMD_LINEDOWN 2300 |
Move caret down one line.
Definition at line 2545 of file wxscintilla.h.
#define wxSCI_CMD_LINEDOWNEXTEND 2301 |
Move caret down one line extending selection to new caret position.
Definition at line 2548 of file wxscintilla.h.
#define wxSCI_CMD_LINEDOWNRECTEXTEND 2426 |
Move caret down one line, extending rectangular selection to new caret position.
Definition at line 2762 of file wxscintilla.h.
#define wxSCI_CMD_LINEDUPLICATE 2404 |
Duplicate the current line.
Definition at line 2670 of file wxscintilla.h.
#define wxSCI_CMD_LINEEND 2314 |
Move caret to last position on line.
Definition at line 2587 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_LINEENDDISPLAY 2347 |
Move caret to last position on display line.
Definition at line 2696 of file wxscintilla.h.
#define wxSCI_CMD_LINEENDDISPLAYEXTEND 2348 |
Move caret to last position on display line extending selection to new caret position.
Definition at line 2700 of file wxscintilla.h.
#define wxSCI_CMD_LINEENDEXTEND 2315 |
Move caret to last position on line extending selection to new caret position.
Definition at line 2590 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_LINEENDRECTEXTEND 2432 |
Move caret to last position on line, extending rectangular selection to new caret position.
Definition at line 2782 of file wxscintilla.h.
#define wxSCI_CMD_LINEENDWRAP 2451 |
Like LineEnd but when word-wrap is enabled goes first to end of display line LineEndDisplay, then to start of document line LineEnd.
Definition at line 2712 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_LINEENDWRAPEXTEND 2452 |
Like LineEndExtend but when word-wrap is enabled extends first to end of display line LineEndDisplayExtend, then to start of document line LineEndExtend.
Definition at line 2716 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_LINESCROLLDOWN 2342 |
Scroll the document down, keeping the caret visible.
Definition at line 2679 of file wxscintilla.h.
#define wxSCI_CMD_LINESCROLLUP 2343 |
Scroll the document up, keeping the caret visible.
Definition at line 2682 of file wxscintilla.h.
#define wxSCI_CMD_LINETRANSPOSE 2339 |
Switch the current line with the previous.
Definition at line 2667 of file wxscintilla.h.
#define wxSCI_CMD_LINEUP 2302 |
Move caret up one line.
Definition at line 2551 of file wxscintilla.h.
#define wxSCI_CMD_LINEUPEXTEND 2303 |
Move caret up one line extending selection to new caret position.
Definition at line 2554 of file wxscintilla.h.
#define wxSCI_CMD_LINEUPRECTEXTEND 2427 |
Move caret up one line, extending rectangular selection to new caret position.
Definition at line 2765 of file wxscintilla.h.
#define wxSCI_CMD_LOWERCASE 2340 |
Transform the selection to lower case.
Definition at line 2673 of file wxscintilla.h.
#define wxSCI_CMD_MOVESELECTEDLINESDOWN 2621 |
Move the selected lines down one line, shifting the line below before the selection.
Definition at line 2821 of file wxscintilla.h.
#define wxSCI_CMD_MOVESELECTEDLINESUP 2620 |
Move the selected lines up one line, shifting the line above after the selection.
Definition at line 2818 of file wxscintilla.h.
#define wxSCI_CMD_NEWLINE 2329 |
Insert a new line, may use a CRLF, CR or LF depending on EOL mode.
Definition at line 2633 of file wxscintilla.h.
#define wxSCI_CMD_PAGEDOWN 2322 |
Move caret one page down.
Definition at line 2611 of file wxscintilla.h.
#define wxSCI_CMD_PAGEDOWNEXTEND 2323 |
Move caret one page down extending selection to new caret position.
Definition at line 2614 of file wxscintilla.h.
#define wxSCI_CMD_PAGEDOWNRECTEXTEND 2434 |
Move caret one page down, extending rectangular selection to new caret position.
Definition at line 2788 of file wxscintilla.h.
#define wxSCI_CMD_PAGEUP 2320 |
Move caret one page up.
Definition at line 2605 of file wxscintilla.h.
#define wxSCI_CMD_PAGEUPEXTEND 2321 |
Move caret one page up extending selection to new caret position.
Definition at line 2608 of file wxscintilla.h.
#define wxSCI_CMD_PAGEUPRECTEXTEND 2433 |
Move caret one page up, extending rectangular selection to new caret position.
Definition at line 2785 of file wxscintilla.h.
#define wxSCI_CMD_PARADOWN 2413 |
Move caret down one paragraph (delimited by empty lines).
Definition at line 2750 of file wxscintilla.h.
#define wxSCI_CMD_PARADOWNEXTEND 2414 |
Extend selection down one paragraph (delimited by empty lines).
Definition at line 2753 of file wxscintilla.h.
#define wxSCI_CMD_PARAUP 2415 |
Move caret up one paragraph (delimited by empty lines).
Definition at line 2756 of file wxscintilla.h.
#define wxSCI_CMD_PARAUPEXTEND 2416 |
Extend selection up one paragraph (delimited by empty lines).
Definition at line 2759 of file wxscintilla.h.
#define wxSCI_CMD_PASTE 2179 |
Paste the contents of the clipboard into the document replacing the selection.
Definition at line 2539 of file wxscintilla.h.
#define wxSCI_CMD_REDO 2011 |
Redoes the next action on the undo history.
Definition at line 2524 of file wxscintilla.h.
#define wxSCI_CMD_SCROLLTOEND 2629 |
Scroll to end of document.
Definition at line 2827 of file wxscintilla.h.
#define wxSCI_CMD_SCROLLTOSTART 2628 |
Scroll to start of document.
Definition at line 2824 of file wxscintilla.h.
#define wxSCI_CMD_SELECTALL 2013 |
Select all the text in the document.
Definition at line 2527 of file wxscintilla.h.
#define wxSCI_CMD_STUTTEREDPAGEDOWN 2437 |
Move caret to bottom of page, or one page down if already at bottom of page.
Definition at line 2797 of file wxscintilla.h.
#define wxSCI_CMD_STUTTEREDPAGEDOWNEXTEND 2438 |
Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.
Definition at line 2800 of file wxscintilla.h.
#define wxSCI_CMD_STUTTEREDPAGEUP 2435 |
Move caret to top of page, or one page up if already at top of page.
Definition at line 2791 of file wxscintilla.h.
#define wxSCI_CMD_STUTTEREDPAGEUPEXTEND 2436 |
Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.
Definition at line 2794 of file wxscintilla.h.
#define wxSCI_CMD_TAB 2327 |
If selection is empty or all on one line replace the selection with a tab character.
If more than one line selected, indent the lines.
Definition at line 2627 of file wxscintilla.h.
Referenced by cbEditor::DoIndent().
#define wxSCI_CMD_UNDO 2176 |
Undo one action in the undo history.
Definition at line 2530 of file wxscintilla.h.
#define wxSCI_CMD_UPPERCASE 2341 |
Transform the selection to upper case.
Definition at line 2676 of file wxscintilla.h.
#define wxSCI_CMD_VCHOME 2331 |
Move caret to before first visible character on line.
If already there move to first character on line.
Definition at line 2640 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_VCHOMEDISPLAY 2652 |
Move caret to before first visible character on display line.
If already there move to first character on display line.
Definition at line 2831 of file wxscintilla.h.
#define wxSCI_CMD_VCHOMEDISPLAYEXTEND 2653 |
Like VCHomeDisplay but extending selection to new caret position.
Definition at line 2834 of file wxscintilla.h.
#define wxSCI_CMD_VCHOMEEXTEND 2332 |
Like VCHome but extending selection to new caret position.
Definition at line 2643 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_VCHOMERECTEXTEND 2431 |
Move caret to before first visible character on line.
If already there move to first character on line. In either case, extend rectangular selection to new caret position.
Definition at line 2779 of file wxscintilla.h.
#define wxSCI_CMD_VCHOMEWRAP 2453 |
Like VCHome but when word-wrap is enabled goes first to start of display line VCHomeDisplay, then behaves like VCHome.
Definition at line 2720 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_VCHOMEWRAPEXTEND 2454 |
Like VCHomeExtend but when word-wrap is enabled extends first to start of display line VCHomeDisplayExtend, then behaves like VCHomeExtend.
Definition at line 2724 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_VERTICALCENTRECARET 2619 |
Centre current line in window.
Definition at line 2815 of file wxscintilla.h.
#define wxSCI_CMD_WORDLEFT 2308 |
Move caret left one word.
Definition at line 2569 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDLEFTEND 2439 |
Move caret left one word, position cursor at end of word.
Definition at line 2803 of file wxscintilla.h.
#define wxSCI_CMD_WORDLEFTENDEXTEND 2440 |
Move caret left one word, position cursor at end of word, extending selection to new caret position.
Definition at line 2806 of file wxscintilla.h.
#define wxSCI_CMD_WORDLEFTEXTEND 2309 |
Move caret left one word extending selection to new caret position.
Definition at line 2572 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDPARTLEFT 2390 |
Move to the previous change in capitalisation.
Definition at line 2730 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDPARTLEFTEXTEND 2391 |
Move to the previous change in capitalisation extending selection to new caret position.
Definition at line 2734 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDPARTRIGHT 2392 |
Move to the change next in capitalisation.
Definition at line 2737 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDPARTRIGHTEXTEND 2393 |
Move to the next change in capitalisation extending selection to new caret position.
Definition at line 2741 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDRIGHT 2310 |
Move caret right one word.
Definition at line 2575 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_WORDRIGHTEND 2441 |
Move caret right one word, position cursor at end of word.
Definition at line 2809 of file wxscintilla.h.
#define wxSCI_CMD_WORDRIGHTENDEXTEND 2442 |
Move caret right one word, position cursor at end of word, extending selection to new caret position.
Definition at line 2812 of file wxscintilla.h.
#define wxSCI_CMD_WORDRIGHTEXTEND 2311 |
Move caret right one word extending selection to new caret position.
Definition at line 2578 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_CMD_ZOOMIN 2333 |
Magnify the displayed text by increasing the sizes by 1 point.
Definition at line 2646 of file wxscintilla.h.
#define wxSCI_CMD_ZOOMOUT 2334 |
Make the displayed text smaller by decreasing the sizes by 1 point.
Definition at line 2649 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_CHARACTER 7 |
Definition at line 2235 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENT 1 |
Definition at line 2229 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTBLOCK 22 |
Definition at line 2250 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTDOC 3 |
Definition at line 2231 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORD 17 |
Definition at line 2245 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTDOCKEYWORDERROR 18 |
Definition at line 2246 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTLINE 2 |
Definition at line 2230 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_COMMENTLINEDOC 15 |
Definition at line 2243 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_DEFAULT 0 |
Lexical states for SCLEX_COFFEESCRIPT.
Definition at line 2228 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_GLOBALCLASS 19 |
Definition at line 2247 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_IDENTIFIER 11 |
Definition at line 2239 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_INSTANCEPROPERTY 25 |
Definition at line 2253 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_NUMBER 4 |
Definition at line 2232 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_OPERATOR 10 |
Definition at line 2238 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_PREPROCESSOR 9 |
Definition at line 2237 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_REGEX 14 |
Definition at line 2242 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_STRING 6 |
Definition at line 2234 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_STRINGEOL 12 |
Definition at line 2240 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_STRINGRAW 20 |
Definition at line 2248 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_TRIPLEVERBATIM 21 |
Definition at line 2249 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_UUID 8 |
Definition at line 2236 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_VERBATIM 13 |
Definition at line 2241 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX 23 |
Definition at line 2251 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_VERBOSE_REGEX_COMMENT 24 |
Definition at line 2252 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_WORD 5 |
Definition at line 2233 of file wxscintilla.h.
#define wxSCI_COFFEESCRIPT_WORD2 16 |
Definition at line 2244 of file wxscintilla.h.
#define wxSCI_CONF_COMMENT 1 |
Definition at line 1093 of file wxscintilla.h.
#define wxSCI_CONF_DEFAULT 0 |
Lexical states for SCLEX_CONF (Apache Configuration Files Lexer)
Definition at line 1092 of file wxscintilla.h.
#define wxSCI_CONF_DIRECTIVE 9 |
Definition at line 1101 of file wxscintilla.h.
#define wxSCI_CONF_EXTENSION 4 |
Definition at line 1096 of file wxscintilla.h.
#define wxSCI_CONF_IDENTIFIER 3 |
Definition at line 1095 of file wxscintilla.h.
#define wxSCI_CONF_IP 8 |
Definition at line 1100 of file wxscintilla.h.
#define wxSCI_CONF_NUMBER 2 |
Definition at line 1094 of file wxscintilla.h.
#define wxSCI_CONF_OPERATOR 7 |
Definition at line 1099 of file wxscintilla.h.
#define wxSCI_CONF_PARAMETER 5 |
Definition at line 1097 of file wxscintilla.h.
#define wxSCI_CONF_STRING 6 |
Definition at line 1098 of file wxscintilla.h.
#define wxSCI_CP_UTF8 65001 |
The SC_CP_UTF8 value can be used to enter Unicode mode.
This is the same value as CP_UTF8 in Windows
Definition at line 89 of file wxscintilla.h.
#define wxSCI_CSOUND_ARATE_VAR 11 |
Definition at line 1845 of file wxscintilla.h.
#define wxSCI_CSOUND_COMMENT 1 |
Definition at line 1835 of file wxscintilla.h.
#define wxSCI_CSOUND_COMMENTBLOCK 9 |
Definition at line 1843 of file wxscintilla.h.
#define wxSCI_CSOUND_DEFAULT 0 |
Lexical states for SCLEX_CSOUND.
Definition at line 1834 of file wxscintilla.h.
#define wxSCI_CSOUND_GLOBAL_VAR 14 |
Definition at line 1848 of file wxscintilla.h.
#define wxSCI_CSOUND_HEADERSTMT 7 |
Definition at line 1841 of file wxscintilla.h.
#define wxSCI_CSOUND_IDENTIFIER 5 |
Definition at line 1839 of file wxscintilla.h.
#define wxSCI_CSOUND_INSTR 4 |
Definition at line 1838 of file wxscintilla.h.
#define wxSCI_CSOUND_IRATE_VAR 13 |
Definition at line 1847 of file wxscintilla.h.
#define wxSCI_CSOUND_KRATE_VAR 12 |
Definition at line 1846 of file wxscintilla.h.
#define wxSCI_CSOUND_NUMBER 2 |
Definition at line 1836 of file wxscintilla.h.
#define wxSCI_CSOUND_OPCODE 6 |
Definition at line 1840 of file wxscintilla.h.
#define wxSCI_CSOUND_OPERATOR 3 |
Definition at line 1837 of file wxscintilla.h.
#define wxSCI_CSOUND_PARAM 10 |
Definition at line 1844 of file wxscintilla.h.
#define wxSCI_CSOUND_STRINGEOL 15 |
Definition at line 1849 of file wxscintilla.h.
#define wxSCI_CSOUND_USERKEYWORD 8 |
Definition at line 1842 of file wxscintilla.h.
#define wxSCI_CSS_ATTRIBUTE 16 |
Definition at line 1296 of file wxscintilla.h.
#define wxSCI_CSS_CLASS 2 |
Definition at line 1282 of file wxscintilla.h.
#define wxSCI_CSS_COMMENT 9 |
Definition at line 1289 of file wxscintilla.h.
#define wxSCI_CSS_DEFAULT 0 |
Lexical states for SCLEX_CSS.
Definition at line 1280 of file wxscintilla.h.
#define wxSCI_CSS_DIRECTIVE 12 |
Definition at line 1292 of file wxscintilla.h.
#define wxSCI_CSS_DOUBLESTRING 13 |
Definition at line 1293 of file wxscintilla.h.
#define wxSCI_CSS_EXTENDED_IDENTIFIER 19 |
Definition at line 1299 of file wxscintilla.h.
#define wxSCI_CSS_EXTENDED_PSEUDOCLASS 20 |
Definition at line 1300 of file wxscintilla.h.
#define wxSCI_CSS_EXTENDED_PSEUDOELEMENT 21 |
Definition at line 1301 of file wxscintilla.h.
#define wxSCI_CSS_ID 10 |
Definition at line 1290 of file wxscintilla.h.
#define wxSCI_CSS_IDENTIFIER 6 |
Definition at line 1286 of file wxscintilla.h.
#define wxSCI_CSS_IDENTIFIER2 15 |
Definition at line 1295 of file wxscintilla.h.
#define wxSCI_CSS_IDENTIFIER3 17 |
Definition at line 1297 of file wxscintilla.h.
#define wxSCI_CSS_IMPORTANT 11 |
Definition at line 1291 of file wxscintilla.h.
#define wxSCI_CSS_MEDIA 22 |
Definition at line 1302 of file wxscintilla.h.
#define wxSCI_CSS_OPERATOR 5 |
Definition at line 1285 of file wxscintilla.h.
#define wxSCI_CSS_PSEUDOCLASS 3 |
Definition at line 1283 of file wxscintilla.h.
#define wxSCI_CSS_PSEUDOELEMENT 18 |
Definition at line 1298 of file wxscintilla.h.
#define wxSCI_CSS_SINGLESTRING 14 |
Definition at line 1294 of file wxscintilla.h.
#define wxSCI_CSS_TAG 1 |
Definition at line 1281 of file wxscintilla.h.
#define wxSCI_CSS_UNKNOWN_IDENTIFIER 7 |
Definition at line 1287 of file wxscintilla.h.
#define wxSCI_CSS_UNKNOWN_PSEUDOCLASS 4 |
Definition at line 1284 of file wxscintilla.h.
#define wxSCI_CSS_VALUE 8 |
Definition at line 1288 of file wxscintilla.h.
#define wxSCI_CSS_VARIABLE 23 |
Definition at line 1303 of file wxscintilla.h.
#define wxSCI_CURSORARROW 2 |
Definition at line 330 of file wxscintilla.h.
#define wxSCI_CURSORNORMAL -1 |
Definition at line 329 of file wxscintilla.h.
#define wxSCI_CURSORREVERSEARROW 7 |
Definition at line 332 of file wxscintilla.h.
#define wxSCI_CURSORWAIT 4 |
Definition at line 331 of file wxscintilla.h.
#define wxSCI_D_CHARACTER 12 |
Definition at line 679 of file wxscintilla.h.
#define wxSCI_D_COMMENT 1 |
Definition at line 668 of file wxscintilla.h.
#define wxSCI_D_COMMENTDOC 3 |
Definition at line 670 of file wxscintilla.h.
#define wxSCI_D_COMMENTDOCKEYWORD 16 |
Definition at line 683 of file wxscintilla.h.
#define wxSCI_D_COMMENTDOCKEYWORDERROR 17 |
Definition at line 684 of file wxscintilla.h.
#define wxSCI_D_COMMENTLINE 2 |
Definition at line 669 of file wxscintilla.h.
#define wxSCI_D_COMMENTLINEDOC 15 |
Definition at line 682 of file wxscintilla.h.
#define wxSCI_D_COMMENTNESTED 4 |
Definition at line 671 of file wxscintilla.h.
#define wxSCI_D_DEFAULT 0 |
WXSMITH end # Lexical states for SCLEX_D.
Definition at line 667 of file wxscintilla.h.
#define wxSCI_D_IDENTIFIER 14 |
Definition at line 681 of file wxscintilla.h.
#define wxSCI_D_NUMBER 5 |
Definition at line 672 of file wxscintilla.h.
#define wxSCI_D_OPERATOR 13 |
Definition at line 680 of file wxscintilla.h.
#define wxSCI_D_STRING 10 |
Definition at line 677 of file wxscintilla.h.
#define wxSCI_D_STRINGB 18 |
Definition at line 685 of file wxscintilla.h.
#define wxSCI_D_STRINGEOL 11 |
Definition at line 678 of file wxscintilla.h.
#define wxSCI_D_STRINGR 19 |
Definition at line 686 of file wxscintilla.h.
#define wxSCI_D_TYPEDEF 9 |
Definition at line 676 of file wxscintilla.h.
#define wxSCI_D_WORD 6 |
Definition at line 673 of file wxscintilla.h.
#define wxSCI_D_WORD2 7 |
Definition at line 674 of file wxscintilla.h.
#define wxSCI_D_WORD3 8 |
Definition at line 675 of file wxscintilla.h.
#define wxSCI_D_WORD5 20 |
Definition at line 687 of file wxscintilla.h.
#define wxSCI_D_WORD6 21 |
Definition at line 688 of file wxscintilla.h.
#define wxSCI_D_WORD7 22 |
Definition at line 689 of file wxscintilla.h.
#define wxSCI_DEPRECATED_MACRO_VALUE | ( | value, | |
msg | |||
) | value |
Definition at line 2516 of file wxscintilla.h.
#define wxSCI_DIFF_ADDED 6 |
Definition at line 1088 of file wxscintilla.h.
#define wxSCI_DIFF_CHANGED 7 |
Definition at line 1089 of file wxscintilla.h.
#define wxSCI_DIFF_COMMAND 2 |
Definition at line 1084 of file wxscintilla.h.
#define wxSCI_DIFF_COMMENT 1 |
Definition at line 1083 of file wxscintilla.h.
#define wxSCI_DIFF_DEFAULT 0 |
Lexical states for SCLEX_DIFF.
Definition at line 1082 of file wxscintilla.h.
#define wxSCI_DIFF_DELETED 5 |
Definition at line 1087 of file wxscintilla.h.
#define wxSCI_DIFF_HEADER 3 |
Definition at line 1085 of file wxscintilla.h.
#define wxSCI_DIFF_POSITION 4 |
Definition at line 1086 of file wxscintilla.h.
#define wxSCI_DMAP_COMMENT 1 |
Definition at line 2412 of file wxscintilla.h.
#define wxSCI_DMAP_DEFAULT 0 |
Lexical states for SCLEX_DMAP.
Definition at line 2411 of file wxscintilla.h.
#define wxSCI_DMAP_IDENTIFIER 7 |
Definition at line 2418 of file wxscintilla.h.
#define wxSCI_DMAP_NUMBER 2 |
Definition at line 2413 of file wxscintilla.h.
#define wxSCI_DMAP_OPERATOR 6 |
Definition at line 2417 of file wxscintilla.h.
#define wxSCI_DMAP_STRING1 3 |
Definition at line 2414 of file wxscintilla.h.
#define wxSCI_DMAP_STRING2 4 |
Definition at line 2415 of file wxscintilla.h.
#define wxSCI_DMAP_STRINGEOL 5 |
Definition at line 2416 of file wxscintilla.h.
#define wxSCI_DMAP_WORD 8 |
Definition at line 2419 of file wxscintilla.h.
#define wxSCI_DMAP_WORD2 9 |
Definition at line 2420 of file wxscintilla.h.
#define wxSCI_DMAP_WORD3 10 |
Definition at line 2421 of file wxscintilla.h.
#define wxSCI_DMIS_COMMENT 1 |
Definition at line 2425 of file wxscintilla.h.
#define wxSCI_DMIS_DEFAULT 0 |
Lexical states for SCLEX_DMIS.
Definition at line 2424 of file wxscintilla.h.
#define wxSCI_DMIS_KEYWORD 4 |
Definition at line 2428 of file wxscintilla.h.
#define wxSCI_DMIS_LABEL 9 |
Definition at line 2433 of file wxscintilla.h.
#define wxSCI_DMIS_MAJORWORD 5 |
Definition at line 2429 of file wxscintilla.h.
#define wxSCI_DMIS_MINORWORD 6 |
Definition at line 2430 of file wxscintilla.h.
#define wxSCI_DMIS_NUMBER 3 |
Definition at line 2427 of file wxscintilla.h.
#define wxSCI_DMIS_STRING 2 |
Definition at line 2426 of file wxscintilla.h.
#define wxSCI_DMIS_UNSUPPORTED_MAJOR 7 |
Definition at line 2431 of file wxscintilla.h.
#define wxSCI_DMIS_UNSUPPORTED_MINOR 8 |
Definition at line 2432 of file wxscintilla.h.
#define wxSCI_ECL_ADDED 24 |
Definition at line 2297 of file wxscintilla.h.
#define wxSCI_ECL_CHANGED 26 |
Definition at line 2299 of file wxscintilla.h.
#define wxSCI_ECL_CHARACTER 7 |
Definition at line 2280 of file wxscintilla.h.
#define wxSCI_ECL_COMMENT 1 |
Definition at line 2274 of file wxscintilla.h.
#define wxSCI_ECL_COMMENTDOC 23 |
Definition at line 2296 of file wxscintilla.h.
#define wxSCI_ECL_COMMENTDOCKEYWORD 17 |
Definition at line 2290 of file wxscintilla.h.
#define wxSCI_ECL_COMMENTDOCKEYWORDERROR 18 |
Definition at line 2291 of file wxscintilla.h.
#define wxSCI_ECL_COMMENTLINE 2 |
Definition at line 2275 of file wxscintilla.h.
#define wxSCI_ECL_COMMENTLINEDOC 15 |
Definition at line 2288 of file wxscintilla.h.
#define wxSCI_ECL_DEFAULT 0 |
Lexical states for SCLEX_ECL.
Definition at line 2273 of file wxscintilla.h.
#define wxSCI_ECL_DELETED 25 |
Definition at line 2298 of file wxscintilla.h.
#define wxSCI_ECL_IDENTIFIER 11 |
Definition at line 2284 of file wxscintilla.h.
#define wxSCI_ECL_MOVED 27 |
Definition at line 2300 of file wxscintilla.h.
#define wxSCI_ECL_NUMBER 3 |
Definition at line 2276 of file wxscintilla.h.
#define wxSCI_ECL_OPERATOR 6 |
Definition at line 2279 of file wxscintilla.h.
#define wxSCI_ECL_PREPROCESSOR 9 |
Definition at line 2282 of file wxscintilla.h.
#define wxSCI_ECL_REGEX 14 |
Definition at line 2287 of file wxscintilla.h.
#define wxSCI_ECL_STRING 4 |
Definition at line 2277 of file wxscintilla.h.
#define wxSCI_ECL_STRINGEOL 12 |
Definition at line 2285 of file wxscintilla.h.
#define wxSCI_ECL_UNKNOWN 10 |
Definition at line 2283 of file wxscintilla.h.
#define wxSCI_ECL_UUID 8 |
Definition at line 2281 of file wxscintilla.h.
#define wxSCI_ECL_VERBATIM 13 |
Definition at line 2286 of file wxscintilla.h.
#define wxSCI_ECL_WORD0 5 |
Definition at line 2278 of file wxscintilla.h.
#define wxSCI_ECL_WORD1 16 |
Definition at line 2289 of file wxscintilla.h.
#define wxSCI_ECL_WORD2 19 |
Definition at line 2292 of file wxscintilla.h.
#define wxSCI_ECL_WORD3 20 |
Definition at line 2293 of file wxscintilla.h.
#define wxSCI_ECL_WORD4 21 |
Definition at line 2294 of file wxscintilla.h.
#define wxSCI_ECL_WORD5 22 |
Definition at line 2295 of file wxscintilla.h.
#define wxSCI_EDGE_BACKGROUND 2 |
Definition at line 319 of file wxscintilla.h.
#define wxSCI_EDGE_LINE 1 |
Definition at line 318 of file wxscintilla.h.
#define wxSCI_EDGE_MULTILINE 3 |
Definition at line 320 of file wxscintilla.h.
#define wxSCI_EDGE_NONE 0 |
Definition at line 317 of file wxscintilla.h.
Referenced by cbEditor::Print().
#define wxSCI_EDI_BADSEGMENT 8 |
Definition at line 2505 of file wxscintilla.h.
#define wxSCI_EDI_DEFAULT 0 |
Definition at line 2497 of file wxscintilla.h.
#define wxSCI_EDI_SEGMENTEND 2 |
Definition at line 2499 of file wxscintilla.h.
#define wxSCI_EDI_SEGMENTSTART 1 |
Definition at line 2498 of file wxscintilla.h.
#define wxSCI_EDI_SEP_COMPOSITE 4 |
Definition at line 2501 of file wxscintilla.h.
#define wxSCI_EDI_SEP_ELEMENT 3 |
Definition at line 2500 of file wxscintilla.h.
#define wxSCI_EDI_SEP_RELEASE 5 |
Definition at line 2502 of file wxscintilla.h.
#define wxSCI_EDI_UNA 6 |
Definition at line 2503 of file wxscintilla.h.
#define wxSCI_EDI_UNH 7 |
Definition at line 2504 of file wxscintilla.h.
#define wxSCI_EFF_QUALITY_ANTIALIASED 2 |
Definition at line 313 of file wxscintilla.h.
#define wxSCI_EFF_QUALITY_DEFAULT 0 |
Definition at line 311 of file wxscintilla.h.
#define wxSCI_EFF_QUALITY_LCD_OPTIMIZED 3 |
Definition at line 314 of file wxscintilla.h.
#define wxSCI_EFF_QUALITY_MASK 0xF |
Control font anti-aliasing.
Definition at line 310 of file wxscintilla.h.
#define wxSCI_EFF_QUALITY_NON_ANTIALIASED 1 |
Definition at line 312 of file wxscintilla.h.
#define wxSCI_EIFFEL_CHARACTER 5 |
Definition at line 1181 of file wxscintilla.h.
#define wxSCI_EIFFEL_COMMENTLINE 1 |
Definition at line 1177 of file wxscintilla.h.
#define wxSCI_EIFFEL_DEFAULT 0 |
Lexical states for SCLEX_EIFFEL and SCLEX_EIFFELKW.
Definition at line 1176 of file wxscintilla.h.
#define wxSCI_EIFFEL_IDENTIFIER 7 |
Definition at line 1183 of file wxscintilla.h.
#define wxSCI_EIFFEL_NUMBER 2 |
Definition at line 1178 of file wxscintilla.h.
#define wxSCI_EIFFEL_OPERATOR 6 |
Definition at line 1182 of file wxscintilla.h.
#define wxSCI_EIFFEL_STRING 4 |
Definition at line 1180 of file wxscintilla.h.
#define wxSCI_EIFFEL_STRINGEOL 8 |
Definition at line 1184 of file wxscintilla.h.
#define wxSCI_EIFFEL_WORD 3 |
Definition at line 1179 of file wxscintilla.h.
#define wxSCI_EOL_CR 1 |
Definition at line 84 of file wxscintilla.h.
Referenced by cbFindReplaceData::ConvertEOLs(), DetectLineEnds(), MainFrame::DoUpdateStatusBar(), GetEOLStr(), MainFrame::OnEditEOLMode(), MainFrame::OnEditMenuUpdateUI(), and cbEditor::OnEditorCharAdded().
#define wxSCI_EOL_CRLF 0 |
Definition at line 83 of file wxscintilla.h.
Referenced by cbFindReplaceData::ConvertEOLs(), DetectLineEnds(), MainFrame::DoUpdateStatusBar(), EditorConfigurationDlg::EditorConfigurationDlg(), GetEOLStr(), cbEditor::InternalSetEditorStyleAfterFileOpen(), MainFrame::OnEditEOLMode(), and MainFrame::OnEditMenuUpdateUI().
#define wxSCI_EOL_LF 2 |
Definition at line 85 of file wxscintilla.h.
Referenced by cbFindReplaceData::cbFindReplaceData(), cbFindReplaceData::ConvertEOLs(), DetectLineEnds(), MainFrame::DoUpdateStatusBar(), EditorConfigurationDlg::EditorConfigurationDlg(), FindReplace::FindNext(), GetEOLStr(), CodeCompletion::GetToolBarPriority(), cbEditor::InternalSetEditorStyleAfterFileOpen(), MainFrame::OnEditEOLMode(), MainFrame::OnEditMenuUpdateUI(), and FindReplace::ShowFindDialog().
#define wxSCI_ERLANG_ATOM 7 |
Definition at line 1473 of file wxscintilla.h.
#define wxSCI_ERLANG_ATOM_QUOTED 18 |
Definition at line 1484 of file wxscintilla.h.
#define wxSCI_ERLANG_BIFS 22 |
Definition at line 1488 of file wxscintilla.h.
#define wxSCI_ERLANG_CHARACTER 9 |
Definition at line 1475 of file wxscintilla.h.
#define wxSCI_ERLANG_COMMENT 1 |
Definition at line 1467 of file wxscintilla.h.
#define wxSCI_ERLANG_COMMENT_DOC 16 |
Definition at line 1482 of file wxscintilla.h.
#define wxSCI_ERLANG_COMMENT_DOC_MACRO 17 |
Definition at line 1483 of file wxscintilla.h.
#define wxSCI_ERLANG_COMMENT_FUNCTION 14 |
Definition at line 1480 of file wxscintilla.h.
#define wxSCI_ERLANG_COMMENT_MODULE 15 |
Definition at line 1481 of file wxscintilla.h.
#define wxSCI_ERLANG_DEFAULT 0 |
Lexical states for SCLEX_ERLANG.
Definition at line 1466 of file wxscintilla.h.
#define wxSCI_ERLANG_FUNCTION_NAME 8 |
Definition at line 1474 of file wxscintilla.h.
#define wxSCI_ERLANG_KEYWORD 4 |
Definition at line 1470 of file wxscintilla.h.
#define wxSCI_ERLANG_MACRO 10 |
Definition at line 1476 of file wxscintilla.h.
#define wxSCI_ERLANG_MACRO_QUOTED 19 |
Definition at line 1485 of file wxscintilla.h.
#define wxSCI_ERLANG_MODULES 23 |
Definition at line 1489 of file wxscintilla.h.
#define wxSCI_ERLANG_MODULES_ATT 24 |
Definition at line 1490 of file wxscintilla.h.
#define wxSCI_ERLANG_NODE_NAME 13 |
Definition at line 1479 of file wxscintilla.h.
#define wxSCI_ERLANG_NODE_NAME_QUOTED 21 |
Definition at line 1487 of file wxscintilla.h.
#define wxSCI_ERLANG_NUMBER 3 |
Definition at line 1469 of file wxscintilla.h.
#define wxSCI_ERLANG_OPERATOR 6 |
Definition at line 1472 of file wxscintilla.h.
#define wxSCI_ERLANG_PREPROC 12 |
Definition at line 1478 of file wxscintilla.h.
#define wxSCI_ERLANG_RECORD 11 |
Definition at line 1477 of file wxscintilla.h.
#define wxSCI_ERLANG_RECORD_QUOTED 20 |
Definition at line 1486 of file wxscintilla.h.
#define wxSCI_ERLANG_STRING 5 |
Definition at line 1471 of file wxscintilla.h.
#define wxSCI_ERLANG_UNKNOWN 31 |
Definition at line 1491 of file wxscintilla.h.
#define wxSCI_ERLANG_VARIABLE 2 |
Definition at line 1468 of file wxscintilla.h.
#define wxSCI_ERR_ABSF 18 |
Definition at line 1025 of file wxscintilla.h.
#define wxSCI_ERR_BORLAND 5 |
Definition at line 1012 of file wxscintilla.h.
#define wxSCI_ERR_CMD 4 |
Definition at line 1011 of file wxscintilla.h.
#define wxSCI_ERR_CTAG 9 |
Definition at line 1016 of file wxscintilla.h.
#define wxSCI_ERR_DEFAULT 0 |
Lexical states for SCLEX_ERRORLIST.
Definition at line 1007 of file wxscintilla.h.
#define wxSCI_ERR_DIFF_ADDITION 11 |
Definition at line 1018 of file wxscintilla.h.
#define wxSCI_ERR_DIFF_CHANGED 10 |
Definition at line 1017 of file wxscintilla.h.
#define wxSCI_ERR_DIFF_DELETION 12 |
Definition at line 1019 of file wxscintilla.h.
#define wxSCI_ERR_DIFF_MESSAGE 13 |
Definition at line 1020 of file wxscintilla.h.
#define wxSCI_ERR_ELF 15 |
Definition at line 1022 of file wxscintilla.h.
#define wxSCI_ERR_ES_BLACK 40 |
Definition at line 1032 of file wxscintilla.h.
#define wxSCI_ERR_ES_BLUE 44 |
Definition at line 1036 of file wxscintilla.h.
#define wxSCI_ERR_ES_BRIGHT_BLUE 52 |
Definition at line 1044 of file wxscintilla.h.
#define wxSCI_ERR_ES_BRIGHT_CYAN 54 |
Definition at line 1046 of file wxscintilla.h.
#define wxSCI_ERR_ES_BRIGHT_GREEN 50 |
Definition at line 1042 of file wxscintilla.h.
#define wxSCI_ERR_ES_BRIGHT_MAGENTA 53 |
Definition at line 1045 of file wxscintilla.h.
#define wxSCI_ERR_ES_BRIGHT_RED 49 |
Definition at line 1041 of file wxscintilla.h.
#define wxSCI_ERR_ES_BROWN 43 |
Definition at line 1035 of file wxscintilla.h.
#define wxSCI_ERR_ES_CYAN 46 |
Definition at line 1038 of file wxscintilla.h.
#define wxSCI_ERR_ES_DARK_GRAY 48 |
Definition at line 1040 of file wxscintilla.h.
#define wxSCI_ERR_ES_GRAY 47 |
Definition at line 1039 of file wxscintilla.h.
#define wxSCI_ERR_ES_GREEN 42 |
Definition at line 1034 of file wxscintilla.h.
#define wxSCI_ERR_ES_MAGENTA 45 |
Definition at line 1037 of file wxscintilla.h.
#define wxSCI_ERR_ES_RED 41 |
Definition at line 1033 of file wxscintilla.h.
#define wxSCI_ERR_ES_WHITE 55 |
Definition at line 1047 of file wxscintilla.h.
#define wxSCI_ERR_ES_YELLOW 51 |
Definition at line 1043 of file wxscintilla.h.
#define wxSCI_ERR_ESCSEQ 23 |
Definition at line 1030 of file wxscintilla.h.
#define wxSCI_ERR_ESCSEQ_UNKNOWN 24 |
Definition at line 1031 of file wxscintilla.h.
#define wxSCI_ERR_GCC 2 |
Definition at line 1009 of file wxscintilla.h.
#define wxSCI_ERR_GCC_INCLUDED_FROM 22 |
Definition at line 1029 of file wxscintilla.h.
#define wxSCI_ERR_IFC 16 |
Definition at line 1023 of file wxscintilla.h.
#define wxSCI_ERR_IFORT 17 |
Definition at line 1024 of file wxscintilla.h.
#define wxSCI_ERR_JAVA_STACK 20 |
Definition at line 1027 of file wxscintilla.h.
#define wxSCI_ERR_LUA 8 |
Definition at line 1015 of file wxscintilla.h.
#define wxSCI_ERR_MS 3 |
Definition at line 1010 of file wxscintilla.h.
#define wxSCI_ERR_NET 7 |
Definition at line 1014 of file wxscintilla.h.
#define wxSCI_ERR_PERL 6 |
Definition at line 1013 of file wxscintilla.h.
#define wxSCI_ERR_PHP 14 |
Definition at line 1021 of file wxscintilla.h.
#define wxSCI_ERR_PYTHON 1 |
Definition at line 1008 of file wxscintilla.h.
#define wxSCI_ERR_TIDY 19 |
Definition at line 1026 of file wxscintilla.h.
#define wxSCI_ERR_VALUE 21 |
Definition at line 1028 of file wxscintilla.h.
#define wxSCI_ESCRIPT_BRACE 9 |
Definition at line 1347 of file wxscintilla.h.
#define wxSCI_ESCRIPT_COMMENT 1 |
Definition at line 1339 of file wxscintilla.h.
#define wxSCI_ESCRIPT_COMMENTDOC 3 |
Definition at line 1341 of file wxscintilla.h.
#define wxSCI_ESCRIPT_COMMENTLINE 2 |
Definition at line 1340 of file wxscintilla.h.
#define wxSCI_ESCRIPT_DEFAULT 0 |
Lexical states for SCLEX_ESCRIPT.
Definition at line 1338 of file wxscintilla.h.
#define wxSCI_ESCRIPT_IDENTIFIER 8 |
Definition at line 1346 of file wxscintilla.h.
#define wxSCI_ESCRIPT_NUMBER 4 |
Definition at line 1342 of file wxscintilla.h.
#define wxSCI_ESCRIPT_OPERATOR 7 |
Definition at line 1345 of file wxscintilla.h.
#define wxSCI_ESCRIPT_STRING 6 |
Definition at line 1344 of file wxscintilla.h.
#define wxSCI_ESCRIPT_WORD 5 |
Definition at line 1343 of file wxscintilla.h.
#define wxSCI_ESCRIPT_WORD2 10 |
Definition at line 1348 of file wxscintilla.h.
#define wxSCI_ESCRIPT_WORD3 11 |
Definition at line 1349 of file wxscintilla.h.
#define wxSCI_F_COMMENT 1 |
Definition at line 1264 of file wxscintilla.h.
#define wxSCI_F_CONTINUATION 14 |
Definition at line 1277 of file wxscintilla.h.
#define wxSCI_F_DEFAULT 0 |
Lexical states for SCLEX_FORTRAN.
Definition at line 1263 of file wxscintilla.h.
#define wxSCI_F_IDENTIFIER 7 |
Definition at line 1270 of file wxscintilla.h.
Referenced by DebuggerGDB::ShowValueTooltip().
#define wxSCI_F_LABEL 13 |
Definition at line 1276 of file wxscintilla.h.
#define wxSCI_F_NUMBER 2 |
Definition at line 1265 of file wxscintilla.h.
#define wxSCI_F_OPERATOR 6 |
Definition at line 1269 of file wxscintilla.h.
#define wxSCI_F_OPERATOR2 12 |
Definition at line 1275 of file wxscintilla.h.
#define wxSCI_F_PREPROCESSOR 11 |
Definition at line 1274 of file wxscintilla.h.
#define wxSCI_F_STRING1 3 |
Definition at line 1266 of file wxscintilla.h.
#define wxSCI_F_STRING2 4 |
Definition at line 1267 of file wxscintilla.h.
#define wxSCI_F_STRINGEOL 5 |
Definition at line 1268 of file wxscintilla.h.
#define wxSCI_F_WORD 8 |
Definition at line 1271 of file wxscintilla.h.
#define wxSCI_F_WORD2 9 |
Definition at line 1272 of file wxscintilla.h.
#define wxSCI_F_WORD3 10 |
Definition at line 1273 of file wxscintilla.h.
#define wxSCI_FIND_CXX11REGEX 0x00800000 |
Definition at line 262 of file wxscintilla.h.
#define wxSCI_FIND_MATCHCASE 0x4 |
Definition at line 258 of file wxscintilla.h.
Referenced by FindReplace::Find(), CodeRefactoring::Find(), cbSmartIndentPlugin::FindBlockStart(), cbEditor::GotoTokenPosition(), MainFrame::OnEditSelectAll(), FindReplace::Replace(), and FindReplace::ReplaceInFiles().
#define wxSCI_FIND_POSIX 0x00400000 |
Definition at line 261 of file wxscintilla.h.
Referenced by FindReplace::Find(), FindReplace::Replace(), and FindReplace::ReplaceInFiles().
#define wxSCI_FIND_REGEXP 0x00200000 |
Definition at line 260 of file wxscintilla.h.
Referenced by FindReplace::Find(), FindReplace::Replace(), and FindReplace::ReplaceInFiles().
#define wxSCI_FIND_WHOLEWORD 0x2 |
Definition at line 257 of file wxscintilla.h.
Referenced by FindReplace::Find(), CodeRefactoring::Find(), cbSmartIndentPlugin::FindBlockStart(), cbEditor::GotoTokenPosition(), MainFrame::OnEditSelectAll(), FindReplace::Replace(), and FindReplace::ReplaceInFiles().
#define wxSCI_FIND_WORDSTART 0x00100000 |
Definition at line 259 of file wxscintilla.h.
Referenced by FindReplace::Find(), FindReplace::Replace(), and FindReplace::ReplaceInFiles().
#define wxSCI_FOLDACTION_CONTRACT 0 |
Definition at line 270 of file wxscintilla.h.
Referenced by cbEditor::DoFoldBlockFromLine().
#define wxSCI_FOLDACTION_EXPAND 1 |
Definition at line 271 of file wxscintilla.h.
Referenced by cbEditor::DoFoldBlockFromLine().
#define wxSCI_FOLDACTION_TOGGLE 2 |
Definition at line 272 of file wxscintilla.h.
Referenced by cbEditor::DoFoldBlockFromLine().
#define wxSCI_FOLDDISPLAYTEXT_BOXED 2 |
Definition at line 269 of file wxscintilla.h.
#define wxSCI_FOLDDISPLAYTEXT_HIDDEN 0 |
Definition at line 267 of file wxscintilla.h.
#define wxSCI_FOLDDISPLAYTEXT_STANDARD 1 |
Definition at line 268 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LEVELNUMBERS 0x0040 |
Definition at line 280 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LINEAFTER_CONTRACTED 0x0010 |
Definition at line 279 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LINEAFTER_EXPANDED 0x0008 |
Definition at line 278 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LINEBEFORE_CONTRACTED 0x0004 |
Definition at line 277 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LINEBEFORE_EXPANDED 0x0002 |
Definition at line 276 of file wxscintilla.h.
#define wxSCI_FOLDFLAG_LINESTATE 0x0080 |
Definition at line 281 of file wxscintilla.h.
#define wxSCI_FOLDLEVELBASE 0x400 |
Definition at line 263 of file wxscintilla.h.
Referenced by cbEditor::DoFoldAll().
#define wxSCI_FOLDLEVELHEADERFLAG 0x2000 |
Definition at line 265 of file wxscintilla.h.
Referenced by cbEditor::DoFoldAll(), cbEditor::DoFoldBlockFromLine(), and cbEditor::OnEditorModified().
#define wxSCI_FOLDLEVELNUMBERMASK 0x0FFF |
Definition at line 266 of file wxscintilla.h.
Referenced by cbEditor::DoFoldAll().
#define wxSCI_FOLDLEVELWHITEFLAG 0x1000 |
Definition at line 264 of file wxscintilla.h.
#define wxSCI_FONT_SIZE_MULTIPLIER 100 |
Definition at line 202 of file wxscintilla.h.
#define wxSCI_FORTH_COMMENT 1 |
Definition at line 1201 of file wxscintilla.h.
#define wxSCI_FORTH_COMMENT_ML 2 |
Definition at line 1202 of file wxscintilla.h.
#define wxSCI_FORTH_CONTROL 4 |
Definition at line 1204 of file wxscintilla.h.
#define wxSCI_FORTH_DEFAULT 0 |
Lexical states for SCLEX_FORTH (Forth Lexer)
Definition at line 1200 of file wxscintilla.h.
#define wxSCI_FORTH_DEFWORD 6 |
Definition at line 1206 of file wxscintilla.h.
#define wxSCI_FORTH_IDENTIFIER 3 |
Definition at line 1203 of file wxscintilla.h.
#define wxSCI_FORTH_KEYWORD 5 |
Definition at line 1205 of file wxscintilla.h.
#define wxSCI_FORTH_LOCALE 11 |
Definition at line 1211 of file wxscintilla.h.
#define wxSCI_FORTH_NUMBER 9 |
Definition at line 1209 of file wxscintilla.h.
#define wxSCI_FORTH_PREWORD1 7 |
Definition at line 1207 of file wxscintilla.h.
#define wxSCI_FORTH_PREWORD2 8 |
Definition at line 1208 of file wxscintilla.h.
#define wxSCI_FORTH_STRING 10 |
Definition at line 1210 of file wxscintilla.h.
#define wxSCI_FS_COMMENT 1 |
Definition at line 1801 of file wxscintilla.h.
#define wxSCI_FS_COMMENTDOC 3 |
Definition at line 1803 of file wxscintilla.h.
#define wxSCI_FS_COMMENTDOC_C 22 |
Definition at line 1822 of file wxscintilla.h.
#define wxSCI_FS_COMMENTDOCKEYWORD 5 |
Definition at line 1805 of file wxscintilla.h.
#define wxSCI_FS_COMMENTDOCKEYWORDERROR 6 |
Definition at line 1806 of file wxscintilla.h.
#define wxSCI_FS_COMMENTLINE 2 |
Definition at line 1802 of file wxscintilla.h.
#define wxSCI_FS_COMMENTLINEDOC 4 |
Definition at line 1804 of file wxscintilla.h.
#define wxSCI_FS_COMMENTLINEDOC_C 23 |
Definition at line 1823 of file wxscintilla.h.
#define wxSCI_FS_CONSTANT 18 |
Definition at line 1818 of file wxscintilla.h.
#define wxSCI_FS_DATE 16 |
Definition at line 1816 of file wxscintilla.h.
#define wxSCI_FS_DEFAULT 0 |
Lexical states for SCLEX_FLAGSHIP (clipper)
Definition at line 1800 of file wxscintilla.h.
#define wxSCI_FS_DEFAULT_C 21 |
Definition at line 1821 of file wxscintilla.h.
#define wxSCI_FS_DISABLEDCODE 20 |
Definition at line 1820 of file wxscintilla.h.
#define wxSCI_FS_IDENTIFIER 15 |
Definition at line 1815 of file wxscintilla.h.
#define wxSCI_FS_IDENTIFIER_C 30 |
Definition at line 1830 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD 7 |
Definition at line 1807 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD2 8 |
Definition at line 1808 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD2_C 25 |
Definition at line 1825 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD3 9 |
Definition at line 1809 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD4 10 |
Definition at line 1810 of file wxscintilla.h.
#define wxSCI_FS_KEYWORD_C 24 |
Definition at line 1824 of file wxscintilla.h.
#define wxSCI_FS_NUMBER 11 |
Definition at line 1811 of file wxscintilla.h.
#define wxSCI_FS_NUMBER_C 26 |
Definition at line 1826 of file wxscintilla.h.
#define wxSCI_FS_OPERATOR 14 |
Definition at line 1814 of file wxscintilla.h.
#define wxSCI_FS_OPERATOR_C 29 |
Definition at line 1829 of file wxscintilla.h.
#define wxSCI_FS_PREPROCESSOR 13 |
Definition at line 1813 of file wxscintilla.h.
#define wxSCI_FS_PREPROCESSOR_C 28 |
Definition at line 1828 of file wxscintilla.h.
#define wxSCI_FS_STRING 12 |
Definition at line 1812 of file wxscintilla.h.
#define wxSCI_FS_STRING_C 27 |
Definition at line 1827 of file wxscintilla.h.
#define wxSCI_FS_STRINGEOL 17 |
Definition at line 1817 of file wxscintilla.h.
#define wxSCI_FS_STRINGEOL_C 31 |
Definition at line 1831 of file wxscintilla.h.
#define wxSCI_FS_WORDOPERATOR 19 |
Definition at line 1819 of file wxscintilla.h.
#define wxSCI_GAP_CHAR 7 |
Definition at line 1914 of file wxscintilla.h.
#define wxSCI_GAP_COMMENT 9 |
Definition at line 1916 of file wxscintilla.h.
#define wxSCI_GAP_DEFAULT 0 |
Lexical states for SCLEX_GAP.
Definition at line 1907 of file wxscintilla.h.
#define wxSCI_GAP_IDENTIFIER 1 |
Definition at line 1908 of file wxscintilla.h.
#define wxSCI_GAP_KEYWORD 2 |
Definition at line 1909 of file wxscintilla.h.
#define wxSCI_GAP_KEYWORD2 3 |
Definition at line 1910 of file wxscintilla.h.
#define wxSCI_GAP_KEYWORD3 4 |
Definition at line 1911 of file wxscintilla.h.
#define wxSCI_GAP_KEYWORD4 5 |
Definition at line 1912 of file wxscintilla.h.
#define wxSCI_GAP_NUMBER 10 |
Definition at line 1917 of file wxscintilla.h.
#define wxSCI_GAP_OPERATOR 8 |
Definition at line 1915 of file wxscintilla.h.
#define wxSCI_GAP_STRING 6 |
Definition at line 1913 of file wxscintilla.h.
#define wxSCI_GAP_STRINGEOL 11 |
Definition at line 1918 of file wxscintilla.h.
#define wxSCI_GC_ATTRIBUTE 5 |
Definition at line 1554 of file wxscintilla.h.
#define wxSCI_GC_COMMAND 7 |
Definition at line 1556 of file wxscintilla.h.
#define wxSCI_GC_COMMENTBLOCK 2 |
Definition at line 1551 of file wxscintilla.h.
#define wxSCI_GC_COMMENTLINE 1 |
Definition at line 1550 of file wxscintilla.h.
#define wxSCI_GC_CONTROL 6 |
Definition at line 1555 of file wxscintilla.h.
#define wxSCI_GC_DEFAULT 0 |
Lexical states for SCLEX_GUI4CLI.
Definition at line 1549 of file wxscintilla.h.
#define wxSCI_GC_EVENT 4 |
Definition at line 1553 of file wxscintilla.h.
#define wxSCI_GC_GLOBAL 3 |
Definition at line 1552 of file wxscintilla.h.
#define wxSCI_GC_OPERATOR 9 |
Definition at line 1558 of file wxscintilla.h.
#define wxSCI_GC_STRING 8 |
Definition at line 1557 of file wxscintilla.h.
#define wxSCI_H_ASP 15 |
Definition at line 733 of file wxscintilla.h.
#define wxSCI_H_ASPAT 16 |
Definition at line 734 of file wxscintilla.h.
#define wxSCI_H_ATTRIBUTE 3 |
Definition at line 719 of file wxscintilla.h.
#define wxSCI_H_ATTRIBUTEUNKNOWN 4 |
Definition at line 720 of file wxscintilla.h.
#define wxSCI_H_CDATA 17 |
Definition at line 735 of file wxscintilla.h.
#define wxSCI_H_COMMENT 9 |
Definition at line 725 of file wxscintilla.h.
#define wxSCI_H_DEFAULT 0 |
Lexical states for SCLEX_HTML, SCLEX_XML.
Definition at line 716 of file wxscintilla.h.
#define wxSCI_H_DOUBLESTRING 6 |
Definition at line 722 of file wxscintilla.h.
#define wxSCI_H_ENTITY 10 |
Definition at line 726 of file wxscintilla.h.
#define wxSCI_H_NUMBER 5 |
Definition at line 721 of file wxscintilla.h.
#define wxSCI_H_OTHER 8 |
Definition at line 724 of file wxscintilla.h.
#define wxSCI_H_QUESTION 18 |
Definition at line 736 of file wxscintilla.h.
#define wxSCI_H_SCRIPT 14 |
Definition at line 732 of file wxscintilla.h.
#define wxSCI_H_SGML_1ST_PARAM 23 |
Definition at line 747 of file wxscintilla.h.
#define wxSCI_H_SGML_1ST_PARAM_COMMENT 30 |
Definition at line 754 of file wxscintilla.h.
#define wxSCI_H_SGML_BLOCK_DEFAULT 31 |
Definition at line 755 of file wxscintilla.h.
#define wxSCI_H_SGML_COMMAND 22 |
Definition at line 746 of file wxscintilla.h.
#define wxSCI_H_SGML_COMMENT 29 |
Definition at line 753 of file wxscintilla.h.
#define wxSCI_H_SGML_DEFAULT 21 |
SGML.
Definition at line 745 of file wxscintilla.h.
#define wxSCI_H_SGML_DOUBLESTRING 24 |
Definition at line 748 of file wxscintilla.h.
#define wxSCI_H_SGML_ENTITY 28 |
Definition at line 752 of file wxscintilla.h.
#define wxSCI_H_SGML_ERROR 26 |
Definition at line 750 of file wxscintilla.h.
#define wxSCI_H_SGML_SIMPLESTRING 25 |
Definition at line 749 of file wxscintilla.h.
#define wxSCI_H_SGML_SPECIAL 27 |
Definition at line 751 of file wxscintilla.h.
#define wxSCI_H_SINGLESTRING 7 |
Definition at line 723 of file wxscintilla.h.
#define wxSCI_H_TAG 1 |
Definition at line 717 of file wxscintilla.h.
#define wxSCI_H_TAGEND 11 |
XML and ASP.
Definition at line 729 of file wxscintilla.h.
#define wxSCI_H_TAGUNKNOWN 2 |
Definition at line 718 of file wxscintilla.h.
#define wxSCI_H_VALUE 19 |
More HTML.
Definition at line 739 of file wxscintilla.h.
#define wxSCI_H_XCCOMMENT 20 |
X-Code.
Definition at line 742 of file wxscintilla.h.
#define wxSCI_H_XMLEND 13 |
Definition at line 731 of file wxscintilla.h.
#define wxSCI_H_XMLSTART 12 |
Definition at line 730 of file wxscintilla.h.
#define wxSCI_HA_CAPITAL 8 |
Definition at line 1685 of file wxscintilla.h.
#define wxSCI_HA_CHARACTER 5 |
Definition at line 1682 of file wxscintilla.h.
#define wxSCI_HA_CLASS 6 |
Definition at line 1683 of file wxscintilla.h.
#define wxSCI_HA_COMMENTBLOCK 14 |
Definition at line 1691 of file wxscintilla.h.
#define wxSCI_HA_COMMENTBLOCK2 15 |
Definition at line 1692 of file wxscintilla.h.
#define wxSCI_HA_COMMENTBLOCK3 16 |
Definition at line 1693 of file wxscintilla.h.
#define wxSCI_HA_COMMENTLINE 13 |
Definition at line 1690 of file wxscintilla.h.
#define wxSCI_HA_DATA 9 |
Definition at line 1686 of file wxscintilla.h.
#define wxSCI_HA_DEFAULT 0 |
Lexical states for SCLEX_HASKELL.
Definition at line 1677 of file wxscintilla.h.
#define wxSCI_HA_IDENTIFIER 1 |
Definition at line 1678 of file wxscintilla.h.
#define wxSCI_HA_IMPORT 10 |
Definition at line 1687 of file wxscintilla.h.
#define wxSCI_HA_INSTANCE 12 |
Definition at line 1689 of file wxscintilla.h.
#define wxSCI_HA_KEYWORD 2 |
Definition at line 1679 of file wxscintilla.h.
#define wxSCI_HA_LITERATE_CODEDELIM 22 |
Definition at line 1699 of file wxscintilla.h.
#define wxSCI_HA_LITERATE_COMMENT 21 |
Definition at line 1698 of file wxscintilla.h.
#define wxSCI_HA_MODULE 7 |
Definition at line 1684 of file wxscintilla.h.
#define wxSCI_HA_NUMBER 3 |
Definition at line 1680 of file wxscintilla.h.
#define wxSCI_HA_OPERATOR 11 |
Definition at line 1688 of file wxscintilla.h.
#define wxSCI_HA_PRAGMA 17 |
Definition at line 1694 of file wxscintilla.h.
#define wxSCI_HA_PREPROCESSOR 18 |
Definition at line 1695 of file wxscintilla.h.
#define wxSCI_HA_RESERVED_OPERATOR 20 |
Definition at line 1697 of file wxscintilla.h.
#define wxSCI_HA_STRING 4 |
Definition at line 1681 of file wxscintilla.h.
#define wxSCI_HA_STRINGEOL 19 |
Definition at line 1696 of file wxscintilla.h.
#define wxSCI_HB_COMMENTLINE 72 |
Definition at line 790 of file wxscintilla.h.
#define wxSCI_HB_DEFAULT 71 |
Definition at line 789 of file wxscintilla.h.
#define wxSCI_HB_IDENTIFIER 76 |
Definition at line 794 of file wxscintilla.h.
#define wxSCI_HB_NUMBER 73 |
Definition at line 791 of file wxscintilla.h.
#define wxSCI_HB_START 70 |
Embedded VBScript.
Definition at line 788 of file wxscintilla.h.
#define wxSCI_HB_STRING 75 |
Definition at line 793 of file wxscintilla.h.
#define wxSCI_HB_STRINGEOL 77 |
Definition at line 795 of file wxscintilla.h.
#define wxSCI_HB_WORD 74 |
Definition at line 792 of file wxscintilla.h.
#define wxSCI_HBA_COMMENTLINE 82 |
Definition at line 800 of file wxscintilla.h.
#define wxSCI_HBA_DEFAULT 81 |
Definition at line 799 of file wxscintilla.h.
#define wxSCI_HBA_IDENTIFIER 86 |
Definition at line 804 of file wxscintilla.h.
#define wxSCI_HBA_NUMBER 83 |
Definition at line 801 of file wxscintilla.h.
#define wxSCI_HBA_START 80 |
ASP VBScript.
Definition at line 798 of file wxscintilla.h.
#define wxSCI_HBA_STRING 85 |
Definition at line 803 of file wxscintilla.h.
#define wxSCI_HBA_STRINGEOL 87 |
Definition at line 805 of file wxscintilla.h.
#define wxSCI_HBA_WORD 84 |
Definition at line 802 of file wxscintilla.h.
#define wxSCI_HEX_ADDRESSFIELD_UNKNOWN 10 |
Definition at line 2470 of file wxscintilla.h.
#define wxSCI_HEX_BYTECOUNT 4 |
Definition at line 2464 of file wxscintilla.h.
#define wxSCI_HEX_BYTECOUNT_WRONG 5 |
Definition at line 2465 of file wxscintilla.h.
#define wxSCI_HEX_CHECKSUM 16 |
Definition at line 2476 of file wxscintilla.h.
#define wxSCI_HEX_CHECKSUM_WRONG 17 |
Definition at line 2477 of file wxscintilla.h.
#define wxSCI_HEX_DATA_EMPTY 15 |
Definition at line 2475 of file wxscintilla.h.
#define wxSCI_HEX_DATA_EVEN 13 |
Definition at line 2473 of file wxscintilla.h.
#define wxSCI_HEX_DATA_ODD 12 |
Definition at line 2472 of file wxscintilla.h.
#define wxSCI_HEX_DATA_UNKNOWN 14 |
Definition at line 2474 of file wxscintilla.h.
#define wxSCI_HEX_DATAADDRESS 7 |
Definition at line 2467 of file wxscintilla.h.
#define wxSCI_HEX_DEFAULT 0 |
Lexical state for SCLEX_SREC.
Definition at line 2460 of file wxscintilla.h.
#define wxSCI_HEX_EXTENDEDADDRESS 11 |
Definition at line 2471 of file wxscintilla.h.
#define wxSCI_HEX_GARBAGE 18 |
Definition at line 2478 of file wxscintilla.h.
#define wxSCI_HEX_NOADDRESS 6 |
Definition at line 2466 of file wxscintilla.h.
#define wxSCI_HEX_RECCOUNT 8 |
Definition at line 2468 of file wxscintilla.h.
#define wxSCI_HEX_RECSTART 1 |
Definition at line 2461 of file wxscintilla.h.
#define wxSCI_HEX_RECTYPE 2 |
Definition at line 2462 of file wxscintilla.h.
#define wxSCI_HEX_RECTYPE_UNKNOWN 3 |
Definition at line 2463 of file wxscintilla.h.
#define wxSCI_HEX_STARTADDRESS 9 |
Definition at line 2469 of file wxscintilla.h.
#define wxSCI_HJ_COMMENT 42 |
Definition at line 760 of file wxscintilla.h.
#define wxSCI_HJ_COMMENTDOC 44 |
Definition at line 762 of file wxscintilla.h.
#define wxSCI_HJ_COMMENTLINE 43 |
Definition at line 761 of file wxscintilla.h.
#define wxSCI_HJ_DEFAULT 41 |
Definition at line 759 of file wxscintilla.h.
#define wxSCI_HJ_DOUBLESTRING 48 |
Definition at line 766 of file wxscintilla.h.
#define wxSCI_HJ_KEYWORD 47 |
Definition at line 765 of file wxscintilla.h.
#define wxSCI_HJ_NUMBER 45 |
Definition at line 763 of file wxscintilla.h.
#define wxSCI_HJ_REGEX 52 |
Definition at line 770 of file wxscintilla.h.
#define wxSCI_HJ_SINGLESTRING 49 |
Definition at line 767 of file wxscintilla.h.
#define wxSCI_HJ_START 40 |
Embedded Javascript.
Definition at line 758 of file wxscintilla.h.
#define wxSCI_HJ_STRINGEOL 51 |
Definition at line 769 of file wxscintilla.h.
#define wxSCI_HJ_SYMBOLS 50 |
Definition at line 768 of file wxscintilla.h.
#define wxSCI_HJ_WORD 46 |
Definition at line 764 of file wxscintilla.h.
#define wxSCI_HJA_COMMENT 57 |
Definition at line 775 of file wxscintilla.h.
#define wxSCI_HJA_COMMENTDOC 59 |
Definition at line 777 of file wxscintilla.h.
#define wxSCI_HJA_COMMENTLINE 58 |
Definition at line 776 of file wxscintilla.h.
#define wxSCI_HJA_DEFAULT 56 |
Definition at line 774 of file wxscintilla.h.
#define wxSCI_HJA_DOUBLESTRING 63 |
Definition at line 781 of file wxscintilla.h.
#define wxSCI_HJA_KEYWORD 62 |
Definition at line 780 of file wxscintilla.h.
#define wxSCI_HJA_NUMBER 60 |
Definition at line 778 of file wxscintilla.h.
#define wxSCI_HJA_REGEX 67 |
Definition at line 785 of file wxscintilla.h.
#define wxSCI_HJA_SINGLESTRING 64 |
Definition at line 782 of file wxscintilla.h.
#define wxSCI_HJA_START 55 |
ASP Javascript.
Definition at line 773 of file wxscintilla.h.
#define wxSCI_HJA_STRINGEOL 66 |
Definition at line 784 of file wxscintilla.h.
#define wxSCI_HJA_SYMBOLS 65 |
Definition at line 783 of file wxscintilla.h.
#define wxSCI_HJA_WORD 61 |
Definition at line 779 of file wxscintilla.h.
#define wxSCI_HP_CHARACTER 95 |
Definition at line 813 of file wxscintilla.h.
#define wxSCI_HP_CLASSNAME 99 |
Definition at line 817 of file wxscintilla.h.
#define wxSCI_HP_COMMENTLINE 92 |
Definition at line 810 of file wxscintilla.h.
#define wxSCI_HP_DEFAULT 91 |
Definition at line 809 of file wxscintilla.h.
#define wxSCI_HP_DEFNAME 100 |
Definition at line 818 of file wxscintilla.h.
#define wxSCI_HP_IDENTIFIER 102 |
Definition at line 820 of file wxscintilla.h.
#define wxSCI_HP_NUMBER 93 |
Definition at line 811 of file wxscintilla.h.
#define wxSCI_HP_OPERATOR 101 |
Definition at line 819 of file wxscintilla.h.
#define wxSCI_HP_START 90 |
Embedded Python.
Definition at line 808 of file wxscintilla.h.
#define wxSCI_HP_STRING 94 |
Definition at line 812 of file wxscintilla.h.
#define wxSCI_HP_TRIPLE 97 |
Definition at line 815 of file wxscintilla.h.
#define wxSCI_HP_TRIPLEDOUBLE 98 |
Definition at line 816 of file wxscintilla.h.
#define wxSCI_HP_WORD 96 |
Definition at line 814 of file wxscintilla.h.
#define wxSCI_HPA_CHARACTER 110 |
Definition at line 831 of file wxscintilla.h.
#define wxSCI_HPA_CLASSNAME 114 |
Definition at line 835 of file wxscintilla.h.
#define wxSCI_HPA_COMMENTLINE 107 |
Definition at line 828 of file wxscintilla.h.
#define wxSCI_HPA_DEFAULT 106 |
Definition at line 827 of file wxscintilla.h.
#define wxSCI_HPA_DEFNAME 115 |
Definition at line 836 of file wxscintilla.h.
#define wxSCI_HPA_IDENTIFIER 117 |
Definition at line 838 of file wxscintilla.h.
#define wxSCI_HPA_NUMBER 108 |
Definition at line 829 of file wxscintilla.h.
#define wxSCI_HPA_OPERATOR 116 |
Definition at line 837 of file wxscintilla.h.
#define wxSCI_HPA_START 105 |
ASP Python.
Definition at line 826 of file wxscintilla.h.
#define wxSCI_HPA_STRING 109 |
Definition at line 830 of file wxscintilla.h.
#define wxSCI_HPA_TRIPLE 112 |
Definition at line 833 of file wxscintilla.h.
#define wxSCI_HPA_TRIPLEDOUBLE 113 |
Definition at line 834 of file wxscintilla.h.
#define wxSCI_HPA_WORD 111 |
Definition at line 832 of file wxscintilla.h.
#define wxSCI_HPHP_COMMENT 124 |
Definition at line 847 of file wxscintilla.h.
#define wxSCI_HPHP_COMMENTLINE 125 |
Definition at line 848 of file wxscintilla.h.
#define wxSCI_HPHP_COMPLEX_VARIABLE 104 |
PHP.
Definition at line 823 of file wxscintilla.h.
#define wxSCI_HPHP_DEFAULT 118 |
PHP.
Definition at line 841 of file wxscintilla.h.
#define wxSCI_HPHP_HSTRING 119 |
Definition at line 842 of file wxscintilla.h.
#define wxSCI_HPHP_HSTRING_VARIABLE 126 |
Definition at line 849 of file wxscintilla.h.
#define wxSCI_HPHP_NUMBER 122 |
Definition at line 845 of file wxscintilla.h.
#define wxSCI_HPHP_OPERATOR 127 |
Definition at line 850 of file wxscintilla.h.
#define wxSCI_HPHP_SIMPLESTRING 120 |
Definition at line 843 of file wxscintilla.h.
#define wxSCI_HPHP_VARIABLE 123 |
Definition at line 846 of file wxscintilla.h.
#define wxSCI_HPHP_WORD 121 |
Definition at line 844 of file wxscintilla.h.
#define wxSCI_IDLESTYLING_AFTERVISIBLE 2 |
Definition at line 285 of file wxscintilla.h.
#define wxSCI_IDLESTYLING_ALL 3 |
Definition at line 286 of file wxscintilla.h.
#define wxSCI_IDLESTYLING_NONE 0 |
Definition at line 283 of file wxscintilla.h.
#define wxSCI_IDLESTYLING_TOVISIBLE 1 |
Definition at line 284 of file wxscintilla.h.
#define wxSCI_IME_INLINE 1 |
Definition at line 91 of file wxscintilla.h.
#define wxSCI_IME_WINDOWED 0 |
Definition at line 90 of file wxscintilla.h.
#define wxSCI_INDIC_BOX 6 |
Definition at line 214 of file wxscintilla.h.
#define wxSCI_INDIC_COMPOSITIONTHICK 14 |
Definition at line 222 of file wxscintilla.h.
#define wxSCI_INDIC_COMPOSITIONTHIN 15 |
Definition at line 223 of file wxscintilla.h.
#define wxSCI_INDIC_CONTAINER 8 |
Definition at line 234 of file wxscintilla.h.
#define wxSCI_INDIC_DASH 9 |
Definition at line 217 of file wxscintilla.h.
#define wxSCI_INDIC_DIAGONAL 3 |
Definition at line 211 of file wxscintilla.h.
#define wxSCI_INDIC_DOTBOX 12 |
Definition at line 220 of file wxscintilla.h.
#define wxSCI_INDIC_DOTS 10 |
Definition at line 218 of file wxscintilla.h.
#define wxSCI_INDIC_FULLBOX 16 |
Definition at line 224 of file wxscintilla.h.
#define wxSCI_INDIC_HIDDEN 5 |
Definition at line 213 of file wxscintilla.h.
#define wxSCI_INDIC_HIGHLIGHT 31 |
Definition at line 229 of file wxscintilla.h.
#define wxSCI_INDIC_IME 32 |
Definition at line 231 of file wxscintilla.h.
#define wxSCI_INDIC_IME_MAX 35 |
Definition at line 232 of file wxscintilla.h.
#define wxSCI_INDIC_MAX 35 |
Definition at line 233 of file wxscintilla.h.
Referenced by cbEditor::Split().
#define wxSCI_INDIC_PLAIN 0 |
Indicator style enumeration and some constants.
Definition at line 208 of file wxscintilla.h.
#define wxSCI_INDIC_POINT 18 |
Definition at line 226 of file wxscintilla.h.
#define wxSCI_INDIC_POINTCHARACTER 19 |
Definition at line 227 of file wxscintilla.h.
#define wxSCI_INDIC_ROUNDBOX 7 |
Definition at line 215 of file wxscintilla.h.
Referenced by cbStyledTextCtrl::HighlightRightBrace().
#define wxSCI_INDIC_SQUIGGLE 1 |
Definition at line 209 of file wxscintilla.h.
#define wxSCI_INDIC_SQUIGGLELOW 11 |
Definition at line 219 of file wxscintilla.h.
#define wxSCI_INDIC_SQUIGGLEPIXMAP 13 |
Definition at line 221 of file wxscintilla.h.
#define wxSCI_INDIC_STRAIGHTBOX 8 |
Definition at line 216 of file wxscintilla.h.
#define wxSCI_INDIC_STRIKE 4 |
Definition at line 212 of file wxscintilla.h.
#define wxSCI_INDIC_TEXTFORE 17 |
Definition at line 225 of file wxscintilla.h.
#define wxSCI_INDIC_TT 2 |
Definition at line 210 of file wxscintilla.h.
#define wxSCI_INDICFLAG_VALUEFORE 1 |
Definition at line 237 of file wxscintilla.h.
#define wxSCI_INDICVALUEBIT 0x1000000 |
Definition at line 235 of file wxscintilla.h.
#define wxSCI_INDICVALUEMASK 0xFFFFFF |
Definition at line 236 of file wxscintilla.h.
#define wxSCI_INNO_COMMENT 1 |
Definition at line 1853 of file wxscintilla.h.
#define wxSCI_INNO_COMMENT_PASCAL 7 |
Definition at line 1859 of file wxscintilla.h.
#define wxSCI_INNO_DEFAULT 0 |
Lexical states for SCLEX_INNOSETUP.
Definition at line 1852 of file wxscintilla.h.
#define wxSCI_INNO_IDENTIFIER 12 |
Definition at line 1864 of file wxscintilla.h.
#define wxSCI_INNO_INLINE_EXPANSION 6 |
Definition at line 1858 of file wxscintilla.h.
#define wxSCI_INNO_KEYWORD 2 |
Definition at line 1854 of file wxscintilla.h.
#define wxSCI_INNO_KEYWORD_PASCAL 8 |
Definition at line 1860 of file wxscintilla.h.
#define wxSCI_INNO_KEYWORD_USER 9 |
Definition at line 1861 of file wxscintilla.h.
#define wxSCI_INNO_PARAMETER 3 |
Definition at line 1855 of file wxscintilla.h.
#define wxSCI_INNO_PREPROC 5 |
Definition at line 1857 of file wxscintilla.h.
#define wxSCI_INNO_SECTION 4 |
Definition at line 1856 of file wxscintilla.h.
#define wxSCI_INNO_STRING_DOUBLE 10 |
Definition at line 1862 of file wxscintilla.h.
#define wxSCI_INNO_STRING_SINGLE 11 |
Definition at line 1863 of file wxscintilla.h.
#define wxSCI_INVALID_POSITION -1 |
Definition at line 70 of file wxscintilla.h.
Referenced by cbStyledTextCtrl::AllowTabSmartJump(), CCManager::CCManager(), CCManager::DoUpdateCallTip(), CodeRefactoring::Find(), CodeCompletion::GetCallTips(), NativeParser::GetCallTips(), cbDebuggerPlugin::GetEditorWordAtCaret(), CCManager::GetProviderFor(), cbEditor::GotoMatchingBrace(), cbEditor::GotoNextChanged(), cbEditor::GotoPreviousChanged(), cbEditor::GotoTokenPosition(), cbEditor::HighlightBraces(), cbStyledTextCtrl::HighlightRightBrace(), CCManager::OnDeactivateApp(), CCManager::OnDeactivateEd(), MainFrame::OnEditBoxCommentSelected(), MainFrame::OnEditCommentSelected(), CCManager::OnEditorHook(), CCManager::OnEditorTooltip(), MainFrame::OnEditSelectAll(), MainFrame::OnEditStreamCommentSelected(), MainFrame::OnEditToggleCommentSelected(), MainFrame::OnEditUncommentSelected(), cbStyledTextCtrl::OnKeyDown(), cbStyledTextCtrl::OnKeyUp(), CCManager::OnMenuSelect(), cbStyledTextCtrl::OnMouseMiddleDown(), CCManager::OnShowCallTip(), and CCManager::OnTimer().
#define wxSCI_IV_LOOKBOTH 3 |
Definition at line 241 of file wxscintilla.h.
Referenced by EditorConfigurationDlg::CreateColoursSample(), and cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_IV_LOOKFORWARD 2 |
Definition at line 240 of file wxscintilla.h.
#define wxSCI_IV_NONE 0 |
Definition at line 238 of file wxscintilla.h.
Referenced by EditorConfigurationDlg::CreateColoursSample(), and cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_IV_REAL 1 |
Definition at line 239 of file wxscintilla.h.
#define wxSCI_JSON_BLOCKCOMMENT 7 |
Definition at line 2490 of file wxscintilla.h.
#define wxSCI_JSON_COMPACTIRI 10 |
Definition at line 2493 of file wxscintilla.h.
#define wxSCI_JSON_DEFAULT 0 |
Lexical state for SCLEX_IHEX (shared with Srec) Lexical state for SCLEX_TEHEX (shared with Srec) Lexical states for SCLEX_JSON.
Definition at line 2483 of file wxscintilla.h.
#define wxSCI_JSON_ERROR 13 |
Definition at line 2496 of file wxscintilla.h.
#define wxSCI_JSON_ESCAPESEQUENCE 5 |
Definition at line 2488 of file wxscintilla.h.
#define wxSCI_JSON_KEYWORD 11 |
Definition at line 2494 of file wxscintilla.h.
#define wxSCI_JSON_LDKEYWORD 12 |
Definition at line 2495 of file wxscintilla.h.
#define wxSCI_JSON_LINECOMMENT 6 |
Definition at line 2489 of file wxscintilla.h.
#define wxSCI_JSON_NUMBER 1 |
Definition at line 2484 of file wxscintilla.h.
#define wxSCI_JSON_OPERATOR 8 |
Definition at line 2491 of file wxscintilla.h.
#define wxSCI_JSON_PROPERTYNAME 4 |
Definition at line 2487 of file wxscintilla.h.
#define wxSCI_JSON_STRING 2 |
Definition at line 2485 of file wxscintilla.h.
#define wxSCI_JSON_STRINGEOL 3 |
Definition at line 2486 of file wxscintilla.h.
#define wxSCI_JSON_URI 9 |
Definition at line 2492 of file wxscintilla.h.
#define wxSCI_KEY_ADD 310 |
Definition at line 458 of file wxscintilla.h.
#define wxSCI_KEY_BACK 8 |
Definition at line 455 of file wxscintilla.h.
#define wxSCI_KEY_DELETE 308 |
Definition at line 452 of file wxscintilla.h.
#define wxSCI_KEY_DIVIDE 312 |
Definition at line 460 of file wxscintilla.h.
#define wxSCI_KEY_DOWN 300 |
Symbolic key codes and modifier flags.
ASCII and other printable characters below 256. Extended keys above 300.
Definition at line 444 of file wxscintilla.h.
#define wxSCI_KEY_END 305 |
Definition at line 449 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEY_ESCAPE 7 |
Definition at line 454 of file wxscintilla.h.
#define wxSCI_KEY_HOME 304 |
Definition at line 448 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEY_INSERT 309 |
Definition at line 453 of file wxscintilla.h.
#define wxSCI_KEY_LEFT 302 |
Definition at line 446 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEY_MENU 315 |
Definition at line 463 of file wxscintilla.h.
#define wxSCI_KEY_NEXT 307 |
Definition at line 451 of file wxscintilla.h.
#define wxSCI_KEY_PRIOR 306 |
Definition at line 450 of file wxscintilla.h.
#define wxSCI_KEY_RETURN 13 |
Definition at line 457 of file wxscintilla.h.
#define wxSCI_KEY_RIGHT 303 |
Definition at line 447 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEY_RWIN 314 |
Definition at line 462 of file wxscintilla.h.
#define wxSCI_KEY_SUBTRACT 311 |
Definition at line 459 of file wxscintilla.h.
#define wxSCI_KEY_TAB 9 |
Definition at line 456 of file wxscintilla.h.
#define wxSCI_KEY_UP 301 |
Definition at line 445 of file wxscintilla.h.
#define wxSCI_KEY_WIN 313 |
Definition at line 461 of file wxscintilla.h.
#define wxSCI_KEYMOD_ALT 4 |
Definition at line 467 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEYMOD_CTRL 2 |
Definition at line 466 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEYMOD_META 16 |
Definition at line 469 of file wxscintilla.h.
#define wxSCI_KEYMOD_NORM 0 |
Definition at line 464 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEYMOD_SHIFT 1 |
Definition at line 465 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_KEYMOD_SUPER 8 |
Definition at line 468 of file wxscintilla.h.
#define wxSCI_KEYWORDSET_MAX 8 |
Maximum value of keywordSet parameter of SetKeyWords.
Definition at line 404 of file wxscintilla.h.
Referenced by EditorColourSet::Apply(), CodeCompletion::DoCodeComplete(), EditorColourSet::EditorColourSet(), EditorColourSet::GetKeywords(), EditorColourSet::Load(), EditorColourSet::LoadAvailableSets(), EditorColourSet::Save(), and EditorColourSet::SetKeywords().
#define wxSCI_KIX_COMMENT 1 |
Definition at line 1536 of file wxscintilla.h.
#define wxSCI_KIX_COMMENTSTREAM 10 |
Definition at line 1545 of file wxscintilla.h.
#define wxSCI_KIX_DEFAULT 0 |
Lexical states for SCLEX_KIX.
Definition at line 1535 of file wxscintilla.h.
#define wxSCI_KIX_FUNCTIONS 8 |
Definition at line 1543 of file wxscintilla.h.
#define wxSCI_KIX_IDENTIFIER 31 |
Definition at line 1546 of file wxscintilla.h.
#define wxSCI_KIX_KEYWORD 7 |
Definition at line 1542 of file wxscintilla.h.
#define wxSCI_KIX_MACRO 6 |
Definition at line 1541 of file wxscintilla.h.
#define wxSCI_KIX_NUMBER 4 |
Definition at line 1539 of file wxscintilla.h.
#define wxSCI_KIX_OPERATOR 9 |
Definition at line 1544 of file wxscintilla.h.
#define wxSCI_KIX_STRING1 2 |
Definition at line 1537 of file wxscintilla.h.
#define wxSCI_KIX_STRING2 3 |
Definition at line 1538 of file wxscintilla.h.
#define wxSCI_KIX_VAR 5 |
Definition at line 1540 of file wxscintilla.h.
#define wxSCI_KVIRC_COMMENT 1 |
Definition at line 2371 of file wxscintilla.h.
#define wxSCI_KVIRC_COMMENTBLOCK 2 |
Definition at line 2372 of file wxscintilla.h.
#define wxSCI_KVIRC_DEFAULT 0 |
Lexical states for SCLEX_KVIRC.
Definition at line 2370 of file wxscintilla.h.
#define wxSCI_KVIRC_FUNCTION 7 |
Definition at line 2377 of file wxscintilla.h.
#define wxSCI_KVIRC_FUNCTION_KEYWORD 6 |
Definition at line 2376 of file wxscintilla.h.
#define wxSCI_KVIRC_KEYWORD 5 |
Definition at line 2375 of file wxscintilla.h.
#define wxSCI_KVIRC_NUMBER 9 |
Definition at line 2379 of file wxscintilla.h.
#define wxSCI_KVIRC_OPERATOR 10 |
Definition at line 2380 of file wxscintilla.h.
#define wxSCI_KVIRC_STRING 3 |
Definition at line 2373 of file wxscintilla.h.
#define wxSCI_KVIRC_STRING_FUNCTION 11 |
Definition at line 2381 of file wxscintilla.h.
#define wxSCI_KVIRC_STRING_VARIABLE 12 |
Definition at line 2382 of file wxscintilla.h.
#define wxSCI_KVIRC_VARIABLE 8 |
Definition at line 2378 of file wxscintilla.h.
#define wxSCI_KVIRC_WORD 4 |
Definition at line 2374 of file wxscintilla.h.
#define wxSCI_L_CMDOPT 11 |
Definition at line 980 of file wxscintilla.h.
#define wxSCI_L_COMMAND 1 |
Definition at line 970 of file wxscintilla.h.
#define wxSCI_L_COMMENT 4 |
Definition at line 973 of file wxscintilla.h.
#define wxSCI_L_COMMENT2 7 |
Definition at line 976 of file wxscintilla.h.
#define wxSCI_L_DEFAULT 0 |
Lexical states for SCLEX_LATEX.
Definition at line 969 of file wxscintilla.h.
#define wxSCI_L_ERROR 12 |
Definition at line 981 of file wxscintilla.h.
#define wxSCI_L_MATH 3 |
Definition at line 972 of file wxscintilla.h.
#define wxSCI_L_MATH2 6 |
Definition at line 975 of file wxscintilla.h.
#define wxSCI_L_SHORTCMD 9 |
Definition at line 978 of file wxscintilla.h.
#define wxSCI_L_SPECIAL 10 |
Definition at line 979 of file wxscintilla.h.
#define wxSCI_L_TAG 2 |
Definition at line 971 of file wxscintilla.h.
#define wxSCI_L_TAG2 5 |
Definition at line 974 of file wxscintilla.h.
#define wxSCI_L_VERBATIM 8 |
Definition at line 977 of file wxscintilla.h.
#define wxSCI_LASTSTEPINUNDOREDO 0x100 |
Definition at line 421 of file wxscintilla.h.
#define wxSCI_LEX_A68K 100 |
Definition at line 575 of file wxscintilla.h.
#define wxSCI_LEX_ABAQUS 84 |
Definition at line 559 of file wxscintilla.h.
#define wxSCI_LEX_ADA 20 |
Definition at line 497 of file wxscintilla.h.
#define wxSCI_LEX_APDL 61 |
Definition at line 536 of file wxscintilla.h.
#define wxSCI_LEX_AS 113 |
Definition at line 588 of file wxscintilla.h.
#define wxSCI_LEX_ASM 34 |
Definition at line 509 of file wxscintilla.h.
Referenced by DisassemblyDlg::DisassemblyDlg().
#define wxSCI_LEX_ASN1 63 |
Definition at line 538 of file wxscintilla.h.
#define wxSCI_LEX_ASYMPTOTE 85 |
Definition at line 560 of file wxscintilla.h.
#define wxSCI_LEX_AU3 60 |
Definition at line 535 of file wxscintilla.h.
#define wxSCI_LEX_AUTOMATIC 1000 |
When a lexer specifies its language as SCLEX_AUTOMATIC it receives a value assigned in sequence from SCLEX_AUTOMATIC+1.
Definition at line 604 of file wxscintilla.h.
#define wxSCI_LEX_AVE 19 |
Definition at line 496 of file wxscintilla.h.
#define wxSCI_LEX_AVS 104 |
Definition at line 579 of file wxscintilla.h.
#define wxSCI_LEX_BAAN 31 |
Definition at line 506 of file wxscintilla.h.
#define wxSCI_LEX_BASH 62 |
Definition at line 537 of file wxscintilla.h.
#define wxSCI_LEX_BATCH 12 |
Definition at line 489 of file wxscintilla.h.
#define wxSCI_LEX_BIBTEX 116 |
Definition at line 591 of file wxscintilla.h.
#define wxSCI_LEX_BLITZBASIC 66 |
Definition at line 541 of file wxscintilla.h.
#define wxSCI_LEX_BULLANT 27 |
Definition at line 504 of file wxscintilla.h.
#define wxSCI_LEX_CAML 65 |
Definition at line 540 of file wxscintilla.h.
#define wxSCI_LEX_CLW 45 |
Definition at line 520 of file wxscintilla.h.
#define wxSCI_LEX_CLWNOCASE 46 |
Definition at line 521 of file wxscintilla.h.
#define wxSCI_LEX_CMAKE 80 |
Definition at line 555 of file wxscintilla.h.
#define wxSCI_LEX_COBOL 92 |
Definition at line 567 of file wxscintilla.h.
#define wxSCI_LEX_COFFEESCRIPT 102 |
Definition at line 577 of file wxscintilla.h.
#define wxSCI_LEX_CONF 17 |
Definition at line 494 of file wxscintilla.h.
#define wxSCI_LEX_CONTAINER 0 |
For SciLexer.h.
Definition at line 477 of file wxscintilla.h.
#define wxSCI_LEX_CPP 3 |
Definition at line 480 of file wxscintilla.h.
Referenced by CodeCompletion::DoCodeCompletePreprocessor(), cbEditorInternalData::GetUrl(), and CodeCompletion::UpdateEditorSyntax().
#define wxSCI_LEX_CPPNOCASE 35 |
Definition at line 510 of file wxscintilla.h.
#define wxSCI_LEX_CSOUND 74 |
Definition at line 549 of file wxscintilla.h.
#define wxSCI_LEX_CSS 38 |
Definition at line 513 of file wxscintilla.h.
#define wxSCI_LEX_D 79 |
Definition at line 554 of file wxscintilla.h.
#define wxSCI_LEX_DIFF 16 |
Definition at line 493 of file wxscintilla.h.
Referenced by cbEditorInternalData::StripTrailingSpaces().
#define wxSCI_LEX_DMAP 112 |
Definition at line 587 of file wxscintilla.h.
#define wxSCI_LEX_DMIS 114 |
Definition at line 589 of file wxscintilla.h.
#define wxSCI_LEX_ECL 105 |
Definition at line 580 of file wxscintilla.h.
#define wxSCI_LEX_EDIFACT 121 |
Definition at line 596 of file wxscintilla.h.
#define wxSCI_LEX_EIFFEL 23 |
Definition at line 500 of file wxscintilla.h.
#define wxSCI_LEX_EIFFELKW 24 |
Definition at line 501 of file wxscintilla.h.
#define wxSCI_LEX_ERLANG 53 |
Definition at line 528 of file wxscintilla.h.
#define wxSCI_LEX_ERRORLIST 10 |
Definition at line 487 of file wxscintilla.h.
#define wxSCI_LEX_ESCRIPT 41 |
Definition at line 516 of file wxscintilla.h.
#define wxSCI_LEX_F77 37 |
Definition at line 512 of file wxscintilla.h.
#define wxSCI_LEX_FLAGSHIP 73 |
Definition at line 548 of file wxscintilla.h.
#define wxSCI_LEX_FORTH 52 |
Definition at line 527 of file wxscintilla.h.
#define wxSCI_LEX_FORTRAN 36 |
Definition at line 511 of file wxscintilla.h.
#define wxSCI_LEX_FREEBASIC 75 |
Definition at line 550 of file wxscintilla.h.
#define wxSCI_LEX_GAP 81 |
Definition at line 556 of file wxscintilla.h.
#define wxSCI_LEX_GUI4CLI 58 |
Definition at line 533 of file wxscintilla.h.
#define wxSCI_LEX_HASKELL 68 |
Definition at line 543 of file wxscintilla.h.
#define wxSCI_LEX_HTML 4 |
Definition at line 481 of file wxscintilla.h.
#define wxSCI_LEX_IHEX 118 |
Definition at line 593 of file wxscintilla.h.
#define wxSCI_LEX_INDENT 122 |
Definition at line 597 of file wxscintilla.h.
#define wxSCI_LEX_INNOSETUP 76 |
Definition at line 551 of file wxscintilla.h.
#define wxSCI_LEX_JSON 120 |
Definition at line 595 of file wxscintilla.h.
#define wxSCI_LEX_KIX 57 |
Definition at line 532 of file wxscintilla.h.
#define wxSCI_LEX_KVIRC 110 |
Definition at line 585 of file wxscintilla.h.
#define wxSCI_LEX_LAST wxSCI_LEX_INDENT |
Definition at line 599 of file wxscintilla.h.
Referenced by EditorColourSet::AddHighlightLanguage().
#define wxSCI_LEX_LATEX 14 |
Definition at line 491 of file wxscintilla.h.
#define wxSCI_LEX_LISP 21 |
Definition at line 498 of file wxscintilla.h.
#define wxSCI_LEX_LITERATEHASKELL 108 |
Definition at line 583 of file wxscintilla.h.
#define wxSCI_LEX_LOT 47 |
Definition at line 522 of file wxscintilla.h.
#define wxSCI_LEX_LOUT 40 |
Definition at line 515 of file wxscintilla.h.
#define wxSCI_LEX_LUA 15 |
Definition at line 492 of file wxscintilla.h.
#define wxSCI_LEX_MAGIK 87 |
Definition at line 562 of file wxscintilla.h.
#define wxSCI_LEX_MAKEFILE 11 |
Definition at line 488 of file wxscintilla.h.
Referenced by OverrideUseTabsPerLanguage().
#define wxSCI_LEX_MARKDOWN 98 |
Definition at line 573 of file wxscintilla.h.
#define wxSCI_LEX_MATLAB 32 |
Definition at line 507 of file wxscintilla.h.
#define wxSCI_LEX_METAPOST 50 |
Definition at line 525 of file wxscintilla.h.
#define wxSCI_LEX_MMIXAL 44 |
Definition at line 519 of file wxscintilla.h.
#define wxSCI_LEX_MODULA 101 |
Definition at line 576 of file wxscintilla.h.
#define wxSCI_LEX_MSSQL 55 |
Definition at line 530 of file wxscintilla.h.
#define wxSCI_LEX_MYSQL 89 |
Definition at line 564 of file wxscintilla.h.
#define wxSCI_LEX_NIMROD 96 |
Definition at line 571 of file wxscintilla.h.
#define wxSCI_LEX_NNCRONTAB 26 |
Definition at line 503 of file wxscintilla.h.
#define wxSCI_LEX_NSIS 43 |
Definition at line 518 of file wxscintilla.h.
#define wxSCI_LEX_NULL 1 |
Definition at line 478 of file wxscintilla.h.
Referenced by EditorColourSet::AddHighlightLanguage().
#define wxSCI_LEX_OCTAVE 54 |
Definition at line 529 of file wxscintilla.h.
#define wxSCI_LEX_OPAL 77 |
Definition at line 552 of file wxscintilla.h.
#define wxSCI_LEX_OSCRIPT 106 |
Definition at line 581 of file wxscintilla.h.
#define wxSCI_LEX_PASCAL 18 |
Definition at line 495 of file wxscintilla.h.
#define wxSCI_LEX_PERL 6 |
Definition at line 483 of file wxscintilla.h.
#define wxSCI_LEX_PHPSCRIPT 69 |
Definition at line 544 of file wxscintilla.h.
#define wxSCI_LEX_PLM 82 |
Definition at line 557 of file wxscintilla.h.
#define wxSCI_LEX_PO 90 |
Definition at line 565 of file wxscintilla.h.
#define wxSCI_LEX_POV 39 |
Definition at line 514 of file wxscintilla.h.
#define wxSCI_LEX_POWERBASIC 51 |
Definition at line 526 of file wxscintilla.h.
#define wxSCI_LEX_POWERPRO 95 |
Definition at line 570 of file wxscintilla.h.
#define wxSCI_LEX_POWERSHELL 88 |
Definition at line 563 of file wxscintilla.h.
#define wxSCI_LEX_PROGRESS 83 |
Definition at line 558 of file wxscintilla.h.
#define wxSCI_LEX_PROPERTIES 9 |
Definition at line 486 of file wxscintilla.h.
#define wxSCI_LEX_PS 42 |
Definition at line 517 of file wxscintilla.h.
#define wxSCI_LEX_PUREBASIC 67 |
Definition at line 542 of file wxscintilla.h.
#define wxSCI_LEX_PYTHON 2 |
Definition at line 479 of file wxscintilla.h.
Referenced by OverrideUseTabsPerLanguage().
#define wxSCI_LEX_R 86 |
Definition at line 561 of file wxscintilla.h.
#define wxSCI_LEX_REBOL 71 |
Definition at line 546 of file wxscintilla.h.
#define wxSCI_LEX_REGISTRY 115 |
Definition at line 590 of file wxscintilla.h.
#define wxSCI_LEX_RUBY 22 |
Definition at line 499 of file wxscintilla.h.
#define wxSCI_LEX_RUST 111 |
Definition at line 586 of file wxscintilla.h.
#define wxSCI_LEX_SCRIPTOL 33 |
Definition at line 508 of file wxscintilla.h.
#define wxSCI_LEX_SMALLTALK 72 |
Definition at line 547 of file wxscintilla.h.
#define wxSCI_LEX_SML 97 |
Definition at line 572 of file wxscintilla.h.
#define wxSCI_LEX_SORCUS 94 |
Definition at line 569 of file wxscintilla.h.
#define wxSCI_LEX_SPECMAN 59 |
Definition at line 534 of file wxscintilla.h.
#define wxSCI_LEX_SPICE 78 |
Definition at line 553 of file wxscintilla.h.
#define wxSCI_LEX_SQL 7 |
Definition at line 484 of file wxscintilla.h.
#define wxSCI_LEX_SREC 117 |
Definition at line 592 of file wxscintilla.h.
#define wxSCI_LEX_STTXT 109 |
Definition at line 584 of file wxscintilla.h.
#define wxSCI_LEX_TACL 93 |
Definition at line 568 of file wxscintilla.h.
#define wxSCI_LEX_TADS3 70 |
Definition at line 545 of file wxscintilla.h.
#define wxSCI_LEX_TAL 91 |
Definition at line 566 of file wxscintilla.h.
#define wxSCI_LEX_TCL 25 |
Definition at line 502 of file wxscintilla.h.
#define wxSCI_LEX_TCMD 103 |
Definition at line 578 of file wxscintilla.h.
#define wxSCI_LEX_TEHEX 119 |
Definition at line 594 of file wxscintilla.h.
#define wxSCI_LEX_TEX 49 |
Definition at line 524 of file wxscintilla.h.
#define wxSCI_LEX_TXT2TAGS 99 |
Definition at line 574 of file wxscintilla.h.
#define wxSCI_LEX_VB 8 |
Definition at line 485 of file wxscintilla.h.
#define wxSCI_LEX_VBSCRIPT 28 |
Definition at line 505 of file wxscintilla.h.
#define wxSCI_LEX_VERILOG 56 |
Definition at line 531 of file wxscintilla.h.
#define wxSCI_LEX_VHDL 64 |
Definition at line 539 of file wxscintilla.h.
#define wxSCI_LEX_VISUALPROLOG 107 |
Definition at line 582 of file wxscintilla.h.
#define wxSCI_LEX_XCODE 13 |
Definition at line 490 of file wxscintilla.h.
#define wxSCI_LEX_XML 5 |
Definition at line 482 of file wxscintilla.h.
#define wxSCI_LEX_YAML 48 |
Definition at line 523 of file wxscintilla.h.
Referenced by OverrideUseTabsPerLanguage().
#define wxSCI_LEXER_START 4000 |
Definition at line 76 of file wxscintilla.h.
#define wxSCI_LINE_END_TYPE_DEFAULT 0 |
Line end types which may be used in addition to LF, CR, and CRLF SC_LINE_END_TYPE_UNICODE includes U+2028 Line Separator, U+2029 Paragraph Separator, and U+0085 Next Line.
Definition at line 400 of file wxscintilla.h.
#define wxSCI_LINE_END_TYPE_UNICODE 1 |
Definition at line 401 of file wxscintilla.h.
#define wxSCI_LISP_COMMENT 1 |
Definition at line 1163 of file wxscintilla.h.
#define wxSCI_LISP_DEFAULT 0 |
Lexical states for SCLEX_LISP.
Definition at line 1162 of file wxscintilla.h.
#define wxSCI_LISP_IDENTIFIER 9 |
Definition at line 1170 of file wxscintilla.h.
#define wxSCI_LISP_KEYWORD 3 |
Definition at line 1165 of file wxscintilla.h.
#define wxSCI_LISP_KEYWORD_KW 4 |
Definition at line 1166 of file wxscintilla.h.
#define wxSCI_LISP_MULTI_COMMENT 12 |
Definition at line 1173 of file wxscintilla.h.
#define wxSCI_LISP_NUMBER 2 |
Definition at line 1164 of file wxscintilla.h.
#define wxSCI_LISP_OPERATOR 10 |
Definition at line 1171 of file wxscintilla.h.
#define wxSCI_LISP_SPECIAL 11 |
Definition at line 1172 of file wxscintilla.h.
#define wxSCI_LISP_STRING 6 |
Definition at line 1168 of file wxscintilla.h.
#define wxSCI_LISP_STRINGEOL 8 |
Definition at line 1169 of file wxscintilla.h.
#define wxSCI_LISP_SYMBOL 5 |
Definition at line 1167 of file wxscintilla.h.
#define wxSCI_LOT_ABORT 6 |
Definition at line 1436 of file wxscintilla.h.
#define wxSCI_LOT_BREAK 2 |
Definition at line 1432 of file wxscintilla.h.
#define wxSCI_LOT_DEFAULT 0 |
Lexical states for SCLEX_LOT.
Definition at line 1430 of file wxscintilla.h.
#define wxSCI_LOT_FAIL 5 |
Definition at line 1435 of file wxscintilla.h.
#define wxSCI_LOT_HEADER 1 |
Definition at line 1431 of file wxscintilla.h.
#define wxSCI_LOT_PASS 4 |
Definition at line 1434 of file wxscintilla.h.
#define wxSCI_LOT_SET 3 |
Definition at line 1433 of file wxscintilla.h.
#define wxSCI_LOUT_COMMENT 1 |
Definition at line 1326 of file wxscintilla.h.
#define wxSCI_LOUT_DEFAULT 0 |
Lexical states for SCLEX_LOUT.
Definition at line 1325 of file wxscintilla.h.
#define wxSCI_LOUT_IDENTIFIER 9 |
Definition at line 1334 of file wxscintilla.h.
#define wxSCI_LOUT_NUMBER 2 |
Definition at line 1327 of file wxscintilla.h.
#define wxSCI_LOUT_OPERATOR 8 |
Definition at line 1333 of file wxscintilla.h.
#define wxSCI_LOUT_STRING 7 |
Definition at line 1332 of file wxscintilla.h.
#define wxSCI_LOUT_STRINGEOL 10 |
Definition at line 1335 of file wxscintilla.h.
#define wxSCI_LOUT_WORD 3 |
Definition at line 1328 of file wxscintilla.h.
#define wxSCI_LOUT_WORD2 4 |
Definition at line 1329 of file wxscintilla.h.
#define wxSCI_LOUT_WORD3 5 |
Definition at line 1330 of file wxscintilla.h.
#define wxSCI_LOUT_WORD4 6 |
Definition at line 1331 of file wxscintilla.h.
#define wxSCI_LUA_CHARACTER 7 |
Definition at line 991 of file wxscintilla.h.
#define wxSCI_LUA_COMMENT 1 |
Definition at line 985 of file wxscintilla.h.
#define wxSCI_LUA_COMMENTDOC 3 |
Definition at line 987 of file wxscintilla.h.
#define wxSCI_LUA_COMMENTLINE 2 |
Definition at line 986 of file wxscintilla.h.
#define wxSCI_LUA_DEFAULT 0 |
Lexical states for SCLEX_LUA.
Definition at line 984 of file wxscintilla.h.
#define wxSCI_LUA_IDENTIFIER 11 |
Definition at line 995 of file wxscintilla.h.
#define wxSCI_LUA_LABEL 20 |
Definition at line 1004 of file wxscintilla.h.
#define wxSCI_LUA_LITERALSTRING 8 |
Definition at line 992 of file wxscintilla.h.
#define wxSCI_LUA_NUMBER 4 |
Definition at line 988 of file wxscintilla.h.
#define wxSCI_LUA_OPERATOR 10 |
Definition at line 994 of file wxscintilla.h.
#define wxSCI_LUA_PREPROCESSOR 9 |
Definition at line 993 of file wxscintilla.h.
#define wxSCI_LUA_STRING 6 |
Definition at line 990 of file wxscintilla.h.
#define wxSCI_LUA_STRINGEOL 12 |
Definition at line 996 of file wxscintilla.h.
#define wxSCI_LUA_WORD 5 |
Definition at line 989 of file wxscintilla.h.
#define wxSCI_LUA_WORD2 13 |
Definition at line 997 of file wxscintilla.h.
#define wxSCI_LUA_WORD3 14 |
Definition at line 998 of file wxscintilla.h.
#define wxSCI_LUA_WORD4 15 |
Definition at line 999 of file wxscintilla.h.
#define wxSCI_LUA_WORD5 16 |
Definition at line 1000 of file wxscintilla.h.
#define wxSCI_LUA_WORD6 17 |
Definition at line 1001 of file wxscintilla.h.
#define wxSCI_LUA_WORD7 18 |
Definition at line 1002 of file wxscintilla.h.
#define wxSCI_LUA_WORD8 19 |
Definition at line 1003 of file wxscintilla.h.
#define wxSCI_MAGIK_BRACE_BLOCK 10 |
Definition at line 2000 of file wxscintilla.h.
#define wxSCI_MAGIK_BRACKET_BLOCK 9 |
Definition at line 1999 of file wxscintilla.h.
#define wxSCI_MAGIK_CHARACTER 3 |
Definition at line 1993 of file wxscintilla.h.
#define wxSCI_MAGIK_COMMENT 1 |
Definition at line 1990 of file wxscintilla.h.
#define wxSCI_MAGIK_CONTAINER 8 |
Definition at line 1998 of file wxscintilla.h.
#define wxSCI_MAGIK_DEFAULT 0 |
Lexical state for SCLEX_MAGIK.
Definition at line 1989 of file wxscintilla.h.
#define wxSCI_MAGIK_FLOW 7 |
Definition at line 1997 of file wxscintilla.h.
#define wxSCI_MAGIK_HYPER_COMMENT 16 |
Definition at line 1991 of file wxscintilla.h.
#define wxSCI_MAGIK_IDENTIFIER 5 |
Definition at line 1995 of file wxscintilla.h.
#define wxSCI_MAGIK_KEYWORD 13 |
Definition at line 2003 of file wxscintilla.h.
#define wxSCI_MAGIK_NUMBER 4 |
Definition at line 1994 of file wxscintilla.h.
#define wxSCI_MAGIK_OPERATOR 6 |
Definition at line 1996 of file wxscintilla.h.
#define wxSCI_MAGIK_PRAGMA 14 |
Definition at line 2004 of file wxscintilla.h.
#define wxSCI_MAGIK_SQBRACKET_BLOCK 11 |
Definition at line 2001 of file wxscintilla.h.
#define wxSCI_MAGIK_STRING 2 |
Definition at line 1992 of file wxscintilla.h.
#define wxSCI_MAGIK_SYMBOL 15 |
Definition at line 2005 of file wxscintilla.h.
#define wxSCI_MAGIK_UNKNOWN_KEYWORD 12 |
Definition at line 2002 of file wxscintilla.h.
#define wxSCI_MAKE_COMMENT 1 |
Definition at line 1074 of file wxscintilla.h.
#define wxSCI_MAKE_DEFAULT 0 |
Lexical states for SCLEX_MAKEFILE.
Definition at line 1073 of file wxscintilla.h.
#define wxSCI_MAKE_IDENTIFIER 3 |
Definition at line 1076 of file wxscintilla.h.
#define wxSCI_MAKE_IDEOL 9 |
Definition at line 1079 of file wxscintilla.h.
#define wxSCI_MAKE_OPERATOR 4 |
Definition at line 1077 of file wxscintilla.h.
#define wxSCI_MAKE_PREPROCESSOR 2 |
Definition at line 1075 of file wxscintilla.h.
#define wxSCI_MAKE_TARGET 5 |
Definition at line 1078 of file wxscintilla.h.
#define wxSCI_MARGIN_BACK 2 |
Definition at line 152 of file wxscintilla.h.
#define wxSCI_MARGIN_CHANGED 7 |
Definition at line 158 of file wxscintilla.h.
#define wxSCI_MARGIN_COLOUR 6 |
Definition at line 156 of file wxscintilla.h.
#define wxSCI_MARGIN_FORE 3 |
Definition at line 153 of file wxscintilla.h.
#define wxSCI_MARGIN_NUMBER 1 |
Definition at line 151 of file wxscintilla.h.
Referenced by EditorConfigurationDlg::CreateColoursSample(), CCManager::DoShowTips(), cbEditor::InternalSetEditorStyleAfterFileOpen(), and cbEditor::Print().
#define wxSCI_MARGIN_RTEXT 5 |
Definition at line 155 of file wxscintilla.h.
#define wxSCI_MARGIN_SYMBOL 0 |
Definition at line 150 of file wxscintilla.h.
Referenced by DisassemblyDlg::DisassemblyDlg(), CCManager::DoShowTips(), cbEditor::InternalSetEditorStyleAfterFileOpen(), and cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_MARGIN_TEXT 4 |
Definition at line 154 of file wxscintilla.h.
#define wxSCI_MARGINOPTION_NONE 0 |
Definition at line 383 of file wxscintilla.h.
#define wxSCI_MARGINOPTION_SUBLINESELECT 1 |
Definition at line 384 of file wxscintilla.h.
#define wxSCI_MARK_ARROW 2 |
Definition at line 95 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_ARROWDOWN 6 |
Definition at line 99 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_ARROWS 24 |
Definition at line 121 of file wxscintilla.h.
#define wxSCI_MARK_AVAILABLE 28 |
Definition at line 125 of file wxscintilla.h.
#define wxSCI_MARK_BACKGROUND 22 |
Invisible mark that only sets the line background colour.
Definition at line 119 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_BOOKMARK 31 |
Definition at line 128 of file wxscintilla.h.
#define wxSCI_MARK_BOXMINUS 14 |
Definition at line 109 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_BOXMINUSCONNECTED 15 |
Definition at line 110 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_BOXPLUS 12 |
Definition at line 107 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_BOXPLUSCONNECTED 13 |
Definition at line 108 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_CHARACTER 10000 |
Definition at line 129 of file wxscintilla.h.
#define wxSCI_MARK_CIRCLE 0 |
Definition at line 93 of file wxscintilla.h.
#define wxSCI_MARK_CIRCLEMINUS 20 |
Definition at line 115 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_CIRCLEMINUSCONNECTED 21 |
Definition at line 116 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_CIRCLEPLUS 18 |
Definition at line 113 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_CIRCLEPLUSCONNECTED 19 |
Definition at line 114 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_DOTDOTDOT 23 |
Definition at line 120 of file wxscintilla.h.
#define wxSCI_MARK_EMPTY 5 |
Definition at line 98 of file wxscintilla.h.
Referenced by cbEditor::CreateEditor().
#define wxSCI_MARK_FULLRECT 26 |
Definition at line 123 of file wxscintilla.h.
#define wxSCI_MARK_LCORNER 10 |
Definition at line 105 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_LCORNERCURVE 16 |
Definition at line 111 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_LEFTRECT 27 |
Definition at line 124 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_MARK_MINUS 7 |
Definition at line 100 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_PIXMAP 25 |
Definition at line 122 of file wxscintilla.h.
#define wxSCI_MARK_PLUS 8 |
Definition at line 101 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_RGBAIMAGE 30 |
Definition at line 127 of file wxscintilla.h.
#define wxSCI_MARK_ROUNDRECT 1 |
Definition at line 94 of file wxscintilla.h.
#define wxSCI_MARK_SHORTARROW 4 |
Definition at line 97 of file wxscintilla.h.
#define wxSCI_MARK_SMALLRECT 3 |
Definition at line 96 of file wxscintilla.h.
#define wxSCI_MARK_TCORNER 11 |
Definition at line 106 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARK_TCORNERCURVE 17 |
Definition at line 112 of file wxscintilla.h.
#define wxSCI_MARK_UNDERLINE 29 |
Definition at line 126 of file wxscintilla.h.
#define wxSCI_MARK_VLINE 9 |
Shapes used for outlining column.
Definition at line 104 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKDOWN_BLOCKQUOTE 15 |
Definition at line 2150 of file wxscintilla.h.
#define wxSCI_MARKDOWN_CODE 19 |
Definition at line 2154 of file wxscintilla.h.
#define wxSCI_MARKDOWN_CODE2 20 |
Definition at line 2155 of file wxscintilla.h.
#define wxSCI_MARKDOWN_CODEBK 21 |
Definition at line 2156 of file wxscintilla.h.
#define wxSCI_MARKDOWN_DEFAULT 0 |
Lexical state for SCLEX_MARKDOWN.
Definition at line 2135 of file wxscintilla.h.
#define wxSCI_MARKDOWN_EM1 4 |
Definition at line 2139 of file wxscintilla.h.
#define wxSCI_MARKDOWN_EM2 5 |
Definition at line 2140 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER1 6 |
Definition at line 2141 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER2 7 |
Definition at line 2142 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER3 8 |
Definition at line 2143 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER4 9 |
Definition at line 2144 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER5 10 |
Definition at line 2145 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HEADER6 11 |
Definition at line 2146 of file wxscintilla.h.
#define wxSCI_MARKDOWN_HRULE 17 |
Definition at line 2152 of file wxscintilla.h.
#define wxSCI_MARKDOWN_LINE_BEGIN 1 |
Definition at line 2136 of file wxscintilla.h.
#define wxSCI_MARKDOWN_LINK 18 |
Definition at line 2153 of file wxscintilla.h.
#define wxSCI_MARKDOWN_OLIST_ITEM 14 |
Definition at line 2149 of file wxscintilla.h.
#define wxSCI_MARKDOWN_PRECHAR 12 |
Definition at line 2147 of file wxscintilla.h.
#define wxSCI_MARKDOWN_STRIKEOUT 16 |
Definition at line 2151 of file wxscintilla.h.
#define wxSCI_MARKDOWN_STRONG1 2 |
Definition at line 2137 of file wxscintilla.h.
#define wxSCI_MARKDOWN_STRONG2 3 |
Definition at line 2138 of file wxscintilla.h.
#define wxSCI_MARKDOWN_ULIST_ITEM 13 |
Definition at line 2148 of file wxscintilla.h.
#define wxSCI_MARKER_MAX 31 |
Definition at line 92 of file wxscintilla.h.
#define wxSCI_MARKNUM_CHANGESAVED 24 |
Definition at line 137 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleAfterFileOpen(), and cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_MARKNUM_CHANGEUNSAVED 23 |
Definition at line 136 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleAfterFileOpen(), and cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_MARKNUM_FOLDER 30 |
Definition at line 144 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDEREND 25 |
Definition at line 139 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDERMIDTAIL 27 |
Definition at line 141 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDEROPEN 31 |
Definition at line 145 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDEROPENMID 26 |
Definition at line 140 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDERSUB 29 |
Definition at line 143 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_FOLDERTAIL 28 |
Definition at line 142 of file wxscintilla.h.
Referenced by cbEditor::SetFoldingIndicator().
#define wxSCI_MARKNUM_LASTUNUSED 22 |
Definition at line 132 of file wxscintilla.h.
Referenced by cbEditor::CreateEditor().
#define wxSCI_MASK_FOLDERS 0xFF800000 |
Definition at line 147 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleAfterFileOpen().
#define wxSCI_MATLAB_COMMAND 2 |
Definition at line 1216 of file wxscintilla.h.
#define wxSCI_MATLAB_COMMENT 1 |
Definition at line 1215 of file wxscintilla.h.
#define wxSCI_MATLAB_DEFAULT 0 |
Lexical states for SCLEX_MATLAB.
Definition at line 1214 of file wxscintilla.h.
#define wxSCI_MATLAB_DOUBLEQUOTESTRING 8 |
Definition at line 1224 of file wxscintilla.h.
#define wxSCI_MATLAB_IDENTIFIER 7 |
Definition at line 1223 of file wxscintilla.h.
#define wxSCI_MATLAB_KEYWORD 4 |
Definition at line 1218 of file wxscintilla.h.
#define wxSCI_MATLAB_NUMBER 3 |
Definition at line 1217 of file wxscintilla.h.
#define wxSCI_MATLAB_OPERATOR 6 |
Definition at line 1222 of file wxscintilla.h.
#define wxSCI_MATLAB_STRING 5 |
single quoted string
Definition at line 1221 of file wxscintilla.h.
#define wxSCI_MAX_MARGIN 4 |
Definition at line 149 of file wxscintilla.h.
#define wxSCI_METAPOST_COMMAND 4 |
Definition at line 1461 of file wxscintilla.h.
#define wxSCI_METAPOST_DEFAULT 0 |
Definition at line 1457 of file wxscintilla.h.
#define wxSCI_METAPOST_EXTRA 6 |
Definition at line 1463 of file wxscintilla.h.
#define wxSCI_METAPOST_GROUP 2 |
Definition at line 1459 of file wxscintilla.h.
#define wxSCI_METAPOST_SPECIAL 1 |
Definition at line 1458 of file wxscintilla.h.
#define wxSCI_METAPOST_SYMBOL 3 |
Definition at line 1460 of file wxscintilla.h.
#define wxSCI_METAPOST_TEXT 5 |
Definition at line 1462 of file wxscintilla.h.
#define wxSCI_MMIXAL_CHAR 11 |
Definition at line 1402 of file wxscintilla.h.
#define wxSCI_MMIXAL_COMMENT 1 |
Definition at line 1392 of file wxscintilla.h.
#define wxSCI_MMIXAL_HEX 14 |
Definition at line 1405 of file wxscintilla.h.
#define wxSCI_MMIXAL_INCLUDE 17 |
Definition at line 1408 of file wxscintilla.h.
#define wxSCI_MMIXAL_LABEL 2 |
Definition at line 1393 of file wxscintilla.h.
#define wxSCI_MMIXAL_LEADWS 0 |
Lexical states for SCLEX_MMIXAL.
Definition at line 1391 of file wxscintilla.h.
#define wxSCI_MMIXAL_NUMBER 9 |
Definition at line 1400 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPCODE 3 |
Definition at line 1394 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPCODE_POST 7 |
Definition at line 1398 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPCODE_PRE 4 |
Definition at line 1395 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPCODE_UNKNOWN 6 |
Definition at line 1397 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPCODE_VALID 5 |
Definition at line 1396 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPERANDS 8 |
Definition at line 1399 of file wxscintilla.h.
#define wxSCI_MMIXAL_OPERATOR 15 |
Definition at line 1406 of file wxscintilla.h.
#define wxSCI_MMIXAL_REF 10 |
Definition at line 1401 of file wxscintilla.h.
#define wxSCI_MMIXAL_REGISTER 13 |
Definition at line 1404 of file wxscintilla.h.
#define wxSCI_MMIXAL_STRING 12 |
Definition at line 1403 of file wxscintilla.h.
#define wxSCI_MMIXAL_SYMBOL 16 |
Definition at line 1407 of file wxscintilla.h.
#define wxSCI_MOD_BEFOREDELETE 0x800 |
Definition at line 424 of file wxscintilla.h.
#define wxSCI_MOD_BEFOREINSERT 0x400 |
Definition at line 423 of file wxscintilla.h.
#define wxSCI_MOD_CHANGEANNOTATION 0x20000 |
Definition at line 430 of file wxscintilla.h.
#define wxSCI_MOD_CHANGEFOLD 0x8 |
Definition at line 416 of file wxscintilla.h.
Referenced by cbEditor::OnEditorModified().
#define wxSCI_MOD_CHANGEINDICATOR 0x4000 |
Definition at line 427 of file wxscintilla.h.
#define wxSCI_MOD_CHANGELINESTATE 0x8000 |
Definition at line 428 of file wxscintilla.h.
#define wxSCI_MOD_CHANGEMARGIN 0x10000 |
Definition at line 429 of file wxscintilla.h.
#define wxSCI_MOD_CHANGEMARKER 0x200 |
Definition at line 422 of file wxscintilla.h.
#define wxSCI_MOD_CHANGESTYLE 0x4 |
Definition at line 415 of file wxscintilla.h.
#define wxSCI_MOD_CHANGETABSTOPS 0x200000 |
Definition at line 434 of file wxscintilla.h.
#define wxSCI_MOD_CONTAINER 0x40000 |
Definition at line 431 of file wxscintilla.h.
#define wxSCI_MOD_DELETETEXT 0x2 |
Definition at line 414 of file wxscintilla.h.
Referenced by CodeCompletion::EditorEventHook(), and cbEditor::OnEditorModified().
#define wxSCI_MOD_INSERTCHECK 0x100000 |
Definition at line 433 of file wxscintilla.h.
#define wxSCI_MOD_INSERTTEXT 0x1 |
Notifications Type of modification and the action which caused the modification.
These are defined as a bit mask to make it easy to specify which notifications are wanted. One bit is set from each of SC_MOD_* and SC_PERFORMED_*.
Definition at line 413 of file wxscintilla.h.
Referenced by CodeCompletion::EditorEventHook(), and cbEditor::OnEditorModified().
#define wxSCI_MOD_LEXERSTATE 0x80000 |
Definition at line 432 of file wxscintilla.h.
#define wxSCI_MODEVENTMASKALL 0x3FFFFF |
Definition at line 435 of file wxscintilla.h.
Referenced by cbEditor::Open().
#define wxSCI_MODULA_BADSTR 17 |
Definition at line 2225 of file wxscintilla.h.
#define wxSCI_MODULA_BASENUM 7 |
Definition at line 2215 of file wxscintilla.h.
#define wxSCI_MODULA_CHAR 11 |
Definition at line 2219 of file wxscintilla.h.
#define wxSCI_MODULA_CHARSPEC 12 |
Definition at line 2220 of file wxscintilla.h.
#define wxSCI_MODULA_COMMENT 1 |
Definition at line 2209 of file wxscintilla.h.
#define wxSCI_MODULA_DEFAULT 0 |
Lexical states for SCLEX_MODULA.
Definition at line 2208 of file wxscintilla.h.
#define wxSCI_MODULA_DOXYCOMM 2 |
Definition at line 2210 of file wxscintilla.h.
#define wxSCI_MODULA_DOXYKEY 3 |
Definition at line 2211 of file wxscintilla.h.
#define wxSCI_MODULA_FLOAT 8 |
Definition at line 2216 of file wxscintilla.h.
#define wxSCI_MODULA_KEYWORD 4 |
Definition at line 2212 of file wxscintilla.h.
#define wxSCI_MODULA_NUMBER 6 |
Definition at line 2214 of file wxscintilla.h.
#define wxSCI_MODULA_OPERATOR 16 |
Definition at line 2224 of file wxscintilla.h.
#define wxSCI_MODULA_PRAGMA 14 |
Definition at line 2222 of file wxscintilla.h.
#define wxSCI_MODULA_PRGKEY 15 |
Definition at line 2223 of file wxscintilla.h.
#define wxSCI_MODULA_PROC 13 |
Definition at line 2221 of file wxscintilla.h.
#define wxSCI_MODULA_RESERVED 5 |
Definition at line 2213 of file wxscintilla.h.
#define wxSCI_MODULA_STRING 9 |
Definition at line 2217 of file wxscintilla.h.
#define wxSCI_MODULA_STRSPEC 10 |
Definition at line 2218 of file wxscintilla.h.
#define wxSCI_MSSQL_COLUMN_NAME 8 |
Definition at line 1503 of file wxscintilla.h.
#define wxSCI_MSSQL_COLUMN_NAME_2 16 |
Definition at line 1511 of file wxscintilla.h.
#define wxSCI_MSSQL_COMMENT 1 |
Definition at line 1496 of file wxscintilla.h.
#define wxSCI_MSSQL_DATATYPE 10 |
Definition at line 1505 of file wxscintilla.h.
#define wxSCI_MSSQL_DEFAULT 0 |
Lexical states for SCLEX_OCTAVE are identical to MatLab Lexical states for SCLEX_MSSQL.
Definition at line 1495 of file wxscintilla.h.
#define wxSCI_MSSQL_DEFAULT_PREF_DATATYPE 15 |
Definition at line 1510 of file wxscintilla.h.
#define wxSCI_MSSQL_FUNCTION 13 |
Definition at line 1508 of file wxscintilla.h.
#define wxSCI_MSSQL_GLOBAL_VARIABLE 12 |
Definition at line 1507 of file wxscintilla.h.
#define wxSCI_MSSQL_IDENTIFIER 6 |
Definition at line 1501 of file wxscintilla.h.
#define wxSCI_MSSQL_LINE_COMMENT 2 |
Definition at line 1497 of file wxscintilla.h.
#define wxSCI_MSSQL_NUMBER 3 |
Definition at line 1498 of file wxscintilla.h.
#define wxSCI_MSSQL_OPERATOR 5 |
Definition at line 1500 of file wxscintilla.h.
#define wxSCI_MSSQL_STATEMENT 9 |
Definition at line 1504 of file wxscintilla.h.
#define wxSCI_MSSQL_STORED_PROCEDURE 14 |
Definition at line 1509 of file wxscintilla.h.
#define wxSCI_MSSQL_STRING 4 |
Definition at line 1499 of file wxscintilla.h.
#define wxSCI_MSSQL_SYSTABLE 11 |
Definition at line 1506 of file wxscintilla.h.
#define wxSCI_MSSQL_VARIABLE 7 |
Definition at line 1502 of file wxscintilla.h.
#define wxSCI_MULTIAUTOC_EACH 1 |
Definition at line 370 of file wxscintilla.h.
#define wxSCI_MULTIAUTOC_ONCE 0 |
Definition at line 369 of file wxscintilla.h.
#define wxSCI_MULTILINEUNDOREDO 0x1000 |
Definition at line 425 of file wxscintilla.h.
#define wxSCI_MULTIPASTE_EACH 1 |
Definition at line 316 of file wxscintilla.h.
#define wxSCI_MULTIPASTE_ONCE 0 |
Definition at line 315 of file wxscintilla.h.
#define wxSCI_MULTISTEPUNDOREDO 0x80 |
Definition at line 420 of file wxscintilla.h.
#define wxSCI_MYSQL_COMMENT 1 |
Definition at line 2028 of file wxscintilla.h.
#define wxSCI_MYSQL_COMMENTLINE 2 |
Definition at line 2029 of file wxscintilla.h.
#define wxSCI_MYSQL_DATABASEOBJECT 9 |
Definition at line 2036 of file wxscintilla.h.
#define wxSCI_MYSQL_DEFAULT 0 |
Lexical state for SCLEX_MYSQL.
Definition at line 2027 of file wxscintilla.h.
#define wxSCI_MYSQL_DQSTRING 13 |
Definition at line 2040 of file wxscintilla.h.
#define wxSCI_MYSQL_FUNCTION 15 |
Definition at line 2042 of file wxscintilla.h.
#define wxSCI_MYSQL_HIDDENCOMMAND 21 |
Definition at line 2048 of file wxscintilla.h.
#define wxSCI_MYSQL_IDENTIFIER 16 |
Definition at line 2043 of file wxscintilla.h.
#define wxSCI_MYSQL_KEYWORD 8 |
Definition at line 2035 of file wxscintilla.h.
#define wxSCI_MYSQL_KNOWNSYSTEMVARIABLE 5 |
Definition at line 2032 of file wxscintilla.h.
#define wxSCI_MYSQL_MAJORKEYWORD 7 |
Definition at line 2034 of file wxscintilla.h.
#define wxSCI_MYSQL_NUMBER 6 |
Definition at line 2033 of file wxscintilla.h.
#define wxSCI_MYSQL_OPERATOR 14 |
Definition at line 2041 of file wxscintilla.h.
#define wxSCI_MYSQL_PLACEHOLDER 22 |
Definition at line 2049 of file wxscintilla.h.
#define wxSCI_MYSQL_PROCEDUREKEYWORD 10 |
Definition at line 2037 of file wxscintilla.h.
#define wxSCI_MYSQL_QUOTEDIDENTIFIER 17 |
Definition at line 2044 of file wxscintilla.h.
#define wxSCI_MYSQL_SQSTRING 12 |
Definition at line 2039 of file wxscintilla.h.
#define wxSCI_MYSQL_STRING 11 |
Definition at line 2038 of file wxscintilla.h.
#define wxSCI_MYSQL_SYSTEMVARIABLE 4 |
Definition at line 2031 of file wxscintilla.h.
#define wxSCI_MYSQL_USER1 18 |
Definition at line 2045 of file wxscintilla.h.
#define wxSCI_MYSQL_USER2 19 |
Definition at line 2046 of file wxscintilla.h.
#define wxSCI_MYSQL_USER3 20 |
Definition at line 2047 of file wxscintilla.h.
#define wxSCI_MYSQL_VARIABLE 3 |
Definition at line 2030 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_ASTERISK 6 |
Definition at line 1193 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_COMMENT 1 |
Definition at line 1188 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_DEFAULT 0 |
Lexical states for SCLEX_NNCRONTAB (nnCron crontab Lexer)
Definition at line 1187 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_ENVIRONMENT 9 |
Definition at line 1196 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_IDENTIFIER 10 |
Definition at line 1197 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_KEYWORD 4 |
Definition at line 1191 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_MODIFIER 5 |
Definition at line 1192 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_NUMBER 7 |
Definition at line 1194 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_SECTION 3 |
Definition at line 1190 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_STRING 8 |
Definition at line 1195 of file wxscintilla.h.
#define wxSCI_NNCRONTAB_TASK 2 |
Definition at line 1189 of file wxscintilla.h.
#define wxSCI_NSIS_COMMENT 1 |
Definition at line 1371 of file wxscintilla.h.
#define wxSCI_NSIS_COMMENTBOX 18 |
Definition at line 1388 of file wxscintilla.h.
#define wxSCI_NSIS_DEFAULT 0 |
Lexical states for SCLEX_NSIS.
Definition at line 1370 of file wxscintilla.h.
#define wxSCI_NSIS_FUNCTION 5 |
Definition at line 1375 of file wxscintilla.h.
#define wxSCI_NSIS_FUNCTIONDEF 17 |
Definition at line 1387 of file wxscintilla.h.
#define wxSCI_NSIS_IFDEFINEDEF 11 |
Definition at line 1381 of file wxscintilla.h.
#define wxSCI_NSIS_LABEL 7 |
Definition at line 1377 of file wxscintilla.h.
#define wxSCI_NSIS_MACRODEF 12 |
Definition at line 1382 of file wxscintilla.h.
#define wxSCI_NSIS_NUMBER 14 |
Definition at line 1384 of file wxscintilla.h.
#define wxSCI_NSIS_PAGEEX 16 |
Definition at line 1386 of file wxscintilla.h.
#define wxSCI_NSIS_SECTIONDEF 9 |
Definition at line 1379 of file wxscintilla.h.
#define wxSCI_NSIS_SECTIONGROUP 15 |
Definition at line 1385 of file wxscintilla.h.
#define wxSCI_NSIS_STRINGDQ 2 |
Definition at line 1372 of file wxscintilla.h.
#define wxSCI_NSIS_STRINGLQ 3 |
Definition at line 1373 of file wxscintilla.h.
#define wxSCI_NSIS_STRINGRQ 4 |
Definition at line 1374 of file wxscintilla.h.
#define wxSCI_NSIS_STRINGVAR 13 |
Definition at line 1383 of file wxscintilla.h.
#define wxSCI_NSIS_SUBSECTIONDEF 10 |
Definition at line 1380 of file wxscintilla.h.
#define wxSCI_NSIS_USERDEFINED 8 |
Definition at line 1378 of file wxscintilla.h.
#define wxSCI_NSIS_VARIABLE 6 |
Definition at line 1376 of file wxscintilla.h.
#define wxSCI_OPAL_BOOL_CONST 8 |
Definition at line 1875 of file wxscintilla.h.
#define wxSCI_OPAL_COMMENT_BLOCK 1 |
Definition at line 1868 of file wxscintilla.h.
#define wxSCI_OPAL_COMMENT_LINE 2 |
Definition at line 1869 of file wxscintilla.h.
#define wxSCI_OPAL_DEFAULT 32 |
Definition at line 1876 of file wxscintilla.h.
#define wxSCI_OPAL_INTEGER 3 |
Definition at line 1870 of file wxscintilla.h.
#define wxSCI_OPAL_KEYWORD 4 |
Definition at line 1871 of file wxscintilla.h.
#define wxSCI_OPAL_PAR 7 |
Definition at line 1874 of file wxscintilla.h.
#define wxSCI_OPAL_SORT 5 |
Definition at line 1872 of file wxscintilla.h.
#define wxSCI_OPAL_SPACE 0 |
Lexical states for SCLEX_OPAL.
Definition at line 1867 of file wxscintilla.h.
#define wxSCI_OPAL_STRING 6 |
Definition at line 1873 of file wxscintilla.h.
#define wxSCI_OPTIONAL_START 3000 |
Definition at line 75 of file wxscintilla.h.
#define wxSCI_ORDER_CUSTOM 2 |
Definition at line 373 of file wxscintilla.h.
Referenced by CCManager::OnCompleteCode().
#define wxSCI_ORDER_PERFORMSORT 1 |
Definition at line 372 of file wxscintilla.h.
#define wxSCI_ORDER_PRESORTED 0 |
Definition at line 371 of file wxscintilla.h.
Referenced by CCManager::OnCompleteCode().
#define wxSCI_OSCRIPT_BLOCK_COMMENT 2 |
Definition at line 2305 of file wxscintilla.h.
#define wxSCI_OSCRIPT_CONSTANT 8 |
Definition at line 2311 of file wxscintilla.h.
#define wxSCI_OSCRIPT_DEFAULT 0 |
Lexical states for SCLEX_OSCRIPT.
Definition at line 2303 of file wxscintilla.h.
#define wxSCI_OSCRIPT_DOC_COMMENT 3 |
Definition at line 2306 of file wxscintilla.h.
#define wxSCI_OSCRIPT_DOUBLEQUOTE_STRING 7 |
Definition at line 2310 of file wxscintilla.h.
#define wxSCI_OSCRIPT_FUNCTION 15 |
Definition at line 2318 of file wxscintilla.h.
#define wxSCI_OSCRIPT_GLOBAL 10 |
Definition at line 2313 of file wxscintilla.h.
#define wxSCI_OSCRIPT_IDENTIFIER 9 |
Definition at line 2312 of file wxscintilla.h.
#define wxSCI_OSCRIPT_KEYWORD 11 |
Definition at line 2314 of file wxscintilla.h.
#define wxSCI_OSCRIPT_LABEL 13 |
Definition at line 2316 of file wxscintilla.h.
#define wxSCI_OSCRIPT_LINE_COMMENT 1 |
Definition at line 2304 of file wxscintilla.h.
#define wxSCI_OSCRIPT_METHOD 18 |
Definition at line 2321 of file wxscintilla.h.
#define wxSCI_OSCRIPT_NUMBER 5 |
Definition at line 2308 of file wxscintilla.h.
#define wxSCI_OSCRIPT_OBJECT 16 |
Definition at line 2319 of file wxscintilla.h.
#define wxSCI_OSCRIPT_OPERATOR 12 |
Definition at line 2315 of file wxscintilla.h.
#define wxSCI_OSCRIPT_PREPROCESSOR 4 |
Definition at line 2307 of file wxscintilla.h.
#define wxSCI_OSCRIPT_PROPERTY 17 |
Definition at line 2320 of file wxscintilla.h.
#define wxSCI_OSCRIPT_SINGLEQUOTE_STRING 6 |
Definition at line 2309 of file wxscintilla.h.
#define wxSCI_OSCRIPT_TYPE 14 |
Definition at line 2317 of file wxscintilla.h.
#define wxSCI_P_CHARACTER 4 |
Definition at line 611 of file wxscintilla.h.
#define wxSCI_P_CLASSNAME 8 |
Definition at line 615 of file wxscintilla.h.
#define wxSCI_P_COMMENTBLOCK 12 |
Definition at line 619 of file wxscintilla.h.
#define wxSCI_P_COMMENTLINE 1 |
Definition at line 608 of file wxscintilla.h.
#define wxSCI_P_DECORATOR 15 |
Definition at line 622 of file wxscintilla.h.
#define wxSCI_P_DEFAULT 0 |
Lexical states for SCLEX_PYTHON.
Definition at line 607 of file wxscintilla.h.
#define wxSCI_P_DEFNAME 9 |
Definition at line 616 of file wxscintilla.h.
#define wxSCI_P_FCHARACTER 17 |
Definition at line 624 of file wxscintilla.h.
#define wxSCI_P_FSTRING 16 |
Definition at line 623 of file wxscintilla.h.
#define wxSCI_P_FTRIPLE 18 |
Definition at line 625 of file wxscintilla.h.
#define wxSCI_P_FTRIPLEDOUBLE 19 |
Definition at line 626 of file wxscintilla.h.
#define wxSCI_P_IDENTIFIER 11 |
Definition at line 618 of file wxscintilla.h.
#define wxSCI_P_NUMBER 2 |
Definition at line 609 of file wxscintilla.h.
#define wxSCI_P_OPERATOR 10 |
Definition at line 617 of file wxscintilla.h.
#define wxSCI_P_STRING 3 |
Definition at line 610 of file wxscintilla.h.
#define wxSCI_P_STRINGEOL 13 |
Definition at line 620 of file wxscintilla.h.
#define wxSCI_P_TRIPLE 6 |
Definition at line 613 of file wxscintilla.h.
#define wxSCI_P_TRIPLEDOUBLE 7 |
Definition at line 614 of file wxscintilla.h.
#define wxSCI_P_WORD 5 |
Definition at line 612 of file wxscintilla.h.
#define wxSCI_P_WORD2 14 |
Definition at line 621 of file wxscintilla.h.
#define wxSCI_PAS_ASM 14 |
Definition at line 2084 of file wxscintilla.h.
#define wxSCI_PAS_CHARACTER 12 |
Definition at line 2082 of file wxscintilla.h.
#define wxSCI_PAS_COMMENT 2 |
Definition at line 2072 of file wxscintilla.h.
#define wxSCI_PAS_COMMENT2 3 |
Definition at line 2073 of file wxscintilla.h.
#define wxSCI_PAS_COMMENTLINE 4 |
Definition at line 2074 of file wxscintilla.h.
#define wxSCI_PAS_DEFAULT 0 |
Lexical states for SCLEX_PASCAL.
Definition at line 2070 of file wxscintilla.h.
#define wxSCI_PAS_HEXNUMBER 8 |
Definition at line 2078 of file wxscintilla.h.
#define wxSCI_PAS_IDENTIFIER 1 |
Definition at line 2071 of file wxscintilla.h.
#define wxSCI_PAS_NUMBER 7 |
Definition at line 2077 of file wxscintilla.h.
#define wxSCI_PAS_OPERATOR 13 |
Definition at line 2083 of file wxscintilla.h.
#define wxSCI_PAS_PREPROCESSOR 5 |
Definition at line 2075 of file wxscintilla.h.
#define wxSCI_PAS_PREPROCESSOR2 6 |
Definition at line 2076 of file wxscintilla.h.
#define wxSCI_PAS_STRING 10 |
Definition at line 2080 of file wxscintilla.h.
#define wxSCI_PAS_STRINGEOL 11 |
Definition at line 2081 of file wxscintilla.h.
#define wxSCI_PAS_WORD 9 |
Definition at line 2079 of file wxscintilla.h.
#define wxSCI_PERFORMED_REDO 0x40 |
Definition at line 419 of file wxscintilla.h.
#define wxSCI_PERFORMED_UNDO 0x20 |
Definition at line 418 of file wxscintilla.h.
Referenced by CCManager::OnEditorHook().
#define wxSCI_PERFORMED_USER 0x10 |
Definition at line 417 of file wxscintilla.h.
#define wxSCI_PHASES_MULTIPLE 2 |
Definition at line 307 of file wxscintilla.h.
#define wxSCI_PHASES_ONE 0 |
Definition at line 305 of file wxscintilla.h.
#define wxSCI_PHASES_TWO 1 |
Definition at line 306 of file wxscintilla.h.
#define wxSCI_PL_ARRAY 13 |
Definition at line 866 of file wxscintilla.h.
#define wxSCI_PL_BACKTICKS 20 |
Definition at line 873 of file wxscintilla.h.
#define wxSCI_PL_BACKTICKS_VAR 57 |
Definition at line 892 of file wxscintilla.h.
#define wxSCI_PL_CHARACTER 7 |
Definition at line 860 of file wxscintilla.h.
#define wxSCI_PL_COMMENTLINE 2 |
Definition at line 855 of file wxscintilla.h.
#define wxSCI_PL_DATASECTION 21 |
Definition at line 874 of file wxscintilla.h.
#define wxSCI_PL_DEFAULT 0 |
Lexical states for SCLEX_PERL.
Definition at line 853 of file wxscintilla.h.
#define wxSCI_PL_ERROR 1 |
Definition at line 854 of file wxscintilla.h.
#define wxSCI_PL_FORMAT 42 |
Definition at line 887 of file wxscintilla.h.
#define wxSCI_PL_FORMAT_IDENT 41 |
Definition at line 886 of file wxscintilla.h.
#define wxSCI_PL_HASH 14 |
Definition at line 867 of file wxscintilla.h.
#define wxSCI_PL_HERE_DELIM 22 |
Definition at line 875 of file wxscintilla.h.
#define wxSCI_PL_HERE_Q 23 |
Definition at line 876 of file wxscintilla.h.
#define wxSCI_PL_HERE_QQ 24 |
Definition at line 877 of file wxscintilla.h.
#define wxSCI_PL_HERE_QQ_VAR 61 |
Definition at line 893 of file wxscintilla.h.
#define wxSCI_PL_HERE_QX 25 |
Definition at line 878 of file wxscintilla.h.
#define wxSCI_PL_HERE_QX_VAR 62 |
Definition at line 894 of file wxscintilla.h.
#define wxSCI_PL_IDENTIFIER 11 |
Definition at line 864 of file wxscintilla.h.
#define wxSCI_PL_LONGQUOTE 19 |
Definition at line 872 of file wxscintilla.h.
#define wxSCI_PL_NUMBER 4 |
Definition at line 857 of file wxscintilla.h.
#define wxSCI_PL_OPERATOR 10 |
Definition at line 863 of file wxscintilla.h.
#define wxSCI_PL_POD 3 |
Definition at line 856 of file wxscintilla.h.
#define wxSCI_PL_POD_VERB 31 |
Definition at line 884 of file wxscintilla.h.
#define wxSCI_PL_PREPROCESSOR 9 |
Definition at line 862 of file wxscintilla.h.
#define wxSCI_PL_PUNCTUATION 8 |
Definition at line 861 of file wxscintilla.h.
#define wxSCI_PL_REGEX 17 |
Definition at line 870 of file wxscintilla.h.
#define wxSCI_PL_REGEX_VAR 54 |
Definition at line 890 of file wxscintilla.h.
#define wxSCI_PL_REGSUBST 18 |
Definition at line 871 of file wxscintilla.h.
#define wxSCI_PL_REGSUBST_VAR 55 |
Definition at line 891 of file wxscintilla.h.
#define wxSCI_PL_SCALAR 12 |
Definition at line 865 of file wxscintilla.h.
#define wxSCI_PL_STRING 6 |
Definition at line 859 of file wxscintilla.h.
#define wxSCI_PL_STRING_Q 26 |
Definition at line 879 of file wxscintilla.h.
#define wxSCI_PL_STRING_QQ 27 |
Definition at line 880 of file wxscintilla.h.
#define wxSCI_PL_STRING_QQ_VAR 64 |
Definition at line 895 of file wxscintilla.h.
#define wxSCI_PL_STRING_QR 29 |
Definition at line 882 of file wxscintilla.h.
#define wxSCI_PL_STRING_QR_VAR 66 |
Definition at line 897 of file wxscintilla.h.
#define wxSCI_PL_STRING_QW 30 |
Definition at line 883 of file wxscintilla.h.
#define wxSCI_PL_STRING_QX 28 |
Definition at line 881 of file wxscintilla.h.
#define wxSCI_PL_STRING_QX_VAR 65 |
Definition at line 896 of file wxscintilla.h.
#define wxSCI_PL_STRING_VAR 43 |
Definition at line 888 of file wxscintilla.h.
#define wxSCI_PL_SUB_PROTOTYPE 40 |
Definition at line 885 of file wxscintilla.h.
#define wxSCI_PL_SYMBOLTABLE 15 |
Definition at line 868 of file wxscintilla.h.
#define wxSCI_PL_VARIABLE_INDEXER 16 |
Definition at line 869 of file wxscintilla.h.
#define wxSCI_PL_WORD 5 |
Definition at line 858 of file wxscintilla.h.
#define wxSCI_PL_XLAT 44 |
Definition at line 889 of file wxscintilla.h.
#define wxSCI_PLM_COMMENT 1 |
Definition at line 1922 of file wxscintilla.h.
#define wxSCI_PLM_CONTROL 6 |
Definition at line 1927 of file wxscintilla.h.
#define wxSCI_PLM_DEFAULT 0 |
Lexical state for SCLEX_PLM.
Definition at line 1921 of file wxscintilla.h.
#define wxSCI_PLM_IDENTIFIER 4 |
Definition at line 1925 of file wxscintilla.h.
#define wxSCI_PLM_KEYWORD 7 |
Definition at line 1928 of file wxscintilla.h.
#define wxSCI_PLM_NUMBER 3 |
Definition at line 1924 of file wxscintilla.h.
#define wxSCI_PLM_OPERATOR 5 |
Definition at line 1926 of file wxscintilla.h.
#define wxSCI_PLM_STRING 2 |
Definition at line 1923 of file wxscintilla.h.
#define wxSCI_PO_COMMENT 1 |
Definition at line 2053 of file wxscintilla.h.
#define wxSCI_PO_DEFAULT 0 |
Lexical state for SCLEX_PO.
Definition at line 2052 of file wxscintilla.h.
#define wxSCI_PO_ERROR 15 |
Definition at line 2067 of file wxscintilla.h.
#define wxSCI_PO_FLAGS 11 |
Definition at line 2063 of file wxscintilla.h.
#define wxSCI_PO_FUZZY 8 |
Definition at line 2060 of file wxscintilla.h.
#define wxSCI_PO_MSGCTXT 6 |
Definition at line 2058 of file wxscintilla.h.
#define wxSCI_PO_MSGCTXT_TEXT 7 |
Definition at line 2059 of file wxscintilla.h.
#define wxSCI_PO_MSGCTXT_TEXT_EOL 14 |
Definition at line 2066 of file wxscintilla.h.
#define wxSCI_PO_MSGID 2 |
Definition at line 2054 of file wxscintilla.h.
#define wxSCI_PO_MSGID_TEXT 3 |
Definition at line 2055 of file wxscintilla.h.
#define wxSCI_PO_MSGID_TEXT_EOL 12 |
Definition at line 2064 of file wxscintilla.h.
#define wxSCI_PO_MSGSTR 4 |
Definition at line 2056 of file wxscintilla.h.
#define wxSCI_PO_MSGSTR_TEXT 5 |
Definition at line 2057 of file wxscintilla.h.
#define wxSCI_PO_MSGSTR_TEXT_EOL 13 |
Definition at line 2065 of file wxscintilla.h.
#define wxSCI_PO_PROGRAMMER_COMMENT 9 |
Definition at line 2061 of file wxscintilla.h.
#define wxSCI_PO_REFERENCE 10 |
Definition at line 2062 of file wxscintilla.h.
#define wxSCI_POPUP_ALL 1 |
Definition at line 322 of file wxscintilla.h.
#define wxSCI_POPUP_NEVER 0 |
Definition at line 321 of file wxscintilla.h.
#define wxSCI_POPUP_TEXT 2 |
Definition at line 323 of file wxscintilla.h.
#define wxSCI_POV_BADDIRECTIVE 9 |
Definition at line 1315 of file wxscintilla.h.
#define wxSCI_POV_COMMENT 1 |
Definition at line 1307 of file wxscintilla.h.
#define wxSCI_POV_COMMENTLINE 2 |
Definition at line 1308 of file wxscintilla.h.
#define wxSCI_POV_DEFAULT 0 |
Lexical states for SCLEX_POV.
Definition at line 1306 of file wxscintilla.h.
#define wxSCI_POV_DIRECTIVE 8 |
Definition at line 1314 of file wxscintilla.h.
#define wxSCI_POV_IDENTIFIER 5 |
Definition at line 1311 of file wxscintilla.h.
#define wxSCI_POV_NUMBER 3 |
Definition at line 1309 of file wxscintilla.h.
#define wxSCI_POV_OPERATOR 4 |
Definition at line 1310 of file wxscintilla.h.
#define wxSCI_POV_STRING 6 |
Definition at line 1312 of file wxscintilla.h.
#define wxSCI_POV_STRINGEOL 7 |
Definition at line 1313 of file wxscintilla.h.
#define wxSCI_POV_WORD2 10 |
Definition at line 1316 of file wxscintilla.h.
#define wxSCI_POV_WORD3 11 |
Definition at line 1317 of file wxscintilla.h.
#define wxSCI_POV_WORD4 12 |
Definition at line 1318 of file wxscintilla.h.
#define wxSCI_POV_WORD5 13 |
Definition at line 1319 of file wxscintilla.h.
#define wxSCI_POV_WORD6 14 |
Definition at line 1320 of file wxscintilla.h.
#define wxSCI_POV_WORD7 15 |
Definition at line 1321 of file wxscintilla.h.
#define wxSCI_POV_WORD8 16 |
Definition at line 1322 of file wxscintilla.h.
#define wxSCI_POWERPRO_ALTQUOTE 15 |
Definition at line 2114 of file wxscintilla.h.
#define wxSCI_POWERPRO_COMMENTBLOCK 1 |
Definition at line 2100 of file wxscintilla.h.
#define wxSCI_POWERPRO_COMMENTLINE 2 |
Definition at line 2101 of file wxscintilla.h.
#define wxSCI_POWERPRO_DEFAULT 0 |
Lexical state for SCLEX_POWERPRO.
Definition at line 2099 of file wxscintilla.h.
#define wxSCI_POWERPRO_DOUBLEQUOTEDSTRING 8 |
Definition at line 2107 of file wxscintilla.h.
#define wxSCI_POWERPRO_FUNCTION 16 |
Definition at line 2115 of file wxscintilla.h.
#define wxSCI_POWERPRO_IDENTIFIER 12 |
Definition at line 2111 of file wxscintilla.h.
#define wxSCI_POWERPRO_LINECONTINUE 10 |
Definition at line 2109 of file wxscintilla.h.
#define wxSCI_POWERPRO_NUMBER 3 |
Definition at line 2102 of file wxscintilla.h.
#define wxSCI_POWERPRO_OPERATOR 11 |
Definition at line 2110 of file wxscintilla.h.
#define wxSCI_POWERPRO_SINGLEQUOTEDSTRING 9 |
Definition at line 2108 of file wxscintilla.h.
#define wxSCI_POWERPRO_STRINGEOL 13 |
Definition at line 2112 of file wxscintilla.h.
#define wxSCI_POWERPRO_VERBATIM 14 |
Definition at line 2113 of file wxscintilla.h.
#define wxSCI_POWERPRO_WORD 4 |
Definition at line 2103 of file wxscintilla.h.
#define wxSCI_POWERPRO_WORD2 5 |
Definition at line 2104 of file wxscintilla.h.
#define wxSCI_POWERPRO_WORD3 6 |
Definition at line 2105 of file wxscintilla.h.
#define wxSCI_POWERPRO_WORD4 7 |
Definition at line 2106 of file wxscintilla.h.
#define wxSCI_POWERSHELL_ALIAS 10 |
Definition at line 2018 of file wxscintilla.h.
#define wxSCI_POWERSHELL_CHARACTER 3 |
Definition at line 2011 of file wxscintilla.h.
#define wxSCI_POWERSHELL_CMDLET 9 |
Definition at line 2017 of file wxscintilla.h.
#define wxSCI_POWERSHELL_COMMENT 1 |
Definition at line 2009 of file wxscintilla.h.
#define wxSCI_POWERSHELL_COMMENTDOCKEYWORD 16 |
Definition at line 2024 of file wxscintilla.h.
#define wxSCI_POWERSHELL_COMMENTSTREAM 13 |
Definition at line 2021 of file wxscintilla.h.
#define wxSCI_POWERSHELL_DEFAULT 0 |
Lexical state for SCLEX_POWERSHELL.
Definition at line 2008 of file wxscintilla.h.
#define wxSCI_POWERSHELL_FUNCTION 11 |
Definition at line 2019 of file wxscintilla.h.
#define wxSCI_POWERSHELL_HERE_CHARACTER 15 |
Definition at line 2023 of file wxscintilla.h.
#define wxSCI_POWERSHELL_HERE_STRING 14 |
Definition at line 2022 of file wxscintilla.h.
#define wxSCI_POWERSHELL_IDENTIFIER 7 |
Definition at line 2015 of file wxscintilla.h.
#define wxSCI_POWERSHELL_KEYWORD 8 |
Definition at line 2016 of file wxscintilla.h.
#define wxSCI_POWERSHELL_NUMBER 4 |
Definition at line 2012 of file wxscintilla.h.
#define wxSCI_POWERSHELL_OPERATOR 6 |
Definition at line 2014 of file wxscintilla.h.
#define wxSCI_POWERSHELL_STRING 2 |
Definition at line 2010 of file wxscintilla.h.
#define wxSCI_POWERSHELL_USER1 12 |
Definition at line 2020 of file wxscintilla.h.
#define wxSCI_POWERSHELL_VARIABLE 5 |
Definition at line 2013 of file wxscintilla.h.
#define wxSCI_PRINT_BLACKONWHITE 2 |
PrintColourMode - force black text on white background for printing.
Definition at line 250 of file wxscintilla.h.
Referenced by cbEditor::Print().
#define wxSCI_PRINT_COLOURONWHITE 3 |
PrintColourMode - text stays coloured, but all background is forced to be white for printing.
Definition at line 253 of file wxscintilla.h.
Referenced by cbEditor::Print().
#define wxSCI_PRINT_COLOURONWHITEDEFAULTBG 4 |
PrintColourMode - only the default-background is forced to be white for printing.
Definition at line 256 of file wxscintilla.h.
#define wxSCI_PRINT_INVERTLIGHT 1 |
PrintColourMode - invert the light value of each style for printing.
Definition at line 247 of file wxscintilla.h.
Referenced by cbEditor::Print().
#define wxSCI_PRINT_NORMAL 0 |
PrintColourMode - use same colours as screen.
Definition at line 244 of file wxscintilla.h.
Referenced by cbEditor::Print().
#define wxSCI_PROPS_ASSIGNMENT 3 |
Definition at line 964 of file wxscintilla.h.
#define wxSCI_PROPS_COMMENT 1 |
Definition at line 962 of file wxscintilla.h.
#define wxSCI_PROPS_DEFAULT 0 |
Lexical states for SCLEX_PROPERTIES.
Definition at line 961 of file wxscintilla.h.
#define wxSCI_PROPS_DEFVAL 4 |
Definition at line 965 of file wxscintilla.h.
#define wxSCI_PROPS_KEY 5 |
Definition at line 966 of file wxscintilla.h.
#define wxSCI_PROPS_SECTION 2 |
Definition at line 963 of file wxscintilla.h.
#define wxSCI_PS_BADSTRINGCHAR 15 |
Definition at line 1367 of file wxscintilla.h.
#define wxSCI_PS_BASE85STRING 14 |
Definition at line 1366 of file wxscintilla.h.
#define wxSCI_PS_COMMENT 1 |
Definition at line 1353 of file wxscintilla.h.
#define wxSCI_PS_DEFAULT 0 |
Lexical states for SCLEX_PS.
Definition at line 1352 of file wxscintilla.h.
#define wxSCI_PS_DSC_COMMENT 2 |
Definition at line 1354 of file wxscintilla.h.
#define wxSCI_PS_DSC_VALUE 3 |
Definition at line 1355 of file wxscintilla.h.
#define wxSCI_PS_HEXSTRING 13 |
Definition at line 1365 of file wxscintilla.h.
#define wxSCI_PS_IMMEVAL 8 |
Definition at line 1360 of file wxscintilla.h.
#define wxSCI_PS_KEYWORD 6 |
Definition at line 1358 of file wxscintilla.h.
#define wxSCI_PS_LITERAL 7 |
Definition at line 1359 of file wxscintilla.h.
#define wxSCI_PS_NAME 5 |
Definition at line 1357 of file wxscintilla.h.
#define wxSCI_PS_NUMBER 4 |
Definition at line 1356 of file wxscintilla.h.
#define wxSCI_PS_PAREN_ARRAY 9 |
Definition at line 1361 of file wxscintilla.h.
#define wxSCI_PS_PAREN_DICT 10 |
Definition at line 1362 of file wxscintilla.h.
#define wxSCI_PS_PAREN_PROC 11 |
Definition at line 1363 of file wxscintilla.h.
#define wxSCI_PS_TEXT 12 |
Definition at line 1364 of file wxscintilla.h.
#define wxSCI_R_BASEKWORD 3 |
Definition at line 1978 of file wxscintilla.h.
#define wxSCI_R_COMMENT 1 |
Definition at line 1976 of file wxscintilla.h.
#define wxSCI_R_DEFAULT 0 |
Lexical states for SCLEX_R.
Definition at line 1975 of file wxscintilla.h.
#define wxSCI_R_IDENTIFIER 9 |
Definition at line 1984 of file wxscintilla.h.
#define wxSCI_R_INFIX 10 |
Definition at line 1985 of file wxscintilla.h.
#define wxSCI_R_INFIXEOL 11 |
Definition at line 1986 of file wxscintilla.h.
#define wxSCI_R_KWORD 2 |
Definition at line 1977 of file wxscintilla.h.
#define wxSCI_R_NUMBER 5 |
Definition at line 1980 of file wxscintilla.h.
#define wxSCI_R_OPERATOR 8 |
Definition at line 1983 of file wxscintilla.h.
#define wxSCI_R_OTHERKWORD 4 |
Definition at line 1979 of file wxscintilla.h.
#define wxSCI_R_STRING 6 |
Definition at line 1981 of file wxscintilla.h.
#define wxSCI_R_STRING2 7 |
Definition at line 1982 of file wxscintilla.h.
#define wxSCI_RB_BACKTICKS 18 |
Definition at line 918 of file wxscintilla.h.
#define wxSCI_RB_CHARACTER 7 |
Definition at line 907 of file wxscintilla.h.
#define wxSCI_RB_CLASS_VAR 17 |
Definition at line 917 of file wxscintilla.h.
#define wxSCI_RB_CLASSNAME 8 |
Definition at line 908 of file wxscintilla.h.
#define wxSCI_RB_COMMENTLINE 2 |
Definition at line 902 of file wxscintilla.h.
#define wxSCI_RB_DATASECTION 19 |
Definition at line 919 of file wxscintilla.h.
#define wxSCI_RB_DEFAULT 0 |
Lexical states for SCLEX_RUBY.
Definition at line 900 of file wxscintilla.h.
#define wxSCI_RB_DEFNAME 9 |
Definition at line 909 of file wxscintilla.h.
#define wxSCI_RB_ERROR 1 |
Definition at line 901 of file wxscintilla.h.
#define wxSCI_RB_GLOBAL 13 |
Definition at line 913 of file wxscintilla.h.
#define wxSCI_RB_HERE_DELIM 20 |
Definition at line 920 of file wxscintilla.h.
#define wxSCI_RB_HERE_Q 21 |
Definition at line 921 of file wxscintilla.h.
#define wxSCI_RB_HERE_QQ 22 |
Definition at line 922 of file wxscintilla.h.
#define wxSCI_RB_HERE_QX 23 |
Definition at line 923 of file wxscintilla.h.
#define wxSCI_RB_IDENTIFIER 11 |
Definition at line 911 of file wxscintilla.h.
#define wxSCI_RB_INSTANCE_VAR 16 |
Definition at line 916 of file wxscintilla.h.
#define wxSCI_RB_MODULE_NAME 15 |
Definition at line 915 of file wxscintilla.h.
#define wxSCI_RB_NUMBER 4 |
Definition at line 904 of file wxscintilla.h.
#define wxSCI_RB_OPERATOR 10 |
Definition at line 910 of file wxscintilla.h.
#define wxSCI_RB_POD 3 |
Definition at line 903 of file wxscintilla.h.
#define wxSCI_RB_REGEX 12 |
Definition at line 912 of file wxscintilla.h.
#define wxSCI_RB_STDERR 40 |
Definition at line 932 of file wxscintilla.h.
#define wxSCI_RB_STDIN 30 |
Definition at line 930 of file wxscintilla.h.
#define wxSCI_RB_STDOUT 31 |
Definition at line 931 of file wxscintilla.h.
#define wxSCI_RB_STRING 6 |
Definition at line 906 of file wxscintilla.h.
#define wxSCI_RB_STRING_Q 24 |
Definition at line 924 of file wxscintilla.h.
#define wxSCI_RB_STRING_QQ 25 |
Definition at line 925 of file wxscintilla.h.
#define wxSCI_RB_STRING_QR 27 |
Definition at line 927 of file wxscintilla.h.
#define wxSCI_RB_STRING_QW 28 |
Definition at line 928 of file wxscintilla.h.
#define wxSCI_RB_STRING_QX 26 |
Definition at line 926 of file wxscintilla.h.
#define wxSCI_RB_SYMBOL 14 |
Definition at line 914 of file wxscintilla.h.
#define wxSCI_RB_UPPER_BOUND 41 |
Definition at line 933 of file wxscintilla.h.
#define wxSCI_RB_WORD 5 |
Definition at line 905 of file wxscintilla.h.
#define wxSCI_RB_WORD_DEMOTED 29 |
Definition at line 929 of file wxscintilla.h.
#define wxSCI_REBOL_BINARY 11 |
Definition at line 1736 of file wxscintilla.h.
#define wxSCI_REBOL_BRACEDSTRING 7 |
Definition at line 1732 of file wxscintilla.h.
#define wxSCI_REBOL_CHARACTER 5 |
Definition at line 1730 of file wxscintilla.h.
#define wxSCI_REBOL_COMMENTBLOCK 2 |
Definition at line 1727 of file wxscintilla.h.
#define wxSCI_REBOL_COMMENTLINE 1 |
Definition at line 1726 of file wxscintilla.h.
#define wxSCI_REBOL_DATE 18 |
Definition at line 1743 of file wxscintilla.h.
#define wxSCI_REBOL_DEFAULT 0 |
Lexical states for SCLEX_REBOL.
Definition at line 1725 of file wxscintilla.h.
#define wxSCI_REBOL_EMAIL 16 |
Definition at line 1741 of file wxscintilla.h.
#define wxSCI_REBOL_FILE 15 |
Definition at line 1740 of file wxscintilla.h.
#define wxSCI_REBOL_IDENTIFIER 20 |
Definition at line 1745 of file wxscintilla.h.
#define wxSCI_REBOL_ISSUE 13 |
Definition at line 1738 of file wxscintilla.h.
#define wxSCI_REBOL_MONEY 12 |
Definition at line 1737 of file wxscintilla.h.
#define wxSCI_REBOL_NUMBER 8 |
Definition at line 1733 of file wxscintilla.h.
#define wxSCI_REBOL_OPERATOR 4 |
Definition at line 1729 of file wxscintilla.h.
#define wxSCI_REBOL_PAIR 9 |
Definition at line 1734 of file wxscintilla.h.
#define wxSCI_REBOL_PREFACE 3 |
Definition at line 1728 of file wxscintilla.h.
#define wxSCI_REBOL_QUOTEDSTRING 6 |
Definition at line 1731 of file wxscintilla.h.
#define wxSCI_REBOL_TAG 14 |
Definition at line 1739 of file wxscintilla.h.
#define wxSCI_REBOL_TIME 19 |
Definition at line 1744 of file wxscintilla.h.
#define wxSCI_REBOL_TUPLE 10 |
Definition at line 1735 of file wxscintilla.h.
#define wxSCI_REBOL_URL 17 |
Definition at line 1742 of file wxscintilla.h.
#define wxSCI_REBOL_WORD 21 |
Definition at line 1746 of file wxscintilla.h.
#define wxSCI_REBOL_WORD2 22 |
Definition at line 1747 of file wxscintilla.h.
#define wxSCI_REBOL_WORD3 23 |
Definition at line 1748 of file wxscintilla.h.
#define wxSCI_REBOL_WORD4 24 |
Definition at line 1749 of file wxscintilla.h.
#define wxSCI_REBOL_WORD5 25 |
Definition at line 1750 of file wxscintilla.h.
#define wxSCI_REBOL_WORD6 26 |
Definition at line 1751 of file wxscintilla.h.
#define wxSCI_REBOL_WORD7 27 |
Definition at line 1752 of file wxscintilla.h.
#define wxSCI_REBOL_WORD8 28 |
Definition at line 1753 of file wxscintilla.h.
#define wxSCI_REG_ADDEDKEY 6 |
Definition at line 2442 of file wxscintilla.h.
#define wxSCI_REG_COMMENT 1 |
Definition at line 2437 of file wxscintilla.h.
#define wxSCI_REG_DEFAULT 0 |
Lexical states for SCLEX_REGISTRY.
Definition at line 2436 of file wxscintilla.h.
#define wxSCI_REG_DELETEDKEY 7 |
Definition at line 2443 of file wxscintilla.h.
#define wxSCI_REG_ESCAPED 8 |
Definition at line 2444 of file wxscintilla.h.
#define wxSCI_REG_HEXDIGIT 4 |
Definition at line 2440 of file wxscintilla.h.
#define wxSCI_REG_KEYPATH_GUID 9 |
Definition at line 2445 of file wxscintilla.h.
#define wxSCI_REG_OPERATOR 12 |
Definition at line 2448 of file wxscintilla.h.
#define wxSCI_REG_PARAMETER 11 |
Definition at line 2447 of file wxscintilla.h.
#define wxSCI_REG_STRING 3 |
Definition at line 2439 of file wxscintilla.h.
#define wxSCI_REG_STRING_GUID 10 |
Definition at line 2446 of file wxscintilla.h.
#define wxSCI_REG_VALUENAME 2 |
Definition at line 2438 of file wxscintilla.h.
#define wxSCI_REG_VALUETYPE 5 |
Definition at line 2441 of file wxscintilla.h.
#define wxSCI_RUST_BYTECHARACTER 23 |
Definition at line 2408 of file wxscintilla.h.
#define wxSCI_RUST_BYTESTRING 21 |
Definition at line 2406 of file wxscintilla.h.
#define wxSCI_RUST_BYTESTRINGR 22 |
Definition at line 2407 of file wxscintilla.h.
#define wxSCI_RUST_CHARACTER 15 |
Definition at line 2400 of file wxscintilla.h.
#define wxSCI_RUST_COMMENTBLOCK 1 |
Definition at line 2386 of file wxscintilla.h.
#define wxSCI_RUST_COMMENTBLOCKDOC 3 |
Definition at line 2388 of file wxscintilla.h.
#define wxSCI_RUST_COMMENTLINE 2 |
Definition at line 2387 of file wxscintilla.h.
#define wxSCI_RUST_COMMENTLINEDOC 4 |
Definition at line 2389 of file wxscintilla.h.
#define wxSCI_RUST_DEFAULT 0 |
Lexical states for SCLEX_RUST.
Definition at line 2385 of file wxscintilla.h.
#define wxSCI_RUST_IDENTIFIER 17 |
Definition at line 2402 of file wxscintilla.h.
#define wxSCI_RUST_LEXERROR 20 |
Definition at line 2405 of file wxscintilla.h.
#define wxSCI_RUST_LIFETIME 18 |
Definition at line 2403 of file wxscintilla.h.
#define wxSCI_RUST_MACRO 19 |
Definition at line 2404 of file wxscintilla.h.
#define wxSCI_RUST_NUMBER 5 |
Definition at line 2390 of file wxscintilla.h.
#define wxSCI_RUST_OPERATOR 16 |
Definition at line 2401 of file wxscintilla.h.
#define wxSCI_RUST_STRING 13 |
Definition at line 2398 of file wxscintilla.h.
#define wxSCI_RUST_STRINGR 14 |
Definition at line 2399 of file wxscintilla.h.
#define wxSCI_RUST_WORD 6 |
Definition at line 2391 of file wxscintilla.h.
#define wxSCI_RUST_WORD2 7 |
Definition at line 2392 of file wxscintilla.h.
#define wxSCI_RUST_WORD3 8 |
Definition at line 2393 of file wxscintilla.h.
#define wxSCI_RUST_WORD4 9 |
Definition at line 2394 of file wxscintilla.h.
#define wxSCI_RUST_WORD5 10 |
Definition at line 2395 of file wxscintilla.h.
#define wxSCI_RUST_WORD6 11 |
Definition at line 2396 of file wxscintilla.h.
#define wxSCI_RUST_WORD7 12 |
Definition at line 2397 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_CHARACTER 8 |
Definition at line 1235 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_CLASSNAME 14 |
Definition at line 1241 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_COMMENTBLOCK 5 |
Definition at line 1232 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_COMMENTLINE 2 |
Definition at line 1229 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_CSTYLE 4 |
Definition at line 1231 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_DEFAULT 0 |
Lexical states for SCLEX_SCRIPTOL.
Definition at line 1227 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_IDENTIFIER 12 |
Definition at line 1239 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_KEYWORD 10 |
Definition at line 1237 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_NUMBER 6 |
Definition at line 1233 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_OPERATOR 11 |
Definition at line 1238 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_PERSISTENT 3 |
Definition at line 1230 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_PREPROCESSOR 15 |
Definition at line 1242 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_STRING 7 |
Definition at line 1234 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_STRINGEOL 9 |
Definition at line 1236 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_TRIPLE 13 |
Definition at line 1240 of file wxscintilla.h.
#define wxSCI_SCRIPTOL_WHITE 1 |
Definition at line 1228 of file wxscintilla.h.
#define wxSCI_SEL_LINES 2 |
Definition at line 365 of file wxscintilla.h.
#define wxSCI_SEL_RECTANGLE 1 |
Definition at line 364 of file wxscintilla.h.
#define wxSCI_SEL_STREAM 0 |
Definition at line 363 of file wxscintilla.h.
#define wxSCI_SEL_THIN 3 |
Definition at line 366 of file wxscintilla.h.
#define wxSCI_SH_BACKTICKS 11 |
Definition at line 1623 of file wxscintilla.h.
#define wxSCI_SH_CHARACTER 6 |
Definition at line 1618 of file wxscintilla.h.
#define wxSCI_SH_COMMENTLINE 2 |
Definition at line 1614 of file wxscintilla.h.
#define wxSCI_SH_DEFAULT 0 |
Lexical states for SCLEX_BASH.
Definition at line 1612 of file wxscintilla.h.
#define wxSCI_SH_ERROR 1 |
Definition at line 1613 of file wxscintilla.h.
#define wxSCI_SH_HERE_DELIM 12 |
Definition at line 1624 of file wxscintilla.h.
#define wxSCI_SH_HERE_Q 13 |
Definition at line 1625 of file wxscintilla.h.
#define wxSCI_SH_IDENTIFIER 8 |
Definition at line 1620 of file wxscintilla.h.
#define wxSCI_SH_NUMBER 3 |
Definition at line 1615 of file wxscintilla.h.
#define wxSCI_SH_OPERATOR 7 |
Definition at line 1619 of file wxscintilla.h.
#define wxSCI_SH_PARAM 10 |
Definition at line 1622 of file wxscintilla.h.
#define wxSCI_SH_SCALAR 9 |
Definition at line 1621 of file wxscintilla.h.
#define wxSCI_SH_STRING 5 |
Definition at line 1617 of file wxscintilla.h.
#define wxSCI_SH_WORD 4 |
Definition at line 1616 of file wxscintilla.h.
#define wxSCI_SML_CHAR 9 |
Definition at line 2127 of file wxscintilla.h.
#define wxSCI_SML_COMMENT 12 |
Definition at line 2129 of file wxscintilla.h.
#define wxSCI_SML_COMMENT1 13 |
Definition at line 2130 of file wxscintilla.h.
#define wxSCI_SML_COMMENT2 14 |
Definition at line 2131 of file wxscintilla.h.
#define wxSCI_SML_COMMENT3 15 |
Definition at line 2132 of file wxscintilla.h.
#define wxSCI_SML_DEFAULT 0 |
Lexical states for SCLEX_SML.
Definition at line 2118 of file wxscintilla.h.
#define wxSCI_SML_IDENTIFIER 1 |
Definition at line 2119 of file wxscintilla.h.
#define wxSCI_SML_KEYWORD 3 |
Definition at line 2121 of file wxscintilla.h.
#define wxSCI_SML_KEYWORD2 4 |
Definition at line 2122 of file wxscintilla.h.
#define wxSCI_SML_KEYWORD3 5 |
Definition at line 2123 of file wxscintilla.h.
#define wxSCI_SML_LINENUM 6 |
Definition at line 2124 of file wxscintilla.h.
#define wxSCI_SML_NUMBER 8 |
Definition at line 2126 of file wxscintilla.h.
#define wxSCI_SML_OPERATOR 7 |
Definition at line 2125 of file wxscintilla.h.
#define wxSCI_SML_STRING 11 |
Definition at line 2128 of file wxscintilla.h.
#define wxSCI_SML_TAGNAME 2 |
Definition at line 2120 of file wxscintilla.h.
#define wxSCI_SN_CODE 1 |
Definition at line 1562 of file wxscintilla.h.
#define wxSCI_SN_COMMENTLINE 2 |
Definition at line 1563 of file wxscintilla.h.
#define wxSCI_SN_COMMENTLINEBANG 3 |
Definition at line 1564 of file wxscintilla.h.
#define wxSCI_SN_DEFAULT 0 |
Lexical states for SCLEX_SPECMAN.
Definition at line 1561 of file wxscintilla.h.
#define wxSCI_SN_IDENTIFIER 11 |
Definition at line 1572 of file wxscintilla.h.
#define wxSCI_SN_NUMBER 4 |
Definition at line 1565 of file wxscintilla.h.
#define wxSCI_SN_OPERATOR 10 |
Definition at line 1571 of file wxscintilla.h.
#define wxSCI_SN_PREPROCESSOR 9 |
Definition at line 1570 of file wxscintilla.h.
#define wxSCI_SN_REGEXTAG 13 |
Definition at line 1574 of file wxscintilla.h.
#define wxSCI_SN_SIGNAL 14 |
Definition at line 1575 of file wxscintilla.h.
#define wxSCI_SN_STRING 6 |
Definition at line 1567 of file wxscintilla.h.
#define wxSCI_SN_STRINGEOL 12 |
Definition at line 1573 of file wxscintilla.h.
#define wxSCI_SN_USER 19 |
Definition at line 1576 of file wxscintilla.h.
#define wxSCI_SN_WORD 5 |
Definition at line 1566 of file wxscintilla.h.
#define wxSCI_SN_WORD2 7 |
Definition at line 1568 of file wxscintilla.h.
#define wxSCI_SN_WORD3 8 |
Definition at line 1569 of file wxscintilla.h.
#define wxSCI_SORCUS_COMMAND 1 |
Definition at line 2088 of file wxscintilla.h.
#define wxSCI_SORCUS_COMMENTLINE 3 |
Definition at line 2090 of file wxscintilla.h.
#define wxSCI_SORCUS_CONSTANT 9 |
Definition at line 2096 of file wxscintilla.h.
#define wxSCI_SORCUS_DEFAULT 0 |
Lexical state for SCLEX_SORCUS.
Definition at line 2087 of file wxscintilla.h.
#define wxSCI_SORCUS_IDENTIFIER 6 |
Definition at line 2093 of file wxscintilla.h.
#define wxSCI_SORCUS_NUMBER 8 |
Definition at line 2095 of file wxscintilla.h.
#define wxSCI_SORCUS_OPERATOR 7 |
Definition at line 2094 of file wxscintilla.h.
#define wxSCI_SORCUS_PARAMETER 2 |
Definition at line 2089 of file wxscintilla.h.
#define wxSCI_SORCUS_STRING 4 |
Definition at line 2091 of file wxscintilla.h.
#define wxSCI_SORCUS_STRINGEOL 5 |
Definition at line 2092 of file wxscintilla.h.
#define wxSCI_SPICE_COMMENTLINE 8 |
Definition at line 1887 of file wxscintilla.h.
#define wxSCI_SPICE_DEFAULT 0 |
Lexical states for SCLEX_SPICE.
Definition at line 1879 of file wxscintilla.h.
#define wxSCI_SPICE_DELIMITER 6 |
Definition at line 1885 of file wxscintilla.h.
#define wxSCI_SPICE_IDENTIFIER 1 |
Definition at line 1880 of file wxscintilla.h.
#define wxSCI_SPICE_KEYWORD 2 |
Definition at line 1881 of file wxscintilla.h.
#define wxSCI_SPICE_KEYWORD2 3 |
Definition at line 1882 of file wxscintilla.h.
#define wxSCI_SPICE_KEYWORD3 4 |
Definition at line 1883 of file wxscintilla.h.
#define wxSCI_SPICE_NUMBER 5 |
Definition at line 1884 of file wxscintilla.h.
#define wxSCI_SPICE_VALUE 7 |
Definition at line 1886 of file wxscintilla.h.
#define wxSCI_SQL_CHARACTER 7 |
Definition at line 1763 of file wxscintilla.h.
#define wxSCI_SQL_COMMENT 1 |
Definition at line 1757 of file wxscintilla.h.
#define wxSCI_SQL_COMMENTDOC 3 |
Definition at line 1759 of file wxscintilla.h.
#define wxSCI_SQL_COMMENTDOCKEYWORD 17 |
Definition at line 1771 of file wxscintilla.h.
#define wxSCI_SQL_COMMENTDOCKEYWORDERROR 18 |
Definition at line 1772 of file wxscintilla.h.
#define wxSCI_SQL_COMMENTLINE 2 |
Definition at line 1758 of file wxscintilla.h.
#define wxSCI_SQL_COMMENTLINEDOC 15 |
Definition at line 1769 of file wxscintilla.h.
#define wxSCI_SQL_DEFAULT 0 |
Lexical states for SCLEX_SQL.
Definition at line 1756 of file wxscintilla.h.
#define wxSCI_SQL_IDENTIFIER 11 |
Definition at line 1767 of file wxscintilla.h.
#define wxSCI_SQL_NUMBER 4 |
Definition at line 1760 of file wxscintilla.h.
#define wxSCI_SQL_OPERATOR 10 |
Definition at line 1766 of file wxscintilla.h.
#define wxSCI_SQL_QOPERATOR 24 |
Definition at line 1778 of file wxscintilla.h.
#define wxSCI_SQL_QUOTEDIDENTIFIER 23 |
Definition at line 1777 of file wxscintilla.h.
#define wxSCI_SQL_SQLPLUS 8 |
Definition at line 1764 of file wxscintilla.h.
#define wxSCI_SQL_SQLPLUS_COMMENT 13 |
Definition at line 1768 of file wxscintilla.h.
#define wxSCI_SQL_SQLPLUS_PROMPT 9 |
Definition at line 1765 of file wxscintilla.h.
#define wxSCI_SQL_STRING 6 |
Definition at line 1762 of file wxscintilla.h.
#define wxSCI_SQL_USER1 19 |
Definition at line 1773 of file wxscintilla.h.
#define wxSCI_SQL_USER2 20 |
Definition at line 1774 of file wxscintilla.h.
#define wxSCI_SQL_USER3 21 |
Definition at line 1775 of file wxscintilla.h.
#define wxSCI_SQL_USER4 22 |
Definition at line 1776 of file wxscintilla.h.
#define wxSCI_SQL_WORD 5 |
Definition at line 1761 of file wxscintilla.h.
#define wxSCI_SQL_WORD2 16 |
Definition at line 1770 of file wxscintilla.h.
#define wxSCI_ST_ASSIGN 14 |
Definition at line 1795 of file wxscintilla.h.
#define wxSCI_ST_BINARY 5 |
Definition at line 1786 of file wxscintilla.h.
#define wxSCI_ST_BOOL 6 |
Definition at line 1787 of file wxscintilla.h.
#define wxSCI_ST_CHARACTER 15 |
Definition at line 1796 of file wxscintilla.h.
#define wxSCI_ST_COMMENT 3 |
Definition at line 1784 of file wxscintilla.h.
#define wxSCI_ST_DEFAULT 0 |
Lexical states for SCLEX_SMALLTALK.
Definition at line 1781 of file wxscintilla.h.
#define wxSCI_ST_GLOBAL 10 |
Definition at line 1791 of file wxscintilla.h.
#define wxSCI_ST_KWSEND 13 |
Definition at line 1794 of file wxscintilla.h.
#define wxSCI_ST_NIL 9 |
Definition at line 1790 of file wxscintilla.h.
#define wxSCI_ST_NUMBER 2 |
Definition at line 1783 of file wxscintilla.h.
#define wxSCI_ST_RETURN 11 |
Definition at line 1792 of file wxscintilla.h.
#define wxSCI_ST_SELF 7 |
Definition at line 1788 of file wxscintilla.h.
#define wxSCI_ST_SPEC_SEL 16 |
Definition at line 1797 of file wxscintilla.h.
#define wxSCI_ST_SPECIAL 12 |
Definition at line 1793 of file wxscintilla.h.
#define wxSCI_ST_STRING 1 |
Definition at line 1782 of file wxscintilla.h.
#define wxSCI_ST_SUPER 8 |
Definition at line 1789 of file wxscintilla.h.
#define wxSCI_ST_SYMBOL 4 |
Definition at line 1785 of file wxscintilla.h.
#define wxSCI_START 2000 |
Define start of Scintilla messages to be greater than all Windows edit (EM_*) messages as many EM_ messages can be used although that use is deprecated.
Definition at line 74 of file wxscintilla.h.
#define wxSCI_STARTACTION 0x2000 |
Definition at line 426 of file wxscintilla.h.
#define wxSCI_STATUS_BADALLOC 2 |
Definition at line 326 of file wxscintilla.h.
#define wxSCI_STATUS_FAILURE 1 |
Definition at line 325 of file wxscintilla.h.
#define wxSCI_STATUS_OK 0 |
Definition at line 324 of file wxscintilla.h.
#define wxSCI_STATUS_WARN_REGEX 1001 |
Definition at line 328 of file wxscintilla.h.
#define wxSCI_STATUS_WARN_START 1000 |
Definition at line 327 of file wxscintilla.h.
#define wxSCI_STTXT_CHARACTER 11 |
Definition at line 2360 of file wxscintilla.h.
#define wxSCI_STTXT_COMMENT 1 |
Definition at line 2350 of file wxscintilla.h.
#define wxSCI_STTXT_COMMENTLINE 2 |
Definition at line 2351 of file wxscintilla.h.
#define wxSCI_STTXT_DATETIME 16 |
Definition at line 2365 of file wxscintilla.h.
#define wxSCI_STTXT_DEFAULT 0 |
Lexical states for SCLEX_STTXT.
Definition at line 2349 of file wxscintilla.h.
#define wxSCI_STTXT_FB 6 |
Definition at line 2355 of file wxscintilla.h.
#define wxSCI_STTXT_FUNCTION 5 |
Definition at line 2354 of file wxscintilla.h.
#define wxSCI_STTXT_HEXNUMBER 8 |
Definition at line 2357 of file wxscintilla.h.
#define wxSCI_STTXT_IDENTIFIER 15 |
Definition at line 2364 of file wxscintilla.h.
#define wxSCI_STTXT_KEYWORD 3 |
Definition at line 2352 of file wxscintilla.h.
#define wxSCI_STTXT_NUMBER 7 |
Definition at line 2356 of file wxscintilla.h.
#define wxSCI_STTXT_OPERATOR 10 |
Definition at line 2359 of file wxscintilla.h.
#define wxSCI_STTXT_PRAGMA 9 |
Definition at line 2358 of file wxscintilla.h.
#define wxSCI_STTXT_PRAGMAS 18 |
Definition at line 2367 of file wxscintilla.h.
#define wxSCI_STTXT_STRING1 12 |
Definition at line 2361 of file wxscintilla.h.
#define wxSCI_STTXT_STRING2 13 |
Definition at line 2362 of file wxscintilla.h.
#define wxSCI_STTXT_STRINGEOL 14 |
Definition at line 2363 of file wxscintilla.h.
#define wxSCI_STTXT_TYPE 4 |
Definition at line 2353 of file wxscintilla.h.
#define wxSCI_STTXT_VARS 17 |
Definition at line 2366 of file wxscintilla.h.
#define wxSCI_STYLE_BRACEBAD 35 |
Definition at line 166 of file wxscintilla.h.
Referenced by EditorLexerLoader::DoStyles().
#define wxSCI_STYLE_BRACELIGHT 34 |
Definition at line 165 of file wxscintilla.h.
Referenced by EditorLexerLoader::DoStyles().
#define wxSCI_STYLE_CALLTIP 38 |
Definition at line 169 of file wxscintilla.h.
#define wxSCI_STYLE_CONTROLCHAR 36 |
Definition at line 167 of file wxscintilla.h.
#define wxSCI_STYLE_DEFAULT 32 |
Styles in range 32..38 are predefined for parts of the UI and are not used as normal styles.
Style 39 is for future use.
Definition at line 163 of file wxscintilla.h.
Referenced by EditorConfigurationDlg::ApplyColours(), DisassemblyDlg::DisassemblyDlg(), cbEditor::InternalSetEditorStyleBeforeFileOpen(), and cbEditorInternalData::SetFoldingColWidth().
#define wxSCI_STYLE_FOLDDISPLAYTEXT 39 |
Definition at line 170 of file wxscintilla.h.
#define wxSCI_STYLE_INDENTGUIDE 37 |
Definition at line 168 of file wxscintilla.h.
Referenced by EditorLexerLoader::DoStyles().
#define wxSCI_STYLE_LASTPREDEFINED 39 |
Definition at line 171 of file wxscintilla.h.
#define wxSCI_STYLE_LINENUMBER 33 |
Definition at line 164 of file wxscintilla.h.
Referenced by EditorColourSet::Apply(), CCManager::DoShowTips(), and cbEditorInternalData::SetLineNumberColWidth().
#define wxSCI_STYLE_MAX 255 |
Definition at line 172 of file wxscintilla.h.
Referenced by EditorColourSet::Apply().
#define wxSCI_T3_BLOCK_COMMENT 3 |
Definition at line 1705 of file wxscintilla.h.
#define wxSCI_T3_BRACE 20 |
Definition at line 1722 of file wxscintilla.h.
#define wxSCI_T3_D_STRING 10 |
Definition at line 1712 of file wxscintilla.h.
#define wxSCI_T3_DEFAULT 0 |
Lexical states of SCLEX_TADS3.
Definition at line 1702 of file wxscintilla.h.
#define wxSCI_T3_HTML_DEFAULT 15 |
Definition at line 1717 of file wxscintilla.h.
#define wxSCI_T3_HTML_STRING 16 |
Definition at line 1718 of file wxscintilla.h.
#define wxSCI_T3_HTML_TAG 14 |
Definition at line 1716 of file wxscintilla.h.
#define wxSCI_T3_IDENTIFIER 8 |
Definition at line 1710 of file wxscintilla.h.
#define wxSCI_T3_KEYWORD 6 |
Definition at line 1708 of file wxscintilla.h.
#define wxSCI_T3_LIB_DIRECTIVE 12 |
Definition at line 1714 of file wxscintilla.h.
#define wxSCI_T3_LINE_COMMENT 4 |
Definition at line 1706 of file wxscintilla.h.
#define wxSCI_T3_MSG_PARAM 13 |
Definition at line 1715 of file wxscintilla.h.
#define wxSCI_T3_NUMBER 7 |
Definition at line 1709 of file wxscintilla.h.
#define wxSCI_T3_OPERATOR 5 |
Definition at line 1707 of file wxscintilla.h.
#define wxSCI_T3_PREPROCESSOR 2 |
Definition at line 1704 of file wxscintilla.h.
#define wxSCI_T3_S_STRING 9 |
Definition at line 1711 of file wxscintilla.h.
#define wxSCI_T3_USER1 17 |
Definition at line 1719 of file wxscintilla.h.
#define wxSCI_T3_USER2 18 |
Definition at line 1720 of file wxscintilla.h.
#define wxSCI_T3_USER3 19 |
Definition at line 1721 of file wxscintilla.h.
#define wxSCI_T3_X_DEFAULT 1 |
Definition at line 1703 of file wxscintilla.h.
#define wxSCI_T3_X_STRING 11 |
Definition at line 1713 of file wxscintilla.h.
#define wxSCI_TCL_BLOCK_COMMENT 21 |
Definition at line 713 of file wxscintilla.h.
#define wxSCI_TCL_COMMENT 1 |
Definition at line 693 of file wxscintilla.h.
#define wxSCI_TCL_COMMENT_BOX 20 |
Definition at line 712 of file wxscintilla.h.
#define wxSCI_TCL_COMMENTLINE 2 |
Definition at line 694 of file wxscintilla.h.
#define wxSCI_TCL_DEFAULT 0 |
Lexical states for SCLEX_TCL.
Definition at line 692 of file wxscintilla.h.
#define wxSCI_TCL_EXPAND 11 |
Definition at line 703 of file wxscintilla.h.
#define wxSCI_TCL_IDENTIFIER 7 |
Definition at line 699 of file wxscintilla.h.
#define wxSCI_TCL_IN_QUOTE 5 |
Definition at line 697 of file wxscintilla.h.
#define wxSCI_TCL_MODIFIER 10 |
Definition at line 702 of file wxscintilla.h.
#define wxSCI_TCL_NUMBER 3 |
Definition at line 695 of file wxscintilla.h.
#define wxSCI_TCL_OPERATOR 6 |
Definition at line 698 of file wxscintilla.h.
#define wxSCI_TCL_SUB_BRACE 9 |
Definition at line 701 of file wxscintilla.h.
#define wxSCI_TCL_SUBSTITUTION 8 |
Definition at line 700 of file wxscintilla.h.
#define wxSCI_TCL_WORD 12 |
Definition at line 704 of file wxscintilla.h.
#define wxSCI_TCL_WORD2 13 |
Definition at line 705 of file wxscintilla.h.
#define wxSCI_TCL_WORD3 14 |
Definition at line 706 of file wxscintilla.h.
#define wxSCI_TCL_WORD4 15 |
Definition at line 707 of file wxscintilla.h.
#define wxSCI_TCL_WORD5 16 |
Definition at line 708 of file wxscintilla.h.
#define wxSCI_TCL_WORD6 17 |
Definition at line 709 of file wxscintilla.h.
#define wxSCI_TCL_WORD7 18 |
Definition at line 710 of file wxscintilla.h.
#define wxSCI_TCL_WORD8 19 |
Definition at line 711 of file wxscintilla.h.
#define wxSCI_TCL_WORD_IN_QUOTE 4 |
Definition at line 696 of file wxscintilla.h.
#define wxSCI_TCMD_CLABEL 10 |
Definition at line 1070 of file wxscintilla.h.
#define wxSCI_TCMD_COMMAND 5 |
Definition at line 1065 of file wxscintilla.h.
#define wxSCI_TCMD_COMMENT 1 |
Definition at line 1061 of file wxscintilla.h.
#define wxSCI_TCMD_DEFAULT 0 |
Lexical states for SCLEX_TCMD.
Definition at line 1060 of file wxscintilla.h.
#define wxSCI_TCMD_ENVIRONMENT 8 |
Definition at line 1068 of file wxscintilla.h.
#define wxSCI_TCMD_EXPANSION 9 |
Definition at line 1069 of file wxscintilla.h.
#define wxSCI_TCMD_HIDE 4 |
Definition at line 1064 of file wxscintilla.h.
#define wxSCI_TCMD_IDENTIFIER 6 |
Definition at line 1066 of file wxscintilla.h.
#define wxSCI_TCMD_LABEL 3 |
Definition at line 1063 of file wxscintilla.h.
#define wxSCI_TCMD_OPERATOR 7 |
Definition at line 1067 of file wxscintilla.h.
#define wxSCI_TCMD_WORD 2 |
Definition at line 1062 of file wxscintilla.h.
#define wxSCI_TD_LONGARROW 0 |
Definition at line 81 of file wxscintilla.h.
#define wxSCI_TD_STRIKEOUT 1 |
Definition at line 82 of file wxscintilla.h.
#define wxSCI_TECHNOLOGY_DEFAULT 0 |
Definition at line 394 of file wxscintilla.h.
#define wxSCI_TECHNOLOGY_DIRECTWRITE 1 |
Definition at line 395 of file wxscintilla.h.
#define wxSCI_TEX_COMMAND 4 |
Definition at line 1455 of file wxscintilla.h.
#define wxSCI_TEX_DEFAULT 0 |
Lexical states for SCLEX_TEX.
Definition at line 1451 of file wxscintilla.h.
#define wxSCI_TEX_GROUP 2 |
Definition at line 1453 of file wxscintilla.h.
#define wxSCI_TEX_SPECIAL 1 |
Definition at line 1452 of file wxscintilla.h.
#define wxSCI_TEX_SYMBOL 3 |
Definition at line 1454 of file wxscintilla.h.
#define wxSCI_TEX_TEXT 5 |
Definition at line 1456 of file wxscintilla.h.
#define wxSCI_TIME_FOREVER 10000000 |
Definition at line 282 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_BLOCKQUOTE 15 |
Definition at line 2174 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_CODE 19 |
Definition at line 2178 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_CODE2 20 |
Definition at line 2179 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_CODEBK 21 |
Definition at line 2180 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_COMMENT 22 |
Definition at line 2181 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_DEFAULT 0 |
Lexical state for SCLEX_TXT2TAGS.
Definition at line 2159 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_EM1 4 |
Definition at line 2163 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_EM2 5 |
Definition at line 2164 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER1 6 |
Definition at line 2165 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER2 7 |
Definition at line 2166 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER3 8 |
Definition at line 2167 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER4 9 |
Definition at line 2168 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER5 10 |
Definition at line 2169 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HEADER6 11 |
Definition at line 2170 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_HRULE 17 |
Definition at line 2176 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_LINE_BEGIN 1 |
Definition at line 2160 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_LINK 18 |
Definition at line 2177 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_OLIST_ITEM 14 |
Definition at line 2173 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_OPTION 23 |
Definition at line 2182 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_POSTPROC 25 |
Definition at line 2184 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_PRECHAR 12 |
Definition at line 2171 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_PREPROC 24 |
Definition at line 2183 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_STRIKEOUT 16 |
Definition at line 2175 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_STRONG1 2 |
Definition at line 2161 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_STRONG2 3 |
Definition at line 2162 of file wxscintilla.h.
#define wxSCI_TXT2TAGS_ULIST_ITEM 13 |
Definition at line 2172 of file wxscintilla.h.
#define wxSCI_TYPE_BOOLEAN 0 |
Definition at line 405 of file wxscintilla.h.
#define wxSCI_TYPE_INTEGER 1 |
Definition at line 406 of file wxscintilla.h.
#define wxSCI_TYPE_STRING 2 |
Definition at line 407 of file wxscintilla.h.
#define wxSCI_UNDO_MAY_COALESCE 1 |
Definition at line 389 of file wxscintilla.h.
#define wxSCI_UPDATE_CONTENT 0x1 |
Definition at line 436 of file wxscintilla.h.
#define wxSCI_UPDATE_H_SCROLL 0x8 |
Definition at line 439 of file wxscintilla.h.
Referenced by CCManager::OnEditorHook().
#define wxSCI_UPDATE_SELECTION 0x2 |
Definition at line 437 of file wxscintilla.h.
#define wxSCI_UPDATE_V_SCROLL 0x4 |
Definition at line 438 of file wxscintilla.h.
Referenced by CCManager::OnEditorHook().
#define wxSCI_V_COMMENT 1 |
Definition at line 1515 of file wxscintilla.h.
#define wxSCI_V_COMMENT_WORD 20 |
Definition at line 1528 of file wxscintilla.h.
#define wxSCI_V_COMMENTLINE 2 |
Definition at line 1516 of file wxscintilla.h.
#define wxSCI_V_COMMENTLINEBANG 3 |
Definition at line 1517 of file wxscintilla.h.
#define wxSCI_V_DEFAULT 0 |
Lexical states for SCLEX_VERILOG.
Definition at line 1514 of file wxscintilla.h.
#define wxSCI_V_IDENTIFIER 11 |
Definition at line 1525 of file wxscintilla.h.
#define wxSCI_V_INOUT 23 |
Definition at line 1531 of file wxscintilla.h.
#define wxSCI_V_INPUT 21 |
Definition at line 1529 of file wxscintilla.h.
#define wxSCI_V_NUMBER 4 |
Definition at line 1518 of file wxscintilla.h.
#define wxSCI_V_OPERATOR 10 |
Definition at line 1524 of file wxscintilla.h.
#define wxSCI_V_OUTPUT 22 |
Definition at line 1530 of file wxscintilla.h.
#define wxSCI_V_PORT_CONNECT 24 |
Definition at line 1532 of file wxscintilla.h.
#define wxSCI_V_PREPROCESSOR 9 |
Definition at line 1523 of file wxscintilla.h.
#define wxSCI_V_STRING 6 |
Definition at line 1520 of file wxscintilla.h.
#define wxSCI_V_STRINGEOL 12 |
Definition at line 1526 of file wxscintilla.h.
#define wxSCI_V_USER 19 |
Definition at line 1527 of file wxscintilla.h.
#define wxSCI_V_WORD 5 |
Definition at line 1519 of file wxscintilla.h.
#define wxSCI_V_WORD2 7 |
Definition at line 1521 of file wxscintilla.h.
#define wxSCI_V_WORD3 8 |
Definition at line 1522 of file wxscintilla.h.
#define wxSCI_VHDL_ATTRIBUTE 10 |
Definition at line 1651 of file wxscintilla.h.
#define wxSCI_VHDL_BLOCK_COMMENT 15 |
Definition at line 1656 of file wxscintilla.h.
#define wxSCI_VHDL_COMMENT 1 |
Definition at line 1642 of file wxscintilla.h.
#define wxSCI_VHDL_COMMENTLINEBANG 2 |
Definition at line 1643 of file wxscintilla.h.
#define wxSCI_VHDL_DEFAULT 0 |
Lexical states for SCLEX_VHDL.
Definition at line 1641 of file wxscintilla.h.
#define wxSCI_VHDL_IDENTIFIER 6 |
Definition at line 1647 of file wxscintilla.h.
#define wxSCI_VHDL_KEYWORD 8 |
Definition at line 1649 of file wxscintilla.h.
#define wxSCI_VHDL_NUMBER 3 |
Definition at line 1644 of file wxscintilla.h.
#define wxSCI_VHDL_OPERATOR 5 |
Definition at line 1646 of file wxscintilla.h.
#define wxSCI_VHDL_STDFUNCTION 11 |
Definition at line 1652 of file wxscintilla.h.
#define wxSCI_VHDL_STDOPERATOR 9 |
Definition at line 1650 of file wxscintilla.h.
#define wxSCI_VHDL_STDPACKAGE 12 |
Definition at line 1653 of file wxscintilla.h.
#define wxSCI_VHDL_STDTYPE 13 |
Definition at line 1654 of file wxscintilla.h.
#define wxSCI_VHDL_STRING 4 |
Definition at line 1645 of file wxscintilla.h.
#define wxSCI_VHDL_STRINGEOL 7 |
Definition at line 1648 of file wxscintilla.h.
#define wxSCI_VHDL_USERWORD 14 |
Definition at line 1655 of file wxscintilla.h.
#define wxSCI_VISIBLE_SLOP 0x01 |
Constants for use with SetVisiblePolicy, similar to SetCaretPolicy.
Definition at line 335 of file wxscintilla.h.
#define wxSCI_VISIBLE_STRICT 0x04 |
Definition at line 336 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_ANONYMOUS 10 |
Definition at line 2334 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_CHARACTER 13 |
Definition at line 2337 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_CHARACTER_ESCAPE_ERROR 15 |
Definition at line 2339 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_CHARACTER_TOO_MANY 14 |
Definition at line 2338 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_COMMENT_BLOCK 4 |
Definition at line 2328 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_COMMENT_KEY 6 |
Definition at line 2330 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_COMMENT_KEY_ERROR 7 |
Definition at line 2331 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_COMMENT_LINE 5 |
Definition at line 2329 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_DEFAULT 0 |
Lexical states for SCLEX_VISUALPROLOG.
Definition at line 2324 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_IDENTIFIER 8 |
Definition at line 2332 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_KEY_DIRECTIVE 3 |
Definition at line 2327 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_KEY_MAJOR 1 |
Definition at line 2325 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_KEY_MINOR 2 |
Definition at line 2326 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_NUMBER 11 |
Definition at line 2335 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_OPERATOR 12 |
Definition at line 2336 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING 16 |
Definition at line 2340 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_EOL_OPEN 19 |
Definition at line 2343 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_ESCAPE 17 |
Definition at line 2341 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_ESCAPE_ERROR 18 |
Definition at line 2342 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_VERBATIM 20 |
Definition at line 2344 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_VERBATIM_EOL 22 |
Definition at line 2346 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_STRING_VERBATIM_SPECIAL 21 |
Definition at line 2345 of file wxscintilla.h.
#define wxSCI_VISUALPROLOG_VARIABLE 9 |
Definition at line 2333 of file wxscintilla.h.
#define wxSCI_VS_NONE 0 |
Definition at line 390 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_VS_NOWRAPLINESTART 4 |
Definition at line 393 of file wxscintilla.h.
#define wxSCI_VS_RECTANGULARSELECTION 1 |
Definition at line 391 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_VS_USERACCESSIBLE 2 |
Definition at line 392 of file wxscintilla.h.
Referenced by cbEditor::InternalSetEditorStyleBeforeFileOpen().
#define wxSCI_WEIGHT_BOLD 700 |
Definition at line 205 of file wxscintilla.h.
#define wxSCI_WEIGHT_NORMAL 400 |
Definition at line 203 of file wxscintilla.h.
#define wxSCI_WEIGHT_SEMIBOLD 600 |
Definition at line 204 of file wxscintilla.h.
#define wxSCI_WRAP_CHAR 2 |
Definition at line 289 of file wxscintilla.h.
#define wxSCI_WRAP_NONE 0 |
Definition at line 287 of file wxscintilla.h.
#define wxSCI_WRAP_WHITESPACE 3 |
Definition at line 290 of file wxscintilla.h.
#define wxSCI_WRAP_WORD 1 |
Definition at line 288 of file wxscintilla.h.
#define wxSCI_WRAPINDENT_FIXED 0 |
Definition at line 298 of file wxscintilla.h.
#define wxSCI_WRAPINDENT_INDENT 2 |
Definition at line 300 of file wxscintilla.h.
#define wxSCI_WRAPINDENT_SAME 1 |
Definition at line 299 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAG_END 0x0001 |
Definition at line 292 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAG_MARGIN 0x0004 |
Definition at line 294 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAG_NONE 0x0000 |
Definition at line 291 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAG_START 0x0002 |
Definition at line 293 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAGLOC_DEFAULT 0x0000 |
Definition at line 295 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAGLOC_END_BY_TEXT 0x0001 |
Definition at line 296 of file wxscintilla.h.
#define wxSCI_WRAPVISUALFLAGLOC_START_BY_TEXT 0x0002 |
Definition at line 297 of file wxscintilla.h.
#define wxSCI_WS_INVISIBLE 0 |
Definition at line 77 of file wxscintilla.h.
#define wxSCI_WS_VISIBLEAFTERINDENT 2 |
Definition at line 79 of file wxscintilla.h.
#define wxSCI_WS_VISIBLEALWAYS 1 |
Definition at line 78 of file wxscintilla.h.
#define wxSCI_WS_VISIBLEONLYININDENT 3 |
Definition at line 80 of file wxscintilla.h.
#define wxSCI_YAML_COMMENT 1 |
Definition at line 1440 of file wxscintilla.h.
#define wxSCI_YAML_DEFAULT 0 |
Lexical states for SCLEX_YAML.
Definition at line 1439 of file wxscintilla.h.
#define wxSCI_YAML_DOCUMENT 6 |
Definition at line 1445 of file wxscintilla.h.
#define wxSCI_YAML_ERROR 8 |
Definition at line 1447 of file wxscintilla.h.
#define wxSCI_YAML_IDENTIFIER 2 |
Definition at line 1441 of file wxscintilla.h.
#define wxSCI_YAML_KEYWORD 3 |
Definition at line 1442 of file wxscintilla.h.
#define wxSCI_YAML_NUMBER 4 |
Definition at line 1443 of file wxscintilla.h.
#define wxSCI_YAML_OPERATOR 9 |
Definition at line 1448 of file wxscintilla.h.
#define wxSCI_YAML_REFERENCE 5 |
Definition at line 1444 of file wxscintilla.h.
#define wxSCI_YAML_TEXT 7 |
Definition at line 1446 of file wxscintilla.h.
#define wxSCINTILLA_VERSION _T("3.75.0") |
Definition at line 36 of file wxscintilla.h.
Referenced by dlgAbout::dlgAbout().
#define wxScintillaEventHandler | ( | func | ) | wxEVENT_HANDLER_CAST( wxScintillaEventFunction, func ) |
Definition at line 5616 of file wxscintilla.h.
Referenced by cbEditor::ConnectEvents().
typedef void(wxEvtHandler::* wxScintillaEventFunction) (wxScintillaEvent &) |
Definition at line 5607 of file wxscintilla.h.
wxString sci2wx | ( | const char * | str | ) |
Referenced by wx2scilen().
wxString sci2wx | ( | const char * | str, |
size_t | len | ||
) |
wxCharBuffer wx2sci | ( | const wxString & | str | ) |
Referenced by wx2scilen().
|
inline |
Definition at line 5671 of file wxscintilla.h.
References wxCharBuffer::length(), wxString::length(), sci2wx(), and wx2sci().
WXDLLIMPEXP_SCI const wxChar wxSCINameStr[] |
Referenced by wxScintilla::wxScintilla().
class WXDLLIMPEXP_SCI wxScintilla |
Definition at line 2859 of file wxscintilla.h.
Referenced by DisassemblyDlg::DisassemblyDlg().
Definition at line 2860 of file wxscintilla.h.
Referenced by wxScintillaEvent::Clone().
class WXDLLIMPEXP_FWD_CORE wxScrollBar |
Definition at line 56 of file wxscintilla.h.