mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
ide: Incremental find/replace from cursor improved
git-svn-id: svn://ultimatepp.org/upp/trunk@7523 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
df36abbddf
commit
5e8fbcfab3
6 changed files with 22 additions and 16 deletions
|
|
@ -213,9 +213,9 @@ void CSyntax::InitKeywords()
|
|||
"RLOG", "RLOGF", "RDUMP", "RDUMPC", "RDUMPCC", "RDUMPCCC", "RDUMPM",
|
||||
"LOGBEGIN", "LOGEND", "LOGBLOCK", "LOGHEXDUMP", "LOGSRCPOS",
|
||||
"RLOGBEGIN", "RLOGEND", "RLOGBLOCK", "RLOGHEXDUMP", "RLOGSRCPOS", "RQUOTE",
|
||||
"RTIMING", "TIMING", "LTIMING", "DTIMING",
|
||||
"RTIMING", "TIMING", "LTIMING", "DTIMING", "RTIMESTOP", "TIMESTOP", "LTIMESTOP",
|
||||
"LOGHEX", "DUMPHEX", "DLOGHEX", "DDUMPHEX", "RLOGHEX", "RDUMPHEX", "LLOGHEX", "LDUMPHEX",
|
||||
"DEBUGCODE",
|
||||
"DEBUGCODE",
|
||||
NULL
|
||||
};
|
||||
static const char *sql_base[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue