Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-25 | Backport: Avoid cppcheck warnings by using same names in declaration and ↵ | Neil | 1 | -2/+2 | |
definition. Backport of changeset 7607:5c931c0c9458. | |||||
2019-06-25 | Backport: Bug [#2098]. Remove unused variable. | Zufu Liu | 1 | -2/+1 | |
Backport of changeset 7606:dc0272dd104f. | |||||
2019-06-25 | Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double ↵ | Zufu Liu | 1 | -1/+1 | |
quote) was seen as continuing the string. Backport of changeset 7605:bd1bf8e13d33. | |||||
2019-06-25 | Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive. | Zufu Liu | 1 | -1/+1 | |
Backport of changeset 7604:f065b241925e. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 1 | -0/+614 | |
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. | |||||
2019-05-29 | Backport: Resolve some Core Guidelines warnings | Jad Altahan | 1 | -23/+23 | |
Backport of changeset 7538:c237abdc7c4c. | |||||
2019-05-28 | Backport: Add folding for CMake 3 function/endfunction | Jad Altahan | 1 | -2/+3 | |
Backport of changeset 7537:03bbd7abb2f8. | |||||
2019-05-22 | Backport: Support for VB2017 bin literals & digit separators | Jad Altahan | 1 | -1/+5 | |
Backport of changeset 7502:395c5832d38c. | |||||
2019-05-07 | Backport: Fix warnings from GCC 9 because of a deprecated ↵ | Neil | 1 | -0/+7 | |
implicitly-declared operator= by explicitly implementing the operator=. Backport of changeset 7492:9e738e32ae45. | |||||
2019-05-27 | Backport: Feature [feature-requests:#1280]. Lexer added for X12. | mitchell | 1 | -0/+341 | |
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature. | |||||
2019-03-29 | Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ↵ | Neil | 3 | -2/+1 | |
<vector> to LexHaskell as it will be needed for CharacterCategory additions. Backport of changeset 7390:917215fa3a96. | |||||
2019-03-23 | Backport: Simplified preprocessor conditional styling code, renamed 'active' ↵ | Neil | 1 | -33/+63 | |
to 'inactive' as that is more correct, added comments and helper methods, removed lines that had no effect. Behaviour unaltered. Backport of changeset 7343:47c846cb9d17. | |||||
2019-03-23 | Backport: Fix warnings from MSVC Code Analysis. | Neil | 1 | -30/+37 | |
Backport of changeset 7328:521b1e23bfe2, but without C++17 std::size and `SymbolValue() = default` instead of `SymbolValue() noexcept = default`, since the latter causes a compile error. | |||||
2019-03-09 | Backport: Feature [feature-requests:#1268]. Improve the styling of numbers ↵ | Jad Altahan | 1 | -13/+7 | |
in Nim Improvements for SCE_NIM_NUMBER. Backport of changeset 7310:3710c193b696. | |||||
2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵ | mitchell | 1 | -0/+404 | |
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d. | |||||
2019-02-02 | Backport: Feature [feature-requests:#1262]. Enhance raw string identifier ↵ | Jad Altahan | 1 | -1/+25 | |
styling in Nim Adds property 'lexer.nim.raw.strings.highlight.ident'. Backport of changeset 7247:1eeda6575035. | |||||
2019-01-30 | Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ↵ | Jad Altahan | 1 | -4/+19 | |
in Nim Backport of changeset 7244:a5c65813871a. | |||||
2019-01-29 | Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed ↵ | Neil | 1 | -1/+3 | |
substitution. Backport of changeset 7243:f75e25db799e. | |||||
2019-01-29 | Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot ↵ | Jad Altahan | 1 | -2/+6 | |
styling in Nim. Backport of changeset 7240:99281d1bec87. | |||||
2019-01-23 | Backport: Feature [feature-requests:#1258]. Add function IsFuncName() to Nim ↵ | Jad Altahan | 1 | -11/+21 | |
lexer. Backport of changeset 7235:6e959f8ec7d9. | |||||
2019-01-15 | Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(". | Neil | 1 | -1/+1 | |
Backport of changeset 7233:e08fe2381ca3. | |||||
2019-01-13 | Backport: Feature [feature-requests:#1254]. Fix bug causing fold line ↵ | Jad Altahan | 1 | -5/+6 | |
creation in comments Backport of changeset 7230:8bfffdf3bbc0. | |||||
2019-01-13 | Backport: Feature [feature-requests:#1253]. Critical fixes for raw strings | Jad Altahan | 1 | -7/+56 | |
Backport of changeset 7229:cacdbd636504. | |||||
2019-02-16 | Updated copyright year. | mitchell | 1 | -1/+1 | |
2019-01-06 | Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ↵ | Jad Altahan | 1 | -2/+7 | |
strings. Backport of changeset 7193:c7115cdddcfe. | |||||
2019-01-05 | Backport: Modernize errorlist lexer a little - unnamed namespace, reducing ↵ | Neil | 1 | -20/+19 | |
variable scope, nullptr, constexpr, noexcept. Backport of changeset 7192:eed22a260842. | |||||
2019-01-05 | Backport: Recognize negative line numbers in GCC-format messages. | Neil | 1 | -1/+1 | |
Cppcheck shows some whole-file errors as line -1. Backport of changeset 7191:c9ef21df2e3c. | |||||
2018-12-12 | Backport: Feature [feature-requests:#1247]. Handles message groups as well ↵ | Iain Clarke | 1 | -31/+78 | |
as messages. Backport of changeset 7186:8849447859eb. | |||||
2018-12-12 | Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversion | Jannick | 1 | -3/+1 | |
* LexCPP.cxx (LexerCPP::EvaluateTokens): Use std::to_string to convert int to std::string. Backport of changeset 7185:bff457790150. | |||||
2018-12-12 | Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding ↵ | Jannick | 1 | -5/+9 | |
precedence levels The precedence for the implemented arithmetic operators +,-,%,*,/ is added, such that the calculations produce the correct results honoring the standard precedence levels. * Replace characterset setArithmeticOp by setAddOp and setMultOp. * Replace precedence precArithmetic by precMult and precAdd * (EvaluateTokens): Apply new precedences. This fixes the bug in the arithmetic calculation: // lines with 'false' should not be highlighted, // those with 'true' should be. #if 1 + 2 * 3 == 9 false #endif #if (1 + 2) * 3 == 9 true #endif #if 1 + 2 * 3 == 7 true #endif #if 1 == 5 % 2 true #endif #if 6 - 7 == -1 true #endif #if 25 / 5 * 5 == 25 true #endif #if 1 + 2 * 3 % 2 == 1 true #endif #if 1 + 2 * 3 % 2 == 2 + 1 false #endif Backport of changeset 7184:48861f53f719. | |||||
2018-12-04 | Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by ↵ | Neil | 1 | -10/+20 | |
reading all of the logical line. Backport of changeset 7182:a40b6aac5b1f. | |||||
2018-11-28 | Backport: Move functions to unnamed namespace | Jad Altahan | 1 | -101/+106 | |
Backport of changeset 7180:473d0b0941fb. | |||||
2018-11-28 | Backport: Removed description of fold.comment as it is shared with other ↵ | Neil | 1 | -2/+1 | |
lexers and the desription from LexCPP.cxx takes precedence. Backport of changeset 7179:16fd3ed0b26d. | |||||
2018-11-28 | Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ↵ | Kacper Kasper | 1 | -44/+221 | |
for multiple sets of keywords and SCI_PROPERTYNAMES. Backport of changeset 7178:a581d5f71f49. | |||||
2019-01-12 | Fixed LexNim backport error. | mitchell | 1 | -2/+2 | |
2018-11-21 | Backport: Changes to IsNumOctal & SCE_NIM_IDENTIFIER | Jad Altahan | 1 | -5/+5 | |
- Removed 0c/0C prefix in IsNumOctal(). Not supported. - Added upper-case type suffixes in SCE_NIM_NUMBER. They are case-insensitive. Backport of changeset 7174:caa5c5b342a1. | |||||
2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+701 | |
Backport of changeset 7173:3e6cf75864cc. | |||||
2018-11-18 | Backport: Bug [#2059]. Update URL in comment. | Neil | 1 | -1/+1 | |
Backport of changeset 7170:6a7abb3a43c7. | |||||
2018-09-24 | Backport: Bug [#2045]. LexCPP: Fix 'elif' token length | huki | 1 | -1/+1 | |
Backport of changeset 7094:fa4b41e8a452. | |||||
2018-09-20 | Backport: Fix highlighting of non-ASCII characters in links. | maboroshin | 1 | -30/+30 | |
Backport of changeset 7092:a55c26c645f8. | |||||
2018-09-18 | Backport: Guard against shifting by negative amount as that is undefined ↵ | Neil Hodgson | 2 | -2/+10 | |
behaviour. Backport of changeset 7090:041e498f21d3. | |||||
2018-09-18 | Backport: Initialize variables to ensure no undefined behaviour. | Neil Hodgson | 1 | -4/+4 | |
Backport of changeset 7089:d9edff9c928d. | |||||
2018-09-04 | Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, ↵ | Colomban Wendling | 1 | -0/+15 | |
and case. Implemented by Zufu Liu and Colomban Wendling. Backport of changeset 7078:54561e3cbdff. | |||||
2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 2 | -0/+423 | |
Backport of changeset 7056:974bc87e0696. | |||||
2018-06-04 | Backport: Use const and noexcept, initialize, avoid casts and improve ↵ | Neil | 1 | -29/+29 | |
variable name. Backport of changeset 7020:9e7cc77d3970. | |||||
2018-06-04 | Backport: Use lambda in preference to function object. | Neil | 1 | -10/+2 | |
Backport of changeset 7019:6023ccf7f06c. | |||||
2018-05-28 | Backport: Add styles for diffs containing patches. | Andreas Rönnquist | 1 | -0/+8 | |
Backport of changeset 7004:a1f932ccdee6. | |||||
2018-05-23 | Backport: Replace C-style casts with C++ casts. Use const. | Neil | 1 | -21/+21 | |
Backport of changeset 6969:6f765b942713. | |||||
2018-05-25 | Backport: Change from function to object lexer. Use string and set types to ↵ | mitchell | 1 | -211/+307 | |
simplify code. Backport of changeset 6968:a57461cd09a0. | |||||
2018-05-22 | Backport: Move static functions into anonymous namespace and drop "static". | Neil | 1 | -225/+225 | |
Move data tables to end of local functions. These changes have no strong effect - this change set just tries to simplify the following change set which makes more significant changes. Backport of changeset 6967:ca223744bb0c. |