aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ↵Neil8-32/+29
gcc.
2013-09-10Drop warning setting -Wno-missing-braces since this has had no effect since ↵Neil3-3/+2
gcc 4.2.
2013-09-10Change log.Neil1-0/+23
2013-09-10Pass control ID with WM_NOTIFY for compatibility with other platforms.nyamatongwe2-2/+2
2013-09-10Bug [#1522]. Don't send selection change notification when scrolling.nyamatongwe1-1/+4
2013-09-09Remove dealloc from @interface as it should not be directly called.nyamatongwe1-2/+0
2013-09-09Fix memory leak for margin view.nyamatongwe1-0/+1
2013-09-09Use const for constant strings as recommended in Effective Objective C 2.0nyamatongwe2-2/+2
2013-09-09Since overlay scroll bars, the info bar is always full width so remove variablenyamatongwe2-7/+0
for width and comments that is no longer correct.
2013-09-08Change log.Neil1-0/+3
2013-09-08Stop exposing Scintilla implementation to clients from ScintillaView header.nyamatongwe5-26/+35
Platform.h and ScintillaCocoa.h are no longer imported in ScintillaView.h
2013-09-08Fix spelling mistakes in comments.nyamatongwe5-21/+21
2013-09-07Mention that prefix keyword sets aren't implemented for SCI_SETIDENTIFIERS.Neil1-4/+5
2013-09-07Since ScintillaBase::Finalise is implemented, don't mark it as virtual.Neil1-1/+1
2013-09-06Be more explicit about the empty case to avoid warnings from Visual C++ ↵Neil1-13/+15
analyzer.
2013-09-06Bug [#1521]. Allow tab, cariage return and new line separators for ↵Neil1-3/+5
SCI_SETIDENTIFIERS. Treat multiple separators as a single separator.
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil8-4/+34
2013-09-05Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.Neil2-5/+22
2013-09-05Update Pascal lexer keywords.Marko Njezic1-10/+11
2013-09-04Turn off idle events on destruction.Neil2-0/+4
From John Ehresman.
2013-09-04Fix namespace compilation errors when SCI_NAMESPACE defined.Neil3-42/+18
2013-09-04Build Direct2D platform code if Direct2D headers are available.Neil1-2/+9
2013-09-03Documentation for GetStyleFromSubStyle.Neil2-1/+19
2013-09-03Added another test for cpp lexer support for Unicode line ends.Neil1-0/+1
2013-09-03Added GetStyleFromSubStyle.Neil7-2/+66
Tests for this and other sub styles methods.
2013-08-17Fix CoffeeScript styles usageColomban Wendling1-71/+71
Properly use SCE_COFFEESCRIPT_..., not SCE_C_..., even if they have the same value.
2013-08-31Added tag rel-3-3-5 for changeset c343e43079c4Neil1-0/+1
2013-08-26Updated cheange log.Neil1-0/+3
2013-08-26Updated version number and description for next release.Neil7-20/+17
2013-08-25Recent MingW does not compile due to missing Direct2D headers so disable ↵Neil1-1/+1
Direct2D.
2013-08-24Updated compiler and build file information.Neil1-6/+3
2013-08-23Updated information on script location.nyamatongwe2-3/+3
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-21Added LexKVIrc to project.nyamatongwe1-0/+4
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil6-0/+512
From OmegaPhil.
2013-08-20Added PositionRelative to optimize navigation by character.Neil6-0/+62
2013-08-20Change log.Neil1-0/+3
2013-08-20Fix bug where coordinates were relative to the text view instead of the ↵nyamatongwe3-5/+14
whole view.
2013-08-18Grammar fix.Neil1-1/+1
2013-08-16Change log.Neil1-0/+7
2013-08-16Initialize extended styles to the default style.Neil1-0/+4
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil10-20/+85
switch to rectangular by pressing Alt after start of gesture. From Neomi.
2013-08-15Use system symbol for constant.Neil1-1/+1
2013-08-14Remove archaic wxForceScintillaLexers function since wxWidgets now usesNeil1-6/+1
Scintilla_LinkLexers. Fix comment with file name.
2013-08-12Feature: [feature-requests:#1007]. Fix bugs with redrawing selection.Neil2-0/+8
From Neomi.
2013-08-11Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.Neil Hodgson1-2/+2
Means rectangular clipboard operations will not work.
2013-08-10Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.Neil2-9/+20
From Oezguer Emir.
2013-08-10Removed change log for backed out change.Neil1-3/+0
2013-08-10Backed out change #4739 for Qt 5 on OS X as the code was LGPL.Neil2-60/+0