mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-22 18:28:30 +02:00
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
150 lines
6.5 KiB
Plaintext
150 lines
6.5 KiB
Plaintext
// File to suppress cppcheck warnings for files that will not be fixed.
|
|
// Does not suppress warnings where an additional occurrence of the warning may be of interest.
|
|
|
|
// Coding style is to use assignments in constructor when there are many
|
|
// members to initialize or the initialization is complex or has comments.
|
|
useInitializationList
|
|
|
|
// These may be interesting but its not clear without examining each instance closely
|
|
// Would have to ensure that any_of/all_of has same early/late exits as current code and
|
|
// produces same result on empty collections
|
|
useStlAlgorithm
|
|
|
|
// Some non-explicit constructors are used for conversions or are private to lexers
|
|
noExplicitConstructor
|
|
|
|
// The performance cost of by-value passing is often small and using a reference decreases
|
|
// code legibility.
|
|
passedByValue
|
|
|
|
// This could be fixed but it should be rewritten to use string_view which doesn't have resize
|
|
uselessCallsSubstr:lexilla/lexers/LexCPP.cxx
|
|
|
|
// Suppress most lexer warnings since the lexers are maintained by others
|
|
redundantCondition:lexilla/lexers/LexA68k.cxx
|
|
constParameter:lexilla/lexers/LexAbaqus.cxx
|
|
constParameterCallback:lexilla/lexers/LexAsn1.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexAU3.cxx
|
|
shadowVariable:lexilla/lexers/LexAU3.cxx
|
|
constParameter:lexilla/lexers/LexBaan.cxx
|
|
unreadVariable:lexilla/lexers/LexBaan.cxx
|
|
constParameter:lexilla/lexers/LexBash.cxx
|
|
uninitMemberVar:lexilla/lexers/LexBash.cxx
|
|
variableScope:lexilla/lexers/LexBash.cxx
|
|
variableScope:lexilla/lexers/LexCmake.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexCmake.cxx
|
|
constParameter:lexilla/lexers/LexCLW.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexCLW.cxx
|
|
constParameter:lexilla/lexers/LexCoffeeScript.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexCoffeeScript.cxx
|
|
constParameter:lexilla/lexers/LexCPP.cxx
|
|
variableScope:lexilla/lexers/LexCSS.cxx
|
|
variableScope:lexilla/lexers/LexDataflex.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexECL.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexEiffel.cxx
|
|
variableScope:lexilla/lexers/LexErlang.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexEScript.cxx
|
|
constParameter:lexilla/lexers/LexFortran.cxx
|
|
redundantContinue:lexilla/lexers/LexFortran.cxx
|
|
redundantCondition:lexilla/lexers/LexFSharp.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexFSharp.cxx
|
|
constParameter:lexilla/lexers/LexGDScript.cxx
|
|
variableScope:lexilla/lexers/LexGui4Cli.cxx
|
|
constParameter:lexilla/lexers/LexHaskell.cxx
|
|
constParameter:lexilla/lexers/LexHex.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexHex.cxx
|
|
constParameter:lexilla/lexers/LexHTML.cxx
|
|
variableScope:lexilla/lexers/LexInno.cxx
|
|
constParameter:lexilla/lexers/LexJulia.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexJulia.cxx
|
|
unreadVariable:lexilla/lexers/LexJulia.cxx
|
|
variableScope:lexilla/lexers/LexJulia.cxx
|
|
variableScope:lexilla/lexers/LexLaTeX.cxx
|
|
constParameter:lexilla/lexers/LexLaTeX.cxx
|
|
constParameter:lexilla/lexers/LexMagik.cxx
|
|
constParameter:lexilla/lexers/LexMatlab.cxx
|
|
unreadVariable:lexilla/lexers/LexMatlab.cxx
|
|
variableScope:lexilla/lexers/LexMetapost.cxx
|
|
constParameter:lexilla/lexers/LexModula.cxx
|
|
variableScope:lexilla/lexers/LexModula.cxx
|
|
variableScope:lexilla/lexers/LexMSSQL.cxx
|
|
shadowArgument:lexilla/lexers/LexMySQL.cxx
|
|
constParameter:lexilla/lexers/LexNim.cxx
|
|
constParameter:lexilla/lexers/LexNimrod.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexNimrod.cxx
|
|
variableScope:lexilla/lexers/LexNimrod.cxx
|
|
variableScope:lexilla/lexers/LexNsis.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexNsis.cxx
|
|
variableScope:lexilla/lexers/LexOpal.cxx
|
|
constParameter:lexilla/lexers/LexOScript.cxx
|
|
variableScope:lexilla/lexers/LexPB.cxx
|
|
constParameter:lexilla/lexers/LexPerl.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexPerl.cxx
|
|
constParameter:lexilla/lexers/LexPython.cxx
|
|
shadowVariable:lexilla/lexers/LexPowerPro.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexPowerPro.cxx
|
|
variableScope:lexilla/lexers/LexProgress.cxx
|
|
constParameter:lexilla/lexers/LexRaku.cxx
|
|
variableScope:lexilla/lexers/LexRaku.cxx
|
|
redundantInitialization:lexilla/lexers/LexRegistry.cxx
|
|
constParameter:lexilla/lexers/LexRuby.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexRuby.cxx
|
|
constParameter:lexilla/lexers/LexRust.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexScriptol.cxx
|
|
variableScope:lexilla/lexers/LexSpecman.cxx
|
|
unreadVariable:lexilla/lexers/LexSpice.cxx
|
|
constParameter:lexilla/lexers/LexSTTXT.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexTACL.cxx
|
|
clarifyCalculation:lexilla/lexers/LexTADS3.cxx
|
|
constParameter:lexilla/lexers/LexTADS3.cxx
|
|
unreadVariable:lexilla/lexers/LexTCL.cxx
|
|
invalidscanf:lexilla/lexers/LexTCMD.cxx
|
|
constParameter:lexilla/lexers/LexTeX.cxx
|
|
variableScope:lexilla/lexers/LexTeX.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexTxt2tags.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexVB.cxx
|
|
constParameter:lexilla/lexers/LexVerilog.cxx
|
|
variableScope:lexilla/lexers/LexVerilog.cxx
|
|
badBitmaskCheck:lexilla/lexers/LexVerilog.cxx
|
|
uselessCallsSubstr:lexilla/lexers/LexVerilog.cxx
|
|
constParameter:lexilla/lexers/LexVHDL.cxx
|
|
shadowVariable:lexilla/lexers/LexVHDL.cxx
|
|
unreadVariable:lexilla/lexers/LexVHDL.cxx
|
|
variableScope:lexilla/lexers/LexVHDL.cxx
|
|
unreadVariable:lexilla/lexers/LexVisualProlog.cxx
|
|
unreadVariable:lexilla/lexers/LexX12.cxx
|
|
constVariable:lexilla/lexers/LexX12.cxx
|
|
uselessCallsSubstr:lexilla/lexers/LexX12.cxx
|
|
constParameter:lexilla/lexers/LexYAML.cxx
|
|
knownConditionTrueFalse:lexilla/lexers/LexYAML.cxx
|
|
|
|
// These are due to Accessor::IndentAmount not declaring the callback as taking a const.
|
|
// Changing this could cause problems for downstream projects.
|
|
constParameterCallback:lexilla/lexers/LexEiffel.cxx
|
|
constParameterCallback:lexilla/lexers/LexGDScript.cxx
|
|
constParameterCallback:lexilla/lexers/LexPython.cxx
|
|
constParameterCallback:lexilla/lexers/LexScriptol.cxx
|
|
constParameterCallback:lexilla/lexers/LexVB.cxx
|
|
|
|
constVariable:lexilla/lexers/LexCSS.cxx
|
|
constVariable:lexilla/lexers/LexCrontab.cxx
|
|
constVariable:lexilla/lexers/LexGui4Cli.cxx
|
|
constVariable:lexilla/lexers/LexKix.cxx
|
|
constVariable:lexilla/lexers/LexMetapost.cxx
|
|
constVariable:lexilla/lexers/LexOpal.cxx
|
|
|
|
// cppcheck appears wrong as atKeyPath must be remembered between loops
|
|
variableScope:lexilla/lexers/LexRegistry.cxx
|
|
|
|
// Suppress everything in test example files
|
|
*:lexilla/test/examples/*
|
|
|
|
// Suppress everything in catch.hpp as won't be changing
|
|
*:lexilla/test/unit/catch.hpp
|
|
// cppcheck gives up inside catch.hpp
|
|
*:lexilla/test/unit/UnitTester.cxx
|
|
*:lexilla/test/unit/unitTest.cxx
|
|
|
|
// cppcheck fails REQUIRE from Catch
|
|
comparisonOfFuncReturningBoolError:lexilla/test/unit/*.cxx
|