aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26Fixing Markdown lexer to not change state inside term. Bug #3398184.nyamatongwe1-8/+15
From Eric Promislow at ActiveState.
2011-08-20Styling of variable interpolation for Perl. Feature #3394258.nyamatongwe3-60/+302
From Kein-Hong Man.
2011-08-20Fix memory leak with images in autocompletion list.nyamatongwe1-1/+0
2011-08-20Specify that AutoCompletionDataSource implements NSTableViewDataSourcenyamatongwe1-1/+4
protocol only when building for later than 10.5 so SDK has to know about that protocol.
2011-08-20Replace call available only on 10.6 with sequence that works on 10.5.nyamatongwe1-2/+8
2011-08-20Include autocompletion list test.nyamatongwe1-0/+43
2011-08-10Fix for wrong cursor near selection ends when scrolled horizontally. Bug ↵nyamatongwe1-3/+3
#3389055.
2011-08-10Feature #3388802. Support changes in Perl 5.14.0:nyamatongwe1-3/+3
(a) new + character for subroutine prototypes (b) 0X and 0B prefixes for binary and hexadecimal numbers are now legal From Kein-Hong Man
2011-08-09Improvements to LaTeX lexer from Josepmaria Roca adds several newnyamatongwe3-29/+239
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692
2011-08-08More selective for raw string mode. Bug #3388122.nyamatongwe1-8/+13
2011-08-07Do not extend decorations when appending to end of document. Bug #3378718.nyamatongwe1-0/+4
2011-08-06Credit.nyamatongwe1-0/+1
2011-08-05Fix to check for other.states.empty() when Merging SparseStates.Ben Bluemel1-1/+1
2011-08-05Fix for infinite loop bug when typing "goto " at the end of the program.nyamatongwe1-1/+1
2011-08-05Lua lexer update for Lua 5.2 beta. Feature #3386330.nyamatongwe3-6/+78
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man.
2011-08-05Added Wx::Scintilla and Padre.nyamatongwe1-0/+8
2011-08-05Updated email contact.nyamatongwe1-1/+1
2011-08-05Use casts to squash 64-bit warnings from strlen return value.nyamatongwe6-7/+7
2011-08-03Patch from Kein-Hong Man:nyamatongwe1-19/+12
- bkend adjust - removal of isMatch() No changes to behaviour or highlighting, _except_ for CRLF line endings, highlighting will stop at the end of the HEREDOC delimiter instead of eating up the CR as well.
2011-08-03Credit.nyamatongwe1-0/+2
2011-08-03Fixed 64-bit warnings.nyamatongwe1-6/+6
2011-07-25Switch to STL sort algorithm on MSVC. Feature #3376826.Marko Njezic1-7/+21
Changed remaining C style casts to C++ casts and added one missing cast.
2011-08-01Added tag rel-2-28 for changeset 265b4ffceb4anyamatongwe1-0/+1
2011-08-01Punctuation fix.nyamatongwe1-1/+1
2011-08-01Updated release date.nyamatongwe2-3/+3
2011-08-01Clarified keys on OS X.nyamatongwe1-3/+4
2011-07-27Removed old nib directory as replaced with xib which works withnyamatongwe3-294/+0
Xcode 4.1.
2011-07-27Converting nib to xib for compatibility with newer tools.nyamatongwe2-10/+1367
2011-07-27Ran modernize project.nyamatongwe1-4/+5
2011-07-27Ran modernize.nyamatongwe1-5/+5
2011-07-27Ran modernize and it removed some archaic options and updated version numbers.nyamatongwe1-5/+5
2011-07-27Updated base SDK to 10.6.nyamatongwe1-2/+2
2011-07-26Full name.nyamatongwe1-1/+1
2011-07-26Updates for current state.nyamatongwe1-21/+2
2011-07-262.28 updates.nyamatongwe2-2/+2
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Properly override background color when using alpha blended selections.Marko Njezic1-3/+5
Bug #3377116.
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Properly set atLineStart depending on startPos. Bug #3377148.Marko Njezic1-1/+1
2011-07-26API availability.nyamatongwe1-2/+3
2011-07-26Adding change log for 2.28.nyamatongwe1-0/+85
2011-07-25Updating for version 2.28.nyamatongwe5-18/+22
2011-07-25Avoid unwanted output.nyamatongwe1-2/+2
2011-07-25Using 'from __future__ import unicode_literals' to make work on Python 2.7.nyamatongwe4-2/+10
2011-07-21Added dotted box indicator.nyamatongwe6-8/+61
2011-07-19Patch from Mitchell to make Alt key handling work on OS X.nyamatongwe1-1/+1
2011-07-19Integrate OS X key mapping into main key map.nyamatongwe1-9/+38
2011-07-19Added ScrollToStart and ScrollToEnd key commands for OS X.nyamatongwe4-1/+30
2011-07-19Fix up spacing and unwanted brackets.nyamatongwe1-2/+2
2011-07-19Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang.nyamatongwe1-2/+2