aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-09-03Documentation for GetStyleFromSubStyle.Neil2-1/+19
2013-08-26Updated cheange log.Neil1-0/+3
2013-08-26Updated version number and description for next release.Neil3-15/+12
2013-08-22Correct spelling and some out-of-date file and directory names.nyamatongwe1-25/+25
2013-08-21Fixed spelling mistakes.nyamatongwe1-5/+4
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil1-0/+5
From OmegaPhil.
2013-08-20Added PositionRelative to optimize navigation by character.Neil2-0/+9
2013-08-20Change log.Neil1-0/+3
2013-08-18Grammar fix.Neil1-1/+1
2013-08-16Change log.Neil1-0/+7
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil2-1/+17
switch to rectangular by pressing Alt after start of gesture. From Neomi.
2013-08-12Feature: [feature-requests:#1007]. Fix bugs with redrawing selection.Neil1-0/+6
From Neomi.
2013-08-10Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.Neil1-0/+1
From Oezguer Emir.
2013-08-10Removed change log for backed out change.Neil1-3/+0
2013-08-10Change log.Neil1-0/+3
2013-08-08Bug [#1512]. Fix bug with horizontal caret position when margin changed.Neil1-0/+5
From Neomi.
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown1-0/+3