aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2015-08-03Mention interface change and changed release date.rel-3-6-0Neil2-4/+6
2015-07-31Document use of Sci_Position and Sci_PositionCR.Neil1-7/+11
2015-07-31Updated lexer interfaces for Sci_Position.Neil1-177/+44
2015-07-30Updated header dependencies to include Sci_Position.h and Position.h.Neil2-356/+554
2015-07-30Updated header dependencies to include Sci_Position.h.Neil1-371/+512
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller96-1100/+1105
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-29Change lexlib to use Sci_Position and Sci_PositionU to prepare for large fileNeil7-73/+73
support.
2015-07-29Update version numbers and dates for 3.6.0 release.Neil7-19/+15
2015-07-28Remove archaic mention of cells.Neil1-2/+2
2015-07-28Change log.johnsonj1-0/+4
2015-07-28Avoid candidate box randomly popping up away from edit pane with (especiallyjohnsonj3-0/+3
Japanese) IME input.
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil30-0/+51
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil93-226/+226
comment recognizers to allow for future implementation of 64-bit positions.
2015-07-24Change log.Neil1-0/+10
2015-07-20Use Sci_Position when required to implement interfaces.Neil22-160/+160
2015-07-17Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to externalNeil4-30/+63
interfaces to allow these to become 64-bit in the future.
2015-07-16Cast for 64-bit warning with Visual C++ 2015.Neil1-1/+1
2015-07-14Fix Xcode project file to contain all the individual lexers split out from ↵Neil Hodgson1-5/+25
LexOthers in the previous commit.
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil9-1153/+1353
LexErrorList, LexMake, LexNull, and LexProps.
2015-07-14Fix drawing problem when control characters are in a hidden style as they thenNeil2-1/+8
have a zero width rectangle to draw but modify that rectangle in a way that clears some pixels.
2015-07-10SciTE change log.Neil1-0/+3
2015-07-06White space fix.Neil1-1/+1
2015-07-06Change log for SciTE.Neil1-0/+3
2015-07-06Change log.Neil1-0/+3
2015-07-06Upgrading Python to an object lexer that supports substyles.Neil2-73/+237
2015-07-06SCI_SETIDENTIFIERS resets styling ensuring any added identifier are highlighted.Neil2-0/+4
2015-07-05Change log.Neil1-0/+3
2015-07-05Change log.Neil1-0/+4
2015-07-05GTK: Fix leaking scrollbarsColomban Wendling1-0/+3
2015-07-04Closer correspondence between return type of *WndProc and Win32 definition.Neil1-9/+9
Avoids potential problems if sptr_t changed to a slightly different type.
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil16-0/+19
tool set will not indirectly include <stdexcept>.
2015-07-04Unit tests need to see std::exception now.Neil3-0/+3
2015-07-04Also need to see std::exception in PerLine.Neil1-0/+1
2015-07-04Throw an exception for a negative sized reallocation as occurs when askedNeil Hodgson3-0/+5
for more than 2GB.
2015-07-04On Cocoa, translate exceptions into error codes.Neil Hodgson1-44/+50
2015-07-03Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.Jonathan Hunt6-18/+151
From Jonathan Hunt.
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil6-4/+25
2015-06-29Change log.Neil1-0/+3
2015-06-27Merged from different machines.Neil1-2/+2
2015-06-27Make documentation of SCI_MARKERENABLEHIGHLIGHT consistent.Neil1-1/+1
2015-06-26Updated OS X deployment target to 10.7 at the project level as it already wasNeil Hodgson1-2/+2
at the target level.
2015-06-26Added CodeMirror to list of editing components.Neil1-0/+4
2015-06-26Change log.Neil1-0/+3
2015-06-25Fix regression due to recent multiple-selection changes with the selection notNeil Hodgson1-1/+1
being redrawn after up/down cursor.
2015-06-25Change log.Neil Hodgson1-0/+5
2015-06-25Bug [#1740]. Cancel autocompletion and calltip when window moved.Neil Hodgson3-0/+24
2015-06-25Bug [#1740]. Improve autocompletion positioning to avoid being off-screen.Neil Hodgson1-2/+14
Not perfect when the Scintilla view is overlapping the screen edge or dock as the position moved to is based on the view's area.
2015-06-24Simplify text measurement and drawing by removing segmentation and failureNeil1-88/+25
handling that was needed to support Windows 95.
2015-06-24Make multiple selection work over most cursor movement and selection, new line,Neil6-338/+577
and word and line part deletion commands.
2015-06-24Fix URL to point to correct download.Neil1-1/+1