aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2014-01-19Chnage log.Neil1-0/+4
2014-01-18Support octave vs matlab '!' handlingJohn Donoghue1-4/+9
* lexers/LexMatlab.cxx (ColouriseMatlabOctaveDocument): Add ismatlab boolean to function, and on getting the '!', check if matlab to set as a command vs operator. (ColouriseMatlabDoc): use true for call to ColouriseMatlabOctaveDocument. (ColouriseOctaveDoc): use false for call to ColouriseMatlabOctaveDocument.
2014-01-18Change log.Neil1-1/+2
2014-01-18Draw cicles centred as intended so that folding margin markers look correct.Neil1-1/+1
2014-01-18With Direct2D draw circles with a 1 pixel larger radius to better matchNeil2-5/+5
other platforms and ensure for folding markers that the '+' or '-' do not touch the circle. Change order of drawing so that circles are drawn after connecting lines so overwrite any tails.
2014-01-18For SC_MARK_ARROWS, scale the arrows to fit the line height.Neil1-4/+6
Avoid drawing one arm of each arrow longer than the other on Cocoa. The weight of the strokes is more uniform on Windows/Direct2D and Cairo.
2014-01-16Draw circles more accurately using CGContextAddEllipseInRect insteadNeil Hodgson2-52/+7
of a series of bezier curves.
2014-01-14Avoid warnings from cppcheck for testing code.Neil2-0/+5
2014-01-14Make HFacer callable from other Python code and call it from LexGen soNeil2-14/+19
LexGen is always woking on up-to-date headers.
2014-01-14CallTipSetPosStart API added.Neil6-3/+37
2014-01-13Update the system caret position when scrolling to help screen readersNeil2-0/+5
see the scroll quickly.
2014-01-13Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.Neil2-0/+4
2014-01-12Remove old workarounds for system headers missing elements.Neil2-55/+3
2014-01-12Change log.Neil1-1/+2
2014-01-11Rust: Make lexing of float literals more correct.SiegeLord1-21/+23
2014-01-10Clarification of calltip behaviour.Neil1-3/+6
2014-01-08Change log.Neil1-0/+4
2014-01-08Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers ↵Neil2-2/+8
in FreeBASIC which use the prefixes &h, &o and &b respectively. From Ebben.
2014-01-02Use a std::map for KeyMap to avoid custom iteration in favour of standardNeil2-18/+21
provided functionality.
2014-01-01Specify minimum Python version for scripts.Neil1-2/+1
2014-01-01Specify minimum Python version for scripts.Neil3-0/+3
2014-01-01Specify minimum Python version for scripts.Neil2-0/+2
2013-12-27Change log.Neil1-0/+4
2013-12-27Ensure caret is visible after scroll.Neil1-2/+2
2013-12-23Change log.Neil1-0/+5
2013-12-21rust: Implement nested block commentsSiegeLord1-18/+28
2013-12-21rust: Make the doc-comment detection more strict (and consistent with new ↵SiegeLord1-25/+18
Rust compiler rules)
2013-12-21rust: Highlight octal literalsSiegeLord1-0/+3
2013-12-21Fix whitespace in LexRust.cxxSiegeLord1-10/+10
2013-12-21rust: NULL is a valid Rust source character, so do not explicitly consider ↵SiegeLord1-4/+4
it as an error state.
2013-12-21rust: Fix highlighting of r#"""# raw string literal.SiegeLord1-3/+5
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil14-75/+98
guaranty termination where possible.
2013-12-22Add tests for style attributes.Neil1-0/+89
2013-12-22Switch from char[] to std::string for simplicity and safety.Neil2-11/+7
2013-12-22Drop unused field 'name' and minimize scope of variable.Neil2-9/+4
2013-12-19Expose the EOLMode on the document object.Neil Hodgson3-0/+13
From John Ehresman.
2013-12-17Added DropSelectionN API.Neil8-0/+69
2013-12-17Change log.Neil1-0/+5
2013-12-17Bug [#1564]. Keyword followed immediately by quoted string continued keyword ↵Neil1-0/+2
style.
2013-12-16Change log fixed issue#.Neil1-1/+1
2013-12-16Add code for finding unsued values but leave commented out.Neil1-1/+7
2013-12-16Updated headers.Neil2-3/+2
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil25-40/+40
2013-12-15Format normalization - whitespace and braces made consistent.Neil39-401/+412
Parameter names added to method declarations.
2013-12-14Change log.Neil1-0/+12
2013-12-10Bug [#1562]. Clickable area of hotspots was off by half a character width.Christian Walther1-9/+13
2013-12-14Hide Coverity scan files.Neil1-0/+1
2013-12-12Mention responsive scrolling change for Cocoa in 3.3.7 release.Neil1-0/+3
2013-12-12Added tag rel-3-3-7 for changeset 5693714a8b0bNeil0-0/+0
2013-12-06Ensure find indicator correctly flipped on OS X 10.9.rel-3-3-7Neil Hodgson1-0/+9