From 5be7e07a3f432da34b98b90d16b4bd913ef8fd9c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 Mar 2006 01:39:22 +0000 Subject: [PATCH] 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 --- contrib/include/wx/stc/stc.h | 4 ++++ contrib/src/stc/scintilla/include/Scintilla.iface | 5 +++++ include/wx/stc/stc.h | 4 ++++ src/stc/scintilla/include/Scintilla.iface | 5 +++++ 4 files changed, 18 insertions(+) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index 3a1132d020..c4815d274c 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -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 diff --git a/contrib/src/stc/scintilla/include/Scintilla.iface b/contrib/src/stc/scintilla/include/Scintilla.iface index a35f352e92..9f7e5c01c9 100644 --- a/contrib/src/stc/scintilla/include/Scintilla.iface +++ b/contrib/src/stc/scintilla/include/Scintilla.iface @@ -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 diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 3a1132d020..c4815d274c 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -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 diff --git a/src/stc/scintilla/include/Scintilla.iface b/src/stc/scintilla/include/Scintilla.iface index a35f352e92..9f7e5c01c9 100644 --- a/src/stc/scintilla/include/Scintilla.iface +++ b/src/stc/scintilla/include/Scintilla.iface @@ -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 -- 2.45.2