mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master
This commit is contained in:
commit
9dbc0aecbc
@ -185,7 +185,7 @@ Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F; back:#EEEEEE
|
||||
|
||||
@ -185,7 +185,7 @@ Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F; back:#EEEEEE
|
||||
|
||||
@ -184,7 +184,7 @@ Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#00CB00
|
||||
String=fore:#FF38FF; back:#353535
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
&All Files=*.*
|
||||
&Windows Text Files=*.txt;*.asc;*.bat;*.vbs;*.ini;*.inf;*.reg;*.xml;*.text;*.tmp;*.log;*.doc;*.scp;*.wtx;*.csv
|
||||
&HTML Related Files=*.htm;*.html;*.shtml;*.php;*.css;*.js;*.vbs;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.txt;*.css;*.less;*.hss;*.sass;*.scss
|
||||
&C/C++ Related Files=*.c;*.cpp;*.h;*.hpp;*.rc;*.ico;*.cur;*.bmp;*.txt;*.nsi;*.nsh;*.cs;*.csx;*.vala;*.cxx;*.cc;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.lang
|
||||
&C/C++ Related Files=*.c;*.cpp;*.h;*.hpp;*.rc;*.ico;*.cur;*.bmp;*.txt;*.nsi;*.nsh;*.cs;*.csx;*.vala;*.cxx;*.cc;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl;*.lang
|
||||
&No Binary Files=-*.exe;*.dll;*.cpl;*.ocx;*.bin;*.com;*.sys;*.scr;*.dat;*.dsk
|
||||
;Text Files=*.txt;*.text;*.tmp;*.log;*.asc;*.doc;*.scp;*.wtx
|
||||
;ANSI Art=*.nfo;*.diz
|
||||
@ -61,7 +61,7 @@ Apache Config Files=*.conf;*.cfg;*.cnf;*.htaccess;*.prefs;*.iface;*.prop;*.po;*.
|
||||
;Awk Script=*.awk
|
||||
;Batch Files=*.bat;*.cmd
|
||||
;C# Source Code=*.cs;*.csx;*.vala
|
||||
;C/C++ Source Code=*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch
|
||||
;C/C++ Source Code=*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl
|
||||
;Cmake Script=*.cmake;*.ctest
|
||||
;Coffeescript=*.coffee;*.cakefile
|
||||
;Configuration Files=*.ini;*.inf;*.properties;*.oem;*.sif;*.url;*.sed;*.theme;*.clw
|
||||
|
||||
@ -42,7 +42,7 @@ KEYWORDLIST KeyWords_CPP =
|
||||
|
||||
EDITLEXER lexCPP =
|
||||
{
|
||||
SCLEX_CPP, "cpp", IDS_LEX_CPP_SRC, L"C/C++ Source Code", L"c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch", L"",
|
||||
SCLEX_CPP, "cpp", IDS_LEX_CPP_SRC, L"C/C++ Source Code", L"c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl", L"",
|
||||
&KeyWords_CPP, {
|
||||
{ {STYLE_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },
|
||||
//{ {SCE_C_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user