aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil4-16/+85
From Erik.
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil2-1/+13
From Alpha.
2013-10-17Fix sign warning in debug code.Neil1-1/+1
2013-10-17Avoid failure in MinGW-w64 Direct2D binding.Neil1-1/+6
2013-10-16Added to change log.Neil1-0/+4
2013-10-16Added tag rel-3-3-6 for changeset da3cbb774e02Neil1-0/+1
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 andnyamatongwe6-32/+34
MarginView was renamed to SCIMarginView.
2013-10-10Bug [#1528]. Perl: POD problems with multibyte characters.Neil2-5/+5
From Colomban Wendling and Kein-Hong Man.
2013-10-10Updated for next release.Neil7-14/+15
2013-10-09Bug [#1528]. Perl: multibyte character problems.Neil2-8/+16
From Colomban Wendling and Kein-Hong Man.
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and ↵Neil2-90/+128
Unicode. From Thomas Linder Puls.
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil7-0/+828
From SiegeLord.
2013-10-06Line end spaces removed.Neil1-2/+2
2013-10-06Allow subclassing InnerView.nyamatongwe3-1/+18
2013-10-05Change log.nyamatongwe1-0/+4
2013-10-05Bug [#1534]. Drag and drop fails when destination view is empty.nyamatongwe1-1/+2
2013-10-04Bug [#1533]. [NSImage dissolveToPoint:fromRect:fraction:] is deprecated.nyamatongwe1-1/+1
From Chinh Nguyen.
2013-10-03Match change 4801 for Python binding types.nyamatongwe2-5/+5
From John Ehresman.
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 ↵nyamatongwe5-37/+2
now be received through the notification: method.
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil8-3/+26
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-27Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.nyamatongwe1-14/+84
2013-09-26Change log.nyamatongwe1-0/+4
2013-09-26Fixed appearance of outlines of alpha rectangles.nyamatongwe2-6/+22
2013-09-26Enhance stability by defining GetLineEndPosition for lines beyond end of ↵Neil3-4/+10
document to return document size.
2013-09-26Feature [feature-requests:#1020]. Fold 'create view' statements.Neil2-31/+135
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-25Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning ↵nyamatongwe1-0/+3
invalid position.
2013-09-22Change log.nyamatongwe1-0/+4
2013-09-22Change log.Neil1-0/+7
2013-09-22Stricter checking for ctags lines in errorlist lexer.Neil1-3/+10
2013-09-22Avoid attempt to redraw an empty area.nyamatongwe1-0/+2
2013-09-21Fix test script to match move of scripts.nyamatongwe1-1/+2
2013-09-20Removed make files as they have not been maintained and no longer work.nyamatongwe4-209/+25
The checkbuildosx.sh script now looks for installed SDKs macosx10.? and builds with each one that is installed.
2013-09-20Simplify project file. Set and use settings on the project level and avoid ↵nyamatongwe1-10/+2
setting on target.
2013-09-20Change log.Neil1-0/+3
2013-09-20Switch parameter type to sptr_t to avoid problems with negative numbers likeUnknown1-3/+3
INVALID_POSITION=-1. From John Ehresman.
2013-09-18Change log.nyamatongwe1-1/+8
2013-09-18Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ↵nyamatongwe5-80/+119
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-17Remove WM_UNICHAR as unused. A remnant from the Carbon platform layer.nyamatongwe1-17/+0
2013-09-16Take account of scroll position when creating drag image.nyamatongwe1-6/+6
2013-09-16Removed back up code that produced a simple drag image.nyamatongwe1-11/+0
2013-09-16Remove dead code that was a remnant of Carbon support.nyamatongwe1-16/+0
2013-09-13Change log.nyamatongwe1-0/+4