| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no
action.
|
|
|
|
|
|
|
|
Adds property 'lexer.nim.raw.strings.highlight.ident'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cppcheck shows some whole-file errors as line -1.
|
|
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
|
|
|
|
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
|
|
the logical line.
|
|
|
|
sets of keywords and SCI_PROPERTYNAMES.
|
|
|
|
|
|
|
|
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
|
|
|
|
Fixed history by moving new items into the pending version.
|
|
|
|
by measuring speed and limiting to around 10 milliseconds.
|
|
This can reduce the time taken to fold a document by half.
|
|
|
|
CFStringRef. Performs more stringent validation on input text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|