aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2013-08-10Fix PySide interface to match 64-bit fixes in ScintillaEdit.Unknown2-4/+8
2013-08-10Change log.Neil1-0/+3
2013-08-10Fix building qith Qt 5 on OS X.Neil2-0/+60
From Fan Yang.
2013-08-09Update make dependencies.Neil2-91/+125
2013-08-09Structure colour settings into ColourOptional and ForeBackColours types.Neil3-105/+81
2013-08-09Move wrapping, edge and visual adjustments from Editor to ViewStyle.Neil8-106/+172
Move printing parameters into a separate struct.
2013-08-08Avoid warnings for uninitialized strings.Neil3-1/+5
2013-08-08Bug [#1512]. Fix bug with horizontal caret position when margin changed.Neil2-0/+7
From Neomi.
2013-08-08Move functionality from Editor to ViewStyle.Neil5-173/+187
controlCharSymbol setting moved along with calculated fields for tab width and control symbols. Use of TextSegment simplified and variables made const where possible.
2013-08-07Ensure strings initialised to avoid warnings.Neil4-4/+4
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown2-1/+12
2013-08-07Bug [#1511]. Ensure representation set up initially.Neil1-0/+2
2013-08-07Change log.Neil1-0/+4
2013-08-07Include lexlib and lexers directory in make dependencies.Unknown2-2/+397
2013-08-07Ensure no reads outside allocation.Unknown1-1/+1
2013-08-07Optimize performance with many control characters such as when openingNeil3-197/+163
a binary file. Simplify use of BreakFinder and use for layout as well as drawing.
2013-08-07Removed dead code.Neil1-17/+0
2013-08-03On Windows, fix painting on an explicit HDC when first paint attempt abandoned.Neil2-1/+8
2013-08-03Change log.Neil1-0/+8
2013-08-03Initialise string to avoid warnings.Neil1-1/+1
2013-08-03Bug [#1509]. ';' not styled as an operator.Neil1-14/+1
From Eric Promislow.
2013-08-03Bug [#1508]. Coloring for enumeration member malfunctions.Neil1-4/+9
From Pavel Bulochkin.
2013-08-02Fix failures when invalid DBCS text was measured by ensuringNeil1-4/+7
all positions are filled with reasonable non-negative values.
2013-08-01Change log.Neil1-0/+3