aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-02-14Fix doc comments.Neil Hodgson4-5/+5
2015-02-13Remove unused state.Neil1-1/+1
2015-02-13Ensure style data OK before wrapping lines when changing documents.Neil1-0/+1
2015-02-12Fixed bad end tag.Neil1-1/+1
2015-02-11Add the OLEAUT32 library as it will be needed for BSTR support.Neil2-2/+2
2015-02-10Log for previous Verilog change.Neil1-0/+1
2015-02-09add support for escaped identifiersJoe Mueller1-1/+13
2015-02-10Fix hang in folding when document starts with "entity".Neil2-3/+7
2015-02-10Add INDIC_FULLBOX.Neil5-6/+24
2015-02-07Update on SciTE crash.Neil1-0/+4
2015-02-04Implement hover style and colour for indicators.Neil13-54/+203
2015-02-02Added <deque> to order.Neil1-0/+1
2015-01-30fix folding bugs with extern and pure virtual functions/tasks. fix folding bu...Joe Mueller1-1/+57
2015-01-30Change log.Neil1-0/+3
2015-01-29fix problem with folding comments by re-folding the previous line as was done...Joe Mueller1-1/+12
2015-01-26Use QElapsedTimer::nsecsElapsed for more accurate measurement of durations.Neil2-6/+17
2015-01-24Fix a bug with the q-quote operator.Neil2-23/+30
2015-01-22Fix compilation failure of C++11 <regex> on Windows using gcc.Neil2-4/+8
2015-01-22Add INDIC_COMPOSITIONTHIN indicator.Neil5-1/+20
2015-01-22Since gtk_widget_set_double_buffered is deprecated by GTK+ 3.14, only use itNeil Hodgson1-0/+2
2015-01-22Specify methods that do not use this as static.Neil Hodgson1-2/+2
2015-01-22Fix incorrect call. Was supposed to avoid empty drop.Neil Hodgson1-1/+1
2015-01-22Feature [feature-requests:#1098]. Accept `is`/`us` integer suffixes instead ofNeil2-1/+17
2015-01-20Added tag rel-3-5-3 for changeset 8b21bf82adacNeil0-0/+0
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