aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-04-16Updating 3.1.0 release.rel-3-1-0nyamatongwe1-0/+3
2012-04-16Preparing 3.1.0 release.nyamatongwe5-15/+103
2012-04-16Implemented find indicator with animation for OS X.nyamatongwe7-2/+313
2012-04-16Matched spelling change.nyamatongwe1-2/+2
2012-04-16Fixed spelling.nyamatongwe3-7/+7
2012-04-15Printing uses different margins, so reset screen margins. Bug #3517854.Marko Njezic1-0/+4
2012-04-16Updated tests for bug #3518198.nyamatongwe1-1/+3
2012-04-14Make FindColumn() return correct position when column falls inside tab width....Marko Njezic1-0/+2
2012-04-16Case-insensitive auto-completion selection. Bug #3516538.nyamatongwe7-2/+37
2012-04-14Remove dead code. Feature #3517596.nyamatongwe1-1/+0
2012-04-14Remove isindentchar as it duplicated IsSpaceOrTab. Made IsSpaceOrTab static. ...nyamatongwe1-6/+2
2012-04-14Remove GoodTrailByte as it duplicated IsTrailByte. Simplified IsTrailByte. Fe...nyamatongwe1-7/+3
2012-04-14Remove Fold method as identical to superclass. Feature #3517596.nyamatongwe1-10/+0
2012-04-14Remove unused WhiteSpace get/set. Feature #3517596.nyamatongwe2-11/+0
2012-04-13Include wrap indentation in alpha selection when selecting whole lines. Bug #...Marko Njezic1-0/+4
2012-04-12Avoid drawing alpha selection into wrap indentation area. Bug #3515555.nyamatongwe1-1/+1
2012-04-12Bug #3514882. Fix recent change set 4086 which caused selection to end of a w...nyamatongwe1-1/+2
2012-04-11Change return type to position as it is returning a position.nyamatongwe1-1/+1
2012-04-11Bug #3514882. Properly draw translucent whole line states, by respecting rightnyamatongwe1-9/+9
2012-04-11Bug #3514882. Properly determine last line that needs to be styled beforenyamatongwe1-2/+2
2012-04-11Bug #3514882. Stop invalidating pixmapLine (and indirectly pixmapSelMargin)nyamatongwe1-1/+0
2012-04-09Protect against NULLs when text is not valid in encoding.nyamatongwe1-3/+5
2012-04-06Remove unused variable.nyamatongwe3-4/+0
2012-04-06Bug #3513946. Make printing work when Direct2D is used for on screen drawing.nyamatongwe2-6/+9
2012-03-31Make MoveSelectedLines() work properly when there's no newline at EOF. Bug #3...Marko Njezic1-8/+25
2012-04-03Moved wrap indent code to wrapping branch.nyamatongwe1-11/+6
2012-04-02Turn on multi-process compilation.nyamatongwe1-2/+1
2012-03-31Bug #3512961. Word wrap indentation for print using positions calculated fornyamatongwe2-11/+11
2012-03-30Credit.nyamatongwe1-0/+1
2012-03-29Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...James Ribe1-2/+9
2012-03-27Protect against modifying annotations with a negative line number or a linenyamatongwe2-31/+37
2012-03-27Ensure default style copied to all styles so that font attributes work.nyamatongwe1-0/+2
2012-03-26Update documentation for \0 change.nyamatongwe1-3/+4
2012-03-25Replace \0 by found text in regular expressions searchjakub1-2/+2
2012-03-25Avoid warnings from example code.nyamatongwe2-2/+2
2012-03-22Bug #3509317. Properly mask state when re-lexing. Remove dead code.Marko Njezic1-12/+7
2012-03-25Add test for bug #3509317.nyamatongwe2-0/+8
2012-03-25Fix lexer tests to test subranges correctly.nyamatongwe1-2/+2
2012-03-22Use SparseState instead of std::vector.Jerome LAFORGE1-12/+4
2012-03-24Typo.nyamatongwe1-1/+1
2012-03-21Ensure segment discovery always makes progress even for invalid UTF-8.nyamatongwe1-1/+6
2012-03-21Bug #3508602. Avoid hang with diff files. From zenico.nyamatongwe2-5/+18
2012-03-13Improvement of folding for CASE/MERGE statement.Jerome LAFORGE1-24/+72
2012-03-13Change name of the 'layout' method of ScintillaView and InfoBar to 'positionS...nyamatongwe4-11/+11
2012-03-11Manage MERGE statement like CASE statement.Jerome LAFORGE1-3/+31
2012-03-11Credit.nyamatongwe1-0/+1
2012-03-11Make mouse wheel scrolling work again on recent GTK+. Bug #3501321.nyamatongwe1-0/+1
2012-03-08Added tag rel-3-0-4 for changeset 2faf55888eebnyamatongwe0-0/+0
2012-03-06Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038.rel-3-0-4nyamatongwe1-2/+2
2012-03-03Updates for 3.0.4.nyamatongwe5-12/+173