aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-01-16When the mouse is on the line between margin and text changed to treat as withinrel-3-5-3Neil3-1/+10
2015-01-15LexHex: reorder lexer states after addition of the "unknown record type"Markus Heidelberg2-30/+30
2015-01-14Make Japanese IME work in windowed mode.Neil Hodgson1-1/+1
2015-01-14Preparing for version 3.5.3.Neil7-16/+17
2015-01-14Change log.Neil1-2/+4
2015-01-13fix bug in handling of comments, make some new features conditional on lexer ...Joe Mueller1-19/+29
2015-01-13LexHex S-Record: use the required data field size for some highlightingMarkus Heidelberg1-29/+75
2015-01-13LexHex: use SCE_HEX_RECTYPE_UNKNOWN also for Srec and IHexMarkus Heidelberg1-4/+22
2015-01-13Using size_t instead of unsigned int for conversions to UTF16 for 64-bitNeil4-22/+22
2015-01-11Change log.Neil1-0/+3
2015-01-11LexHex: add a default case for handling faulty states to all lexersMarkus Heidelberg1-0/+15
2015-01-11LexHex: add a new state for garbage data after the recordMarkus Heidelberg3-8/+14
2015-01-11LexHex Tektronix: use more address field types, not just data addressMarkus Heidelberg1-8/+30
2015-01-11LexHex: move general helper function up and add a prototypeMarkus Heidelberg1-17/+18
2015-01-11LexHex Tektronix: use the dedicated helper function for getting the lengthMarkus Heidelberg1-1/+2
2015-01-11LexHex Tektronix: fix whitespace issues and remove unused leftover codeMarkus Heidelberg1-11/+14
2015-01-11LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"Markus Heidelberg4-19/+19
2015-01-11Support removed for Windows 95, 98, and ME.Neil4-94/+25
2015-01-10On Windows GDI, assume font names are encoded in UTF-8 and use wide characterNeil4-17/+30
2015-01-09Bug [#1679]. Extra warning.Neil1-0/+1
2015-01-08Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.Neil5-1/+212
2015-01-07Suppress new warning in cppcheck 1.68 in a lexer.Neil1-0/+1
2015-01-07Hide files created by Visual Studio Analyze.Neil1-0/+1
2015-01-06attempt to fix compile errors with different versions of g++ caused by missin...Joe Mueller1-4/+5
2015-01-06modify LexVerilog.cxx to support coloring of inactive code due to preprocesso...Joe Mueller1-142/+652
2015-01-07Avoid warning from cppcheck about leaking handle.Neil1-0/+1
2015-01-05Allocate is only called when no handle in constructor so assert that to avoidNeil1-0/+1
2015-01-05Check for non-NULL render target and avoid Coverity warning.Neil1-1/+1
2015-01-05Change log.Neil1-1/+2
2015-01-05Add folding support for Intel HEX filesMarkus Heidelberg1-3/+57
2015-01-03Change log.Neil1-0/+4
2015-01-02Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...Jiří Techet1-2/+12
2014-12-30Lexer added for Intel hex files.Neil3-14/+21
2014-12-30Add new lexer for Intel HEX file formatMarkus Heidelberg2-1/+287
2014-12-30S-Record lexer: reorder lexer statesMarkus Heidelberg1-6/+6
2014-12-30S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..Markus Heidelberg2-55/+55
2014-12-30S-Record lexer: extract reusable parts of helper functionsMarkus Heidelberg1-35/+60
2014-12-29S-Record lexer: fix the description of the maximum data field digit countMarkus Heidelberg1-8/+8
2014-12-29S-Record lexer: add future-proof highlighting for unknown record typesMarkus Heidelberg2-12/+16
2014-12-29S-Record lexer: correctly count the characters of an invalid short lineMarkus Heidelberg1-8/+18
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
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
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