aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-10-31Documentation.nyamatongwe1-0/+2
2010-10-31Feature request #3098071. Property to turn off '#' as comment start in SQL.nyamatongwe2-1/+7
2010-10-29Documentationnyamatongwe1-0/+5
2010-10-27Spelling and date of change.nyamatongwe2-2/+2
2010-10-27Added tag rel-2-22 for changeset 91d53a344450nyamatongwe1-0/+1
2010-10-27Fix for bug #3063822 for bash here docs starting with <<-nyamatongwe2-2/+6
2010-10-27Better version of last patch should get eolfilled right.nyamatongwe1-1/+1
2010-10-26Whitespace.nyamatongwe1-1/+1
2010-10-26Fix problem with background style appearing after last character on line.nyamatongwe1-0/+1
2010-10-22Updates for 2.22 release.nyamatongwe6-17/+118
2010-10-22Addition of '?' regular expression operator to indicate 0 or 1 occurrencesnyamatongwe2-31/+64
and non-greedy matches.
2010-10-21Using non-deprecated functions for manipulating widget flags.Unknown1-0/+33
2010-10-20Fixed code that did not split style bytes into styles and indicators.nyamatongwe1-4/+4
2010-10-20Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window.nyamatongwe4-3/+23
2010-10-20Credit.nyamatongwe1-0/+1
2010-10-20Trailing whitespace fixed.nyamatongwe1-2/+2
2010-10-20Folding fix for "if" keyword used as a modifier where it is separatednyamatongwe1-3/+38
from the modified statement by an escaped new line. From bug #2093767.
2010-10-20Handle % quoting better.nyamatongwe1-0/+9
From bug #2093767.
2010-10-20Treat all dots as operators in ranges 1..2 and 1...2 rather thannyamatongwe1-0/+4
treating the first dot as part of a number. Fixes part of bug #3058496 and patch came from bug #2093767.
2010-10-15Clarification.nyamatongwe1-1/+1
2010-10-11Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event.nyamatongwe6-5/+36
Contributed by Farshid Lashkari.
2010-10-10Fix for bug #1263788 LaTeX syntax wrong for \end {something}nyamatongwe1-1/+1
2010-10-08Fix for bug #3081721. Scroll to make caret visible off-by-one error.nyamatongwe1-1/+1
2010-10-06Credit.nyamatongwe1-0/+1
2010-10-06Fix for bug #3079778: Autocompletion list overlaps text when ↵nyamatongwe1-3/+3
WS_EX_CLIENTEDGE used
2010-10-06Fix for bug #3079114: Set x chosen after autocompletion.nyamatongwe1-0/+1
2010-10-06Feature request #3079784 Use system caret blink time on Windowsnyamatongwe1-0/+4
2010-09-29Fix for bug #3077452 PgUp/PgDn not virtual space aware.nyamatongwe1-8/+11
2010-09-29Creditnyamatongwe1-0/+2
2010-09-25Optimization of line layout by minimizing calls in Editor::LayoutLine and ↵nyamatongwe6-17/+45
avoiding case force processing unless at least one style uses a case force option.
2010-09-25Bug #3075074 fixed. AddMark and AddMarkSet need to check line argnyamatongwe1-1/+4
2010-09-24Added GetRange method to SplitVector as fast way to retrieve elements.nyamatongwe2-4/+18
2010-09-24Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵nyamatongwe7-1/+49
efficiently.
2010-09-23Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not sendnyamatongwe1-1/+6
dwell start on timer. Send dwell end for mouse leave.
2010-09-16Making methods const when they should be.nyamatongwe2-4/+4
2010-09-16Make internal methods private.nyamatongwe1-4/+4
2010-09-15Fix for bug #3065912 Fail to Search up when code.page = 936nyamatongwe1-1/+1
2010-09-15Fix for bug #3066031 Wrong syntax higlight for broken c++ style commentsnyamatongwe1-3/+5
2010-09-09Fix for bug #3062287 JavaScript lexer: recognize regexes following return ↵nyamatongwe1-2/+28
keyword.
2010-09-06Ensure changing the marker for a here-doc causes a redisplay.nyamatongwe1-0/+6
2010-09-06More accurate range for LineState modification notification so doesn't hit ↵nyamatongwe1-1/+1
the start of document.
2010-09-04Fix for bug #3058924 wrong highlighting for float literals containing +/-.nyamatongwe3-1/+7
Tests added for example numeric literals.
2010-09-02Added tag rel-2-21 for changeset bae0795bc895nyamatongwe1-0/+1
2010-09-01Documented recent fix.nyamatongwe1-0/+4
2010-09-01Fix division by 0 crash with preprocessor expressions likenyamatongwe1-2/+2
#if 1 / 0 or #if 1 //
2010-08-29Fixed crash when lexer asks for line state of negative line. Better to just ↵nyamatongwe1-0/+2
return 0.
2010-08-29Updates for 2.21 release.nyamatongwe2-3/+89
2010-08-27Fixed bugs caused by ignoring single character \n line ends on #include linesnyamatongwe1-0/+8
causing preprocessor memory to be out of sync.
2010-08-27Updates for version 2.21.nyamatongwe5-13/+22
2010-08-27NextPosition treats \r\n as two characters as this allows searching for \n.nyamatongwe1-13/+1