aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27Updated changes list.rel-3-3-3nyamatongwe1-4/+1
2013-05-27Updated version numbers, date, and change log for 3.3.3.nyamatongwe7-16/+27
2013-05-27Update all release dates based on date in scintilla/doc/index.html.nyamatongwe1-13/+52
2013-05-26Switch SelectionText to use a std::string to hold the data and to provide ↵nyamatongwe8-96/+104
accessors to this data. Add a length argument to DropAt, although previous signature still available.
2013-05-25Simplify copying text since it is now using a std::string so no need toNeil Hodgson1-29/+12
pre-allocate.
2013-05-25Use simplified call to set SelectionText from std::string.Neil Hodgson1-16/+18
Change input argument of ConvertText to const as it is not changed.
2013-05-25Add a simplified way to set a SelectionText from a std::string.Neil Hodgson1-0/+3
2013-05-25Bug: [#1481]. Incorrect event copying on GTK+ 3.x.Neil Hodgson1-5/+14
2013-05-25Fix crashes with SelectionText instances that did not have \0 terminators.Neil Hodgson1-7/+7
2013-05-24Add Structured Text lexer.nyamatongwe1-0/+4
2013-05-24Updated make dependencies.Neil Hodgson1-4/+4
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe28-135/+135
2013-05-23Change log for bug #1478.nyamatongwe1-0/+4
2013-05-23Credit/change log for bug #1477.nyamatongwe1-0/+5
2013-05-23Always display editor text in LTR directionYosef Or Boczko1-1/+4
2013-05-23Bug: [#1478]. Tab/backTab in column select requires one undo per line.nyamatongwe1-6/+2
From Eric Promislow at ActiveState.
2013-05-23Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ↵nyamatongwe6-0/+460
language. from Pavel Bulochkin
2013-05-23Switch to calls compatible with old compilers/run times so that cross compilingnyamatongwe2-4/+4
Linux -> OS X works. From Mitchell Foral.
2013-05-22Added tag rel-3-3-2 for changeset d887fce16375nyamatongwe0-0/+0
2013-05-19Fix display of multi-byte Unicode character at line start.rel-3-3-2nyamatongwe1-1/+0
2013-05-19The convertRectToScreen: message was introduced in 10.7 so use ↵nyamatongwe1-2/+9
convertBaseToScreen: call on 10.6. convertBaseToScreen: was deprecated in 10.7.
2013-05-19Don't dereference character string when length is 0. May be a NULL pointernyamatongwe1-1/+1
and cause a crash and shouldn't read beyond length anyway.
2013-05-18Fix import list folding in fully indented moduleskudah1-79/+87
2013-05-17Fix fold all to show lines instead of going past end which then failed.nyamatongwe1-1/+1
2013-05-16Added SciTECO.nyamatongwe1-0/+4
2013-05-16Updates for 3.3.2.nyamatongwe1-1/+1
2013-05-16Updates for 3.3.2.nyamatongwe6-13/+14
2013-05-16Change log.nyamatongwe1-1/+1
2013-05-13get rid of msvc warningkudah1-5/+5
2013-05-09* Literate Haskell supportkudah4-69/+185
* CPP highlighting is disableable * CPP is now correctly colored when inside comments and strings * Some bugs with incremental lexing fixed * Indented imports folding is now undisableable
2013-05-08Fixed a bug when --:> was highlighted as a constructorkudah1-52/+85
Fixed a bug when X wasn't highlighted as a module in import {-# SOURCE #-} X Fixed a bug when preprocessor directives could mess up context keywords
2013-05-16Feature: [feature-requests:#990]. Fix for #define foo /**/nyamatongwe1-1/+0
From Alpha.
2013-05-15Builds again with some older versions of Visual C++.nyamatongwe1-1/+1
2013-05-15Feature: [feature-requests:#990]. Style added for preprocessor doc comment.nyamatongwe4-2/+14
From Alpha.
2013-05-10Handle most stringresult methods generically.nyamatongwe2-99/+57
Make compatible with PyPy.
2013-05-08Hide implementation of WordList.nyamatongwe4-15/+36
2013-05-08Avoid warning.nyamatongwe2-1/+21
2013-05-08Partial fix for compiling Direct2D code with MinGW-w64.nyamatongwe2-18/+41
Also needs changes to GUID code and the pixel format in InitPixMap but the correct code for those issues is less certain.
2013-05-07Simplified code and avoid warning.nyamatongwe1-2/+2
2013-05-07Remove variable that was not used to reduce warnings.nyamatongwe1-1/+1
2013-05-07Replace X.data() with &X[0] to allow building with old releases of Visual C++.nyamatongwe3-14/+14
2013-05-04* Allow arbitrary amount of # suffixes in identifiers with ↵kudah1-61/+118
lexer.haskell.allow.hash * Allow only one dot in base 10 numeric literals * Comments are now treated as whitespace by the folder * Fixed inconsistent folding at end of the file
2013-05-06Change log addition.nyamatongwe1-0/+4
2013-05-06Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.Neil Hodgson3-0/+3
2013-05-06Indentation formatting.Neil Hodgson1-16/+15
2013-05-06Simplify CaseMapString by grouping the code that requires conversionNeil Hodgson1-19/+26
from and to UTF-8 together. Wrapping the allocation ensures deallocation in all cases.
2013-05-06Change log addition.nyamatongwe1-0/+3
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe6-45/+27
2013-05-05Removing support for Visual C++ 2005 and 6.0.nyamatongwe4-549/+7
2013-05-05Make test run on older version of Python.nyamatongwe1-1/+1