mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-05 22:13:50 +01:00
Release 5.5.2 ( https://www.scintilla.org/scintilla552.zip ) Released 21 August 2024. Add SCI_SETCOPYSEPARATOR for separator between parts of a multiple selection when copied to the clipboard. Feature #1530. Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth. Add SCI_STYLESETSTRETCH to support condensed and expanded text styles. Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524. Fix bug on Cocoa where double-click stopped working when system had been running for a long time. On Cocoa implement more values of font weight and stretch. Release 5.4.0 ( https://www.scintilla.org/lexilla540.zip ) Released 21 August 2024. Inside Lexilla, LexerModule instances are now const. This will require changes to applications that modify Lexilla.cxx, which may be done to add custom lexers. Lexer added for TOML "toml". Bash: Handle backslash in heredoc delimiter. Issue #257. Progress: Fix lexing of nested comments. Pull request #258. Force lower-casing of case-insensitive keyword lists so keywords match in some lexers. Issue #259. Close #15564
16 lines
686 B
XML
16 lines
686 B
XML
0 400 0 <?xml version="1.0" encoding="UTF-8"?>
|
|
0 400 0 <!-- Check that HTML elements and attributes and VB keywords are matched case-insensitively -->
|
|
0 400 0 <%@language=vbscript%>
|
|
2 400 0 + <%
|
|
0 401 0 | sub x 'comment
|
|
0 401 0 | peek 1024
|
|
0 401 0 | %>
|
|
2 400 0 + <html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 401 0 + <head>
|
|
0 402 0 | <UNKNOWN>SinkWorld - Portability</unknown>
|
|
0 402 0 | <img src="SciTEIco.png" height=64 WIDTH=64 />
|
|
0 402 0 | <LINK rel="stylesheet" TYPE="text/css" from="SW.css">
|
|
0 402 0 | <DESTINATION href="SW.css" height=64 width=64></destination>
|
|
0 402 0 | </head>
|
|
0 401 0 | </html>
|
|
0 400 0 |