2022-01-05 00:07:50 +01:00
|
|
|
* -text
|
|
|
|
**.cxx text
|
|
|
|
**.cpp text
|
|
|
|
**.c text
|
|
|
|
**.h text
|
|
|
|
**.hpp text
|
|
|
|
**.m text
|
|
|
|
**.mm text
|
|
|
|
**.iface text
|
|
|
|
**.template text
|
|
|
|
**.mk text
|
|
|
|
**.py text
|
|
|
|
**.rc text
|
|
|
|
**.css text
|
|
|
|
**.html text
|
|
|
|
**.bat text
|
|
|
|
**.bsh text
|
2023-09-22 11:32:35 +02:00
|
|
|
**.zsh text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.mak text
|
|
|
|
**.def text
|
|
|
|
**.manifest text
|
|
|
|
**.properties text
|
2022-08-27 09:35:52 +02:00
|
|
|
**.props text
|
2022-04-13 13:10:12 +02:00
|
|
|
**.session text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.styled text
|
|
|
|
**.folded text
|
|
|
|
**.adoc text
|
|
|
|
**.asp text
|
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 19:57:12 +02:00
|
|
|
**.aspx text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.php text
|
|
|
|
**.vb text
|
Updated to Scintilla 5.4.2 & Lexilla 5.3.1
https://www.scintilla.org/scintilla542.zip
Release 5.4.2
Released 5 March 2024.
Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. Feature #1458.
Add APIs for saving and restoring undo history.
For GTK, when laying out text, detect runs with both left-to-right and right-to-left ranges and divide into an ASCII prefix and more complex suffix. Lay out the ASCII prefix in the standard manner but, for the suffix, measure the whole width and spread that over the suffix bytes. This produces more usable results where the caret moves over the ASCII prefix correctly and over the suffix reasonably but not accurately.
For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
For Direct2D on Win32, use the multi-threaded option to avoid crashes when Scintilla instances created on different threads. There may be more problems with this scenario so it should be avoided. Bug #2420.
For Win32, ensure keyboard-initiated context menu appears in multi-screen situations.
https://www.scintilla.org/lexilla531.zip
Release 5.3.1
Released 5 March 2024.
Assembler: After comments, treat \r\n line ends the same as \n. This makes testing easier.
Bash: Fix folding when line changed to/from comment and previous line is comment. Issue #224.
Batch: Fix handling ':' next to keywords. Issue #222.
JavaScript: in cpp lexer, add lexer.cpp.backquoted.strings=2 mode to treat ` back-quoted strings as template literals which allow embedded ${expressions}. Issue #94.
Python: fix lexing of rb'' and rf'' strings. Issue #223, Pull request #227.
Ruby: fix lexing of methods on numeric literals like '3.times' so the '.' and method name do not appear in numeric style. Issue #225.
2024-03-06 22:05:54 +01:00
|
|
|
**.asm text
|
2022-05-25 22:16:39 +02:00
|
|
|
**.cmake text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.d text
|
Update scintilla 5.3.4 and lexilla 5.2.4 with:
https://www.scintilla.org/scintilla534.zip
Released 8 March 2023.
Add multithreaded wrap to significantly improve performance of wrapping large files.
More typesafe bindings of *Full APIs in ScintillaCall. Feature #1477.
Fix overlapping of text with line end wrap marker. Bug #2378.
Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
Where a multi-byte character contains multiple styles, display each byte as a representation. This makes it easier to see and fix lexers that change styles mid-character, commonly because they use fixed size buffers.
Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED handler retriggered an autocompletion list, but with no items that match the typed character.
lexilla523
Released 8 March 2023.
Add scripts/PromoteNew.bat script to promote .new files after checking.
Makefile: Remove 1024-byte line length limit..
Ruby: Add new lexical classes for % literals SCE_RB_STRING_W (%w non-interpolable string array), SCE_RB_STRING_I (%i non-interpolable symbol array), SCE_RB_STRING_QI (%I interpolable symbol array), and SCE_RB_STRING_QS (%s symbol). Issue #124.
Ruby: Disambiguate %= which may be a quote or modulo assignment. Issue #124, Bug #1255, Bug #2182.
Ruby: Fix additional fold level for single character in SCE_RB_STRING_QW. Issue #132.
Ruby: Set SCE_RB_HERE_QQ for unquoted and double-quoted heredocs and SCE_RB_HERE_QX for backticks-quoted heredocs. Issue #134.
Ruby: Recognise #{} inside SCE_RB_HERE_QQ and SCE_RB_HERE_QX. Issue #134.
Ruby: Improve regex and heredoc recognition. Issue #136.
Ruby: Highlight #@, #@@ and #$ style interpolation. Issue #140.
Ruby: Fix folding for multiple heredocs started on one line. Fix folding when there is a space after heredoc opening delimiter. Issue #135.
YAML: Remove 1024-byte line length limit.
https://www.scintilla.org/lexilla524.zip
Released 13 March 2023.
C++: Fix failure to recognize keywords containing upper case. Issue #149.
GDScript: Support % and $ node paths. Issue #145, Pull request #146.
Close #13338
2023-03-10 03:37:21 +01:00
|
|
|
**.diff text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.erl text
|
Updated to Scintilla 5.4.2 & Lexilla 5.3.1
https://www.scintilla.org/scintilla542.zip
Release 5.4.2
Released 5 March 2024.
Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. Feature #1458.
Add APIs for saving and restoring undo history.
For GTK, when laying out text, detect runs with both left-to-right and right-to-left ranges and divide into an ASCII prefix and more complex suffix. Lay out the ASCII prefix in the standard manner but, for the suffix, measure the whole width and spread that over the suffix bytes. This produces more usable results where the caret moves over the ASCII prefix correctly and over the suffix reasonably but not accurately.
For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
For Direct2D on Win32, use the multi-threaded option to avoid crashes when Scintilla instances created on different threads. There may be more problems with this scenario so it should be avoided. Bug #2420.
For Win32, ensure keyboard-initiated context menu appears in multi-screen situations.
https://www.scintilla.org/lexilla531.zip
Release 5.3.1
Released 5 March 2024.
Assembler: After comments, treat \r\n line ends the same as \n. This makes testing easier.
Bash: Fix folding when line changed to/from comment and previous line is comment. Issue #224.
Batch: Fix handling ':' next to keywords. Issue #222.
JavaScript: in cpp lexer, add lexer.cpp.backquoted.strings=2 mode to treat ` back-quoted strings as template literals which allow embedded ${expressions}. Issue #94.
Python: fix lexing of rb'' and rf'' strings. Issue #223, Pull request #227.
Ruby: fix lexing of methods on numeric literals like '3.times' so the '.' and method name do not appear in numeric style. Issue #225.
2024-03-06 22:05:54 +01:00
|
|
|
**.f text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.gd text
|
2022-08-14 12:23:34 +02:00
|
|
|
**.gui text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.iss text
|
|
|
|
**.jl text
|
2022-05-25 22:16:39 +02:00
|
|
|
**.json text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.lua text
|
2023-02-09 17:57:24 +01:00
|
|
|
**.m3 text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.matlab text
|
|
|
|
**.ml text
|
|
|
|
**.nim text
|
|
|
|
**.octave text
|
|
|
|
**.pl text
|
|
|
|
**.p6 text
|
2022-08-14 12:23:34 +02:00
|
|
|
**.ps1 text
|
2022-10-12 20:45:40 +02:00
|
|
|
**.r text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.rb text
|
|
|
|
**.rs text
|
2022-08-14 12:23:34 +02:00
|
|
|
**.sql text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.tcl text
|
2022-08-14 12:23:34 +02:00
|
|
|
**.tsql text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.err text
|
|
|
|
**.mms text
|
|
|
|
**.tex text
|
|
|
|
**.fs text
|
2023-09-22 11:32:35 +02:00
|
|
|
**.vh text
|
2022-05-25 22:16:39 +02:00
|
|
|
**.vhd text
|
2022-01-05 00:07:50 +01:00
|
|
|
**.x12 text
|
|
|
|
**.yaml text
|
|
|
|
**.md text
|
|
|
|
**.txt text
|
|
|
|
**.pch text
|
|
|
|
**.hg* text
|
|
|
|
**.dsp text
|
|
|
|
**.pbxproj text
|
|
|
|
**.plist text
|
|
|
|
**.xcworkspacedata text
|
|
|
|
**.pro text
|
|
|
|
**.gen text
|
|
|
|
**makefile text
|
|
|
|
**.bmp binary
|
|
|
|
**.cur binary
|
|
|
|
**.ico binary
|
|
|
|
**.jpg binary
|
|
|
|
**.png binary
|
|
|
|
**.sh text eol=lf
|
|
|
|
tgzsrc text eol=lf
|