aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width.Unknown1-0/+4
2013-11-07Feature [feature-requests:#962]. Improvement of folding for Fortran.Neil1-0/+4
Treats "else" as fold header. From darmar.
2013-11-03Bug [#1544]. Mac font quality not applied to margin.nyamatongwe1-0/+4
From Mark Yen.
2013-11-03Change log.nyamatongwe1-0/+3
2013-10-31Change log.Neil1-0/+4
2013-10-30Bug [#1542]. Margin click focus handling on Cocoa.nyamatongwe1-0/+4
2013-10-28Additions to C++ lexer.Neil1-1/+8
2013-10-25Bug [#1541]. Paste into multiple selections on OSX only inserts at one ↵nyamatongwe1-0/+4
selection point.
2013-10-23Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .Neil1-0/+6
From Marko Njezic.
2013-10-23Change log.Neil1-0/+7
2013-10-18Change log.Neil1-0/+3
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil1-0/+5
From Mark Robinson.
2013-10-18Credit.Neil1-0/+1
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil1-0/+5
From Erik.
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil1-0/+12
From Alpha.
2013-10-16Added to change log.Neil1-0/+4
2013-10-14Updated file sizes.Neil1-2/+2
2013-10-14Remove line end whitespace.Neil1-1/+1
2013-10-14To follow naming conventions InnerView was renamed to SCIContentView andnyamatongwe1-4/+6
MarginView was renamed to SCIMarginView.
2013-10-10Bug [#1528]. Perl: POD problems with multibyte characters.Neil1-1/+1
From Colomban Wendling and Kein-Hong Man.
2013-10-10Updated for next release.Neil3-9/+10
2013-10-09Bug [#1528]. Perl: multibyte character problems.Neil1-0/+4
From Colomban Wendling and Kein-Hong Man.
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and ↵Neil1-0/+4
Unicode. From Thomas Linder Puls.
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+6
From SiegeLord.
2013-10-06Line end spaces removed.Neil1-2/+2
2013-10-06Allow subclassing InnerView.nyamatongwe1-0/+4
2013-10-05Change log.nyamatongwe1-0/+4
2013-10-01Change log.Neil1-4/+10
2013-09-30Added specific type to make it easier to understand.nyamatongwe1-1/+1
2013-09-30Removed command: method from ScintillaNotificationProtocol as all events can ↵nyamatongwe1-2/+0
now be received through the notification: method.
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-2/+11
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
2013-09-29Improved information about notifications, particularly on GTK+.Neil1-11/+16
2013-09-28Change log.Neil1-4/+4
2013-09-26Change log.nyamatongwe1-0/+4
2013-09-26Fixed appearance of outlines of alpha rectangles.nyamatongwe1-0/+4
2013-09-26Enhance stability by defining GetLineEndPosition for lines beyond end of ↵Neil1-3/+3
document to return document size.
2013-09-26Feature [feature-requests:#1020]. Fold 'create view' statements.Neil1-0/+4
Fold on the 'AS' ... ; in `create view [name] as ... ;' From Eric Promislow.
2013-09-26Added image of indicators.Neil2-2/+4
2013-09-25Change log.Neil1-0/+4
2013-09-22Change log.nyamatongwe1-0/+4
2013-09-22Change log.Neil1-0/+7
2013-09-20Change log.Neil1-0/+3
2013-09-18Change log.nyamatongwe1-1/+8
2013-09-18Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ↵nyamatongwe1-3/+11
relationship using ScintillaNotificationProtocol. Add optional command:idFrom: method to ScintillaNotificationProtocol for command notifications. In a future version registerNotifyCallback: and ScintillaCocoa::RegisterNotifyCallback will be deprecated.
2013-09-13Change log.nyamatongwe1-0/+4
2013-09-10Change log.Neil1-0/+23
2013-09-08Change log.Neil1-0/+3
2013-09-07Mention that prefix keyword sets aren't implemented for SCI_SETIDENTIFIERS.Neil1-4/+5
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil2-4/+11
2013-09-04Turn off idle events on destruction.Neil1-0/+3
From John Ehresman.