Zufu Liu
Zufu Liu
> Could you add an icon for this function? It will be more convenient. See issue #344.
https://www.scintilla.org/ScintillaDoc.html#SCI_SETFONTLOCALE
> 发现了一个 bug(当前最新版 Notepad4 v25.01r5618),正则表达式的括号匹配有问题 `(`, `)`, `\(`, and `\)` all has same style so the mismatch.
Related issues: #804, #925.
> 但是我不知道哪里有release https://github.com/zufuliu/notepad4/releases 
> > 但是我不知道哪里有release > > https://github.com/zufuliu/notepad4/releases > 
> 使用:$2 $1 替换前后顺序时 Use `\1` and `\n`.
> 可以看到 Boost 引擎的语法和其他软件一样是 $n https://www.boost.org/doc/libs/latest/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html#boost_regex.format.boost_format_syntax.placeholder_sequences https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#specifying_a_string_as_the_replacement Support `$$` (literal `$`), `$&` (whole matched text, same as `$0`) and `$n` only needs small change to `BuiltinRegex::SubstituteByPosition()`. I think here is...
Commit f5397a21ad1a5f0c3a96ebff65b5c84440a1b74d implemented regex replace with `$n`, `$&` and `$$` for both engines.
You can use PHP scheme to view/edit complex HTML file, it has better JavaScript and CSS support (issue #62). HTML scheme doesn't implement expression highlighting for JavaScript template literal, so...