notepad-plus-plus/lexilla/test/examples/errorlist/AllStyles.err.styled

116 lines
2.9 KiB
Plaintext
Raw Normal View History

{0}Default 0
Some text in default
Python Error 1
{1} File "x.err", line 2
{0}
Gcc Error 2, Find In Files Match 21
{2}ScintillaGTKAccessible.cxx:153:13:{21} warning: Deprecated pre-processor symbol, replace with
{0}
Microsoft Error 3
{3}LexErrorList.cxx(15): fatal error C1083: Cannot open include file: 'ILexer.h': No such file or directory
{0}
{3}PlatQt.obj : error LNK2019: unresolved external symbol "class Scintilla::PRectangle __cdecl Scintilla::PixelAlign(class Scintilla::PRectangle const &,int)" (?PixelAlign@Scintilla@@YA?AVPRectangle@1@AEBV21@H@Z) referenced in function "public: virtual void __cdecl Scintilla::SurfaceImpl::FillRectangleAligned(class Scintilla::PRectangle,class Scintilla::Fill)" (?FillRectangleAligned@SurfaceImpl@Scintilla@@UEAAXVPRectangle@2@VFill@2@@Z)
{0}
{3}NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\link.EXE"' : return code '0x460'
{0}
Command 4
{4}>pwd
{0}
Borland Error 5
{5}Error E2378 oddEven.c 16: For statement missing ; in function main()
{0}
Perl Error 6
{6}Bareword found where operator expected at LexMMIXAL.cxx line 1, near "// Scintilla"
{0}
DotNET Traceback 7
{7} at ExceptionTrace.Program.f4() in C:\Ivan\dev\exp\ExceptionTrace\Program.cs:line 18
{0}
Lua Error 8
{8}last token read: `result' at line 40 in file `Test.lua'
{0}
Ctags 9
{9}IsAWordChar LexMMIXAL.cxx /^static inline bool IsAWordChar(const int ch) {$/;" f file:
{0}
Diff Changed ! 10
{10}! GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF};
{0}
Diff Addition + 11
{11}+ <PlatformToolset>v142</PlatformToolset>
{0}
Diff Deletion - 12
{12}- <PlatformToolset>v141</PlatformToolset>
{0}
Diff Message --- 13
{13}--- a/win32/SciTE.vcxproj Fri Jan 31 12:23:51 2020 +1100
{0}
PHP error 14
{14}Fatal error: Call to undefined function: foo() in example.php on line 11
{0}
Essential Lahey Fortran 90 Error 15
{15}Line 11, file c:\fortran90\codigo\demo.f90
{0}
Intel Fortran Compiler Error 16
{16}Error 71 at (17:teste.f90) : The program unit has no name
{0}
Intel Fortran Compiler v8.0 Error 17
{17}fortcom: Error: shf.f90, line 5602: This name does not have ...
{0}
Absoft Pro Fortran 90 Error 18
{18}cf90-113 f90fe: ERROR SHF3D, File = shf.f90, Line = 1101, Column = 19
{0}
HTML Tidy 19
{19}line 8 column 1 - Error: unexpected </head> in <meta>
{0}
Java Runtime Stack Trace 20
{20} at MethodName>(FileName.java:33)
{0}
GCC Include Path 22
{22}In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
{0}
GCC Pointer 25
{25} 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
{0}
Update: Scintilla 5.3.6 and Lexilla 5.2.6 update to Scinitlla Release 5.3.6 (https://www.scintilla.org/scintilla536.zip) Released 26 July 2023. Redraw calltip after showing as didn't update when size of new text exactly same as previous. Feature #1486. On Win32 fix reverse arrow cursor when scaled. Bug #2382. On Win32 hide cursor when typing if that system preference has been chosen. Bug #2333. On Win32 and Qt, stop aligning IME candidate window to target. It is now always aligned to start of composition string. This undoes part of feature #1300. Feature #1488, Bug #2391, Feature #1300. On Qt, for IMEs, update micro focus when selection changes. This may move the location of IME popups to align with the caret. On Qt, implement replacement for IMEs which may help with actions like reconversion. This is similar to delete-surrounding on GTK. and Lexilla Release 5.2.6 (https://www.scintilla.org/lexilla526.zip) Released 26 July 2023. Include empty word list names in value returned by DescribeWordListSets and SCI_DESCRIBEKEYWORDSETS. Issue #175, Pull request #176. Bash: style here-doc end delimiters as SCE_SH_HERE_DELIM instead of SCE_SH_HERE_Q. Issue #177. Bash: allow '$' as last character in string. Issue #180, Pull request #181. Bash: fix state after expansion. Highlight all numeric and file test operators. Don't highlight dash in long option as operator. Issue #182, Pull request #183. Bash: strict checking of special parameters ($*, $@, $$, ...) with property lexer.bash.special.parameter to specify valid parameters. Issue #184, Pull request #186. Bash: recognize keyword before redirection operators (< and >). Issue #188, Pull request #189. Errorlist: recognize Bash diagnostic messages. HTML: allow ASP block to terminate inside line comment. Issue #185. HTML: fix folding with JSP/ASP.NET <%-- comment. Issue #191. HTML: fix incremental styling of multi-line ASP.NET directive. Issue #191. Matlab: improve arguments blocks. Add support for multiple arguments blocks. Prevent "arguments" from being keyword in function declaration line. Fix semicolon handling. Pull request #179. Visual Prolog: add support for embedded syntax with SCE_VISUALPROLOG_EMBEDDED and SCE_VISUALPROLOG_PLACEHOLDER. Styling of string literals changed with no differentiation between literals with quotes and those that are prefixed with "@". Quote characters are in a separate style (SCE_VISUALPROLOG_STRING_QUOTE) to contents (SCE_VISUALPROLOG_STRING). SCE_VISUALPROLOG_CHARACTER, SCE_VISUALPROLOG_CHARACTER_TOO_MANY, SCE_VISUALPROLOG_CHARACTER_ESCAPE_ERROR, SCE_VISUALPROLOG_STRING_EOL_OPEN, and SCE_VISUALPROLOG_STRING_VERBATIM_SPECIAL were removed (replaced with SCE_VISUALPROLOG_UNUSED[1-5]). Pull request #178. Fix #13901, fix #13911, fix #13943, close #13940
2023-07-27 17:57:12 +00:00
Bash Diagnostic 26
{26}echoer153.sh: line 22: [: missing `]'
{0}
Escape Sequence 23
{23}{0}
Escape Sequence Unknown 24
{24}{0}
Escape Sequence Colour 40
{23}{40}Colour 0 is 40
{0}
Escape Sequence Colour 41
{23}{41}Colour 1 is 41