aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2014-12-27Change log.Neil1-0/+8
2014-12-22Avoid warning from cppcheck.Neil1-3/+2
2014-12-22Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly theNeil3-15/+48
same. Add unit tests for UnicodeFromUTF8.
2014-12-20Don't use bad value after failed call.Neil1-4/+8
2014-12-20Check for failure of SystemParametersInfo.Neil1-8/+9
2014-12-17More natural looping over visual attributes.Neil1-3/+3
2014-12-17Highlights doc comment keywords; has separate styles for input, output, andNeil4-68/+151
inout ports; and fixes a bug in highlighting numbers. From Haimag Ren.
2014-12-17Change log.Neil1-0/+4
2014-12-12LexBash: Empty heredoc delimiters can also be indentedColomban Wendling1-1/+2
2014-12-12LexBash: Only tabulations are allowed as prefix with `<<-` heredocColomban Wendling1-1/+1
Only tabulations are allowed to prefix the delimiter on indented here-documents, not any white space.
2014-12-12LexBash: Don't allow spaces between `<<` and `-` in a heredoc operatorColomban Wendling1-3/+6
`<<-` is an operator of itself, not two separate tokens `<<` and `-`. This fixes handling of delimiters starting with `-`, like this: cat<< -EOF ... -EOF
2014-12-16Feature [feature-requests:#1091]. S-Record lexer added on OS X.Neil Hodgson1-0/+4
2014-12-16When a text margin is displayed, for annotation lines, use the background colourNeil2-5/+17
of the base line. From Joe Mueller.
2014-12-12Prevent some static analyzer warnings.Neil1-0/+2
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil6-0/+399
From Markus Heidelberg.
2014-12-09Change log.Neil1-1/+1
2014-12-09Using indicators for inline IME.Neil1-127/+251
From johnsonj.
2014-12-08Avoid warnings from clang about calling abs with float arguments.Neil2-3/+4
2014-12-07Prevent some static analyzer warnings.Neil1-1/+3
2014-12-07Protect FineTickerCancel from being called when fine tickers not implemented.Neil1-6/+5
Use ShowCaretAtCurrentPosition which understands focus in preference to DropCaret where possible.
2014-12-07Replace calls to deprecated methods with their current equivalents.Neil Hodgson2-12/+7
2014-12-06Updated by Xcode 6.1Neil Hodgson1-3/+1
2014-12-06Change log.Neil1-0/+4
2014-12-06Prevent overlapping text with calltip.Neil2-2/+6
From Mitchell Foral.
2014-11-28LexCPP: Also fold on square bracketsColomban Wendling1-2/+2
This allows to fold on array literals for languages like JavaScript that use square brackets to declare array literals. This should not change much for languages that only use square brackets for array indexation as the large majority of the time the open and close brackets are placed on the same line in these cases.
2014-12-06Change log.Neil1-0/+1
2014-12-05Change log.Neil1-0/+3
2014-12-05Prevent some static analyzer warnings.Neil1-0/+1
2014-12-05Extract FillVirtualSpace so it is not repeated and can be made less complex inNeil4-8/+10
the future.
2014-12-05Using indicators for inline IME.Neil1-61/+157
From johnsonj.
2014-12-03Change log.Neil1-0/+12
2014-12-03Qt >= 5.3 has reverted to the 4.x handling of double click events. UndoesNeil1-6/+0
change set [6b9cc8].
2014-12-02Added tag rel-3-5-2 for changeset a797ff255bdfNeil1-0/+1
2014-11-29Add a missing comma to separate word list decriptions.Neil1-1/+1
2014-11-29Updates for 3.5.2 release.Neil7-22/+18
2014-11-28Change log.Neil1-0/+4
2014-11-25Bug [#1420]. CoffeeScript: Describe existing secondary keyword setsColomban Wendling1-0/+3
2014-11-25Bug [#1420]. CoffeeScript: Drop code that doesn't apply to CoffeeScriptColomban Wendling1-166/+9
Drop obsolete code that was copied from LexCPP but that is not relevant or even valid for CoffeeScript. Closes #1420.
2014-11-24SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawingNeil5-20/+65
which may fix problems with sibling windows.
2014-11-19Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.Neil9-12/+73
From Mitchell Foral.
2014-11-19Bug [#1670]. Avoid processing mouse move events where the mouse has not movedNeil2-6/+19
as these can cause unexpected dwell start notifications. From Yusuf Ramazan Karagöz.
2014-11-14Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;Erik Angelin5-9/+27
like _BOXED but no border.
2014-11-13Bug [#1643]. Only show system caret for GDI as it interferes with Direct2D.Neil2-1/+8
From Mat Berchtold.
2014-10-20Optimize retrieval of empty range.Neil1-1/+1
2014-10-19Avoid warning about assiging pointer to integer.Neil1-2/+2
2014-10-16Reordered searching section so preferred SCI_SEARCHINTARGET API is shown firstNeil1-99/+94
to discourage use of other APIs. Fixed some HTML bugs.
2014-10-16Explain how multiple selections are processed.Neil1-0/+3
2014-10-16Bug [#1666]. Include <stdexcept> due to report of a problem with compilingNeil1-0/+1
Document.h with some versions of MinGW.
2014-10-14Bug [#1664]. Fix folding of "block" keyword.Neil2-1/+6
From danselmi.
2014-10-14Change log.Neil1-0/+4