aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2014-04-22Hoisting some calculations into classes: ContractionState::DisplayLastFromDocNeil Hodgson5-27/+32
Range::First and Range::Last. Changing Editor::RectangleFromRange arguments to a Range. Simplifying code and specifying some local variables as const.
2014-04-21Clean line end whitespace.Neil1-1/+1
2014-04-21View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.Neil5-9/+28
2014-04-21Avoid warning about use of bitwise operators on boolean values.Neil1-2/+2
2014-04-19Use an unnamed namespace instead of static as classes and structs can't be ↵Neil1-9/+14
static.
2014-04-19Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.Neil4-2/+67
From nkmathew.
2014-04-18Fix calls deprecated in GTK+ 3.10.Neil1-2/+11
2014-04-17Fix Python 3.x compatibility.Neil1-4/+7
2014-04-16Allow filtering of insertions.Neil10-174/+237
2014-04-15Bug [#1592]. Fix bug where caret remained invisible when period set to 0.Neil3-1/+14
2014-04-14Fix write one past array end bug.Neil1-2/+3
2014-04-10Link to tutorial by Andreas Tscharner.Neil Hodgson1-1/+3
2014-04-03Terminate list.Neil1-1/+1
2014-04-03Feature [feature-requests:#1047]. Supports Go back quoted raw string ↵Neil2-0/+13
literals with lexer.cpp.backquoted.strings option. From Eric Promislow.
2014-04-03C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.Neil4-0/+55
From nkmathew.
2014-04-01Added tag rel-3-4-1 for changeset e73e34b23c59Neil0-0/+0
2014-03-28Updating web page for release.rel-3-4-1Neil1-3/+1
2014-03-28Updating vesion number for next release.Neil7-14/+14
2014-03-28Change log.Neil1-0/+3
2014-03-28Displaying Unicode line ends as [LS], [PS], and [NEL] blobs.Neil1-4/+12
2014-03-28Change log.Neil Hodgson1-0/+15
2014-03-28Made indentation consistent.Neil Hodgson1-4/+4
2014-03-27Surround 10.9-specific calls with version checks to ensure builds on old SDKs.nyamatongwe2-0/+6
2014-03-27Improve scrolling by performing styling in methods called before drawing ↵Neil Hodgson5-3/+104
instead of inside drawing which then caused the drawing to be abandoned, and black blocks to appear on-screen. Discard responsive scrolling overdraw when that overdrawn content is invalid. Style just the visible area instead of the whole document when styling changes run beyond painting area.
2014-03-26Indentation use tab.Neil Hodgson1-1/+1
2014-03-26Fixed typo.Neil Hodgson1-1/+1
2014-03-26Change log.Neil Hodgson1-0/+3
2014-03-26Do not call AddCharUTF for empty insertions as may crash when autocompletion ↵Neil Hodgson1-4/+7
active or cause other unexpected behaviour.
2014-03-26Refactor range deletion into a method on ScintillaView.Neil Hodgson2-19/+19
For removeMarkedText, use range deletion instead of setting the selection and inserting an empty string as this has fewer side effects and should avoid crashes when an autocompletion list is active.
2014-03-26Bug [#1588]. Round caret positions to the pixel grid instead of truncating.Neil2-4/+13
This may move the caret to the right 1 pixel in some situations. While sometimes this appears a little worse, on average it is slightly better than the precious code, with carets appearing inside the previous character less often.
2014-03-25Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.Neil2-4/+8
2014-03-25Bug [#1586]. Automatic indentation wrong when caret in virtual space.Neil2-0/+5
2014-03-25Bug [#1585]. Cursor down fails on wrapped lines.Neil2-1/+14
2014-03-23Remove method no longer needed.Neil2-7/+0
2014-03-22Added tag rel-3-4-0 for changeset eea0ac7e5c8fNeil0-0/+0
2014-03-20Minor updates for release 3.4.0.rel-3-4-0Neil2-3/+3
2014-03-18Extact credits from hsitory page with code.Neil2-77/+109
Normalize credit format. Make list same as one shown in about box.
2014-03-18Updated release blurb.Neil1-0/+1
2014-03-18Minor tweaks to avoid ststic checking warnings.Neil4-8/+8
2014-03-18Updating to get ready for 3.4.0.Neil7-14/+14
2014-03-17Avoid warning about excessive variable scope.Neil2-3/+1
2014-03-17Bug [#1583]. Fix styling 0...myArray.length all as a number.Neil1-1/+1
From Alpha.
2014-03-17Bug [#1583]. Fix keyword style extending past end of word.Neil2-0/+12
From Alpha.
2014-03-16Avoid warnings from Clang analyzer.Neil1-1/+11
2014-03-15Change log.Neil1-0/+3
2014-03-14Change log.Neil1-0/+7
2014-03-14Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'Neil5-4/+20
for comments and ';' to separate statements. From nkmathew.
2014-03-13Put selected item at top of autocompletion list.Neil1-0/+7
2014-03-11Upgrade to Xcode 5.1.Neil Hodgson1-1/+1
2014-03-11Remove function no longer called.Neil1-5/+0