Keep wxSTC_LEX_ASP and _PHP available for now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a6cb8040a8
commit
5be7e07a3f
@ -382,6 +382,10 @@
|
||||
#define wxSTC_LEX_CSOUND 74
|
||||
#define wxSTC_LEX_FREEBASIC 75
|
||||
|
||||
// These are deprecated, STC_LEX_HTML should be used instead.
|
||||
#define wxSTC_LEX_ASP 29
|
||||
#define wxSTC_LEX_PHP 30
|
||||
|
||||
// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||
// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||
#define wxSTC_LEX_AUTOMATIC 1000
|
||||
|
@ -1821,6 +1821,11 @@ val SCLEX_FLAGSHIP=73
|
||||
val SCLEX_CSOUND=74
|
||||
val SCLEX_FREEBASIC=75
|
||||
|
||||
# These are deprecated, STC_LEX_HTML should be used instead.
|
||||
val SCLEX_ASP=29
|
||||
val SCLEX_PHP=30
|
||||
|
||||
|
||||
# When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||
# value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||
val SCLEX_AUTOMATIC=1000
|
||||
|
@ -382,6 +382,10 @@
|
||||
#define wxSTC_LEX_CSOUND 74
|
||||
#define wxSTC_LEX_FREEBASIC 75
|
||||
|
||||
// These are deprecated, STC_LEX_HTML should be used instead.
|
||||
#define wxSTC_LEX_ASP 29
|
||||
#define wxSTC_LEX_PHP 30
|
||||
|
||||
// When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||
// value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||
#define wxSTC_LEX_AUTOMATIC 1000
|
||||
|
@ -1821,6 +1821,11 @@ val SCLEX_FLAGSHIP=73
|
||||
val SCLEX_CSOUND=74
|
||||
val SCLEX_FREEBASIC=75
|
||||
|
||||
# These are deprecated, STC_LEX_HTML should be used instead.
|
||||
val SCLEX_ASP=29
|
||||
val SCLEX_PHP=30
|
||||
|
||||
|
||||
# When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
|
||||
# value assigned in sequence from SCLEX_AUTOMATIC+1.
|
||||
val SCLEX_AUTOMATIC=1000
|
||||
|
Loading…
Reference in New Issue
Block a user