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:
Robin Dunn 2006-03-14 01:39:22 +00:00
parent a6cb8040a8
commit 5be7e07a3f
4 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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