aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-06-12Store OS X files in zips.nyamatongwe1-1/+1
2007-06-12Updated blurb.nyamatongwe1-2/+3
2007-06-12Added changed items for 1.74.nyamatongwe1-0/+75
2007-06-12Updates for 1.74nyamatongwe2-8/+14
2007-06-12Updating for 1.74 and credit.nyamatongwe3-5/+6
2007-06-12PL/M and Progress lexers added.nyamatongwe12-10/+597
2007-06-12Protection from calling GTK+ 2 functions on GTK+ 1.nyamatongwe1-0/+2
2007-06-12Fixed bug where setting the same range twice to the same value resultednyamatongwe1-7/+9
in rest of document being set.
2007-06-10Patch from Enrico Tröger to default caret blink rate to GTK+ defaults.nyamatongwe1-0/+18
2007-06-09Fixed bug when setting a range where the start of the range was already anyamatongwe1-3/+5
run start.
2007-06-07Patch from Kein-Hong Man fixes a CRLF glitch in LexPS.nyamatongwe1-1/+1
2007-06-04fix osx build for new positioncache codescaraveo4-1/+14
2007-06-04add missing main.nib for test containerscaraveo3-0/+294
2007-06-02Moving CharacterSet class into own header so can be used by morenyamatongwe3-58/+83
lexers. Updated LexCPP to match changes. Added use of CharacterSet to LexHTML.
2007-06-02Increased segmentation parameters to more reasonable values.nyamatongwe1-2/+2
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe16-568/+1021
to position information and segments long pieces of text so they can be handled more efficiently.
2007-06-02Changed caret style method IDs to be in sequence.nyamatongwe2-4/+4
2007-06-01Make run under Python 2.4.nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo134-16/+9625
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2007-05-31Patch from Istvan Szollosi fixes bad folding for Pascal and GAPnyamatongwe2-2/+2
when fold affecting text is not separated by whitespace.
2007-05-29Block caret feature added by Todd Whiteman.nyamatongwe7-24/+153
2007-05-27Fix to primary selection to not include URI format.nyamatongwe1-1/+1
2007-05-27Patch from Todd Whiteman to show brace highlight background overnyamatongwe2-1/+2
caret line background.
2007-05-21Added convert indenation item.nyamatongwe1-0/+3
2007-05-18Protection against bad UTF-8 sequences.nyamatongwe1-1/+1
2007-05-17Fix from Iago Rubio for SA25245 buffer overflow error.nyamatongwe1-1/+1
http://secunia.com/advisories/25245/
2007-05-15Applied part of a patch from S. Sevki Dincer that changednyamatongwe1-7/+7
determination of GTK+ flags and libararies so that it only occurred once rather than for every compile.
2007-05-12Avoid dragging text onto itself as this produces undo actions but nonyamatongwe1-5/+16
real effect and is often accidental.
2007-05-12Bug fix from Enrico Tröger for GTK+ does not place a text/uri-listnyamatongwe2-13/+15
target on the clipboard as this allows Open Office to see the text and correctly paste it.
2007-05-12Drag operation does not start until mouse has been dragged more thannyamatongwe4-53/+91
a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState.
2007-05-11Only perform alpha blending on rectangles with positive widths tonyamatongwe2-3/+3
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered.
2007-05-07Fix for bug #1709848 by Ariden01 allows folding of all tags innyamatongwe1-9/+22
XML and only terminates script mode with script end tag rather than any tag in XML.
2007-05-04Added Geany.nyamatongwe1-0/+4
2007-04-25Made fontNames array grow when needed. Fixes bug 1339845 andnyamatongwe2-1/+17
lessens memory use.
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe6-2/+30
over text.
2007-04-23Added INDIC_CONTAINER and a comment.nyamatongwe2-2/+5
2007-04-23Updated indicator documentation to deprecate style byte indicators innyamatongwe1-39/+49
favour of modern indicators.
2007-04-23Changed to use new indicator API.nyamatongwe1-12/+22
2007-04-21Fixed bug when using SCI_LINETRANSPOSE on a blank line.nyamatongwe1-7/+6
2007-04-21Bug 1704800 fixed dealing with strings and chars like "something\\".nyamatongwe1-26/+26
2007-04-19Patch from Xie Renhui tries Unicode format for dropped text first.nyamatongwe1-12/+26
2007-04-19Patch from Xie Renhui uses explicit ANSI calls on Windows so can benyamatongwe3-18/+19
compiled in Unicode mode.
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe8-32/+44
notification flag.
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe6-44/+92
2007-04-19Added GAP lexer.nyamatongwe1-7/+11
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe10-12/+311
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe13-16/+106
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers.
2007-04-07Credit.nyamatongwe1-0/+1
2007-04-05New files that implement decorations.nyamatongwe4-0/+456
2007-04-05Implemented decorations which are extended indicators.nyamatongwe21-409/+851