aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2018-05-06Note platform interface removal of ElapsedTime class.mitchell1-0/+4
Since C++11 does not support class deprecations, ElapsedTime was removed.
2018-05-06Backport: Feature [feature-requests:#1166]. Property ↵Iain Clarke1-0/+4
lexer.edifact.highlight.un.all highlights UN* segments. Backport of changeset 6923:5f511df4fe9f.
2018-05-02Backport: Add "change team" and "endteam" folding terms.darmar1-0/+4
Backport of changeset 6781:6ededeebe34c.
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ↵Nicholai Benalal2-3/+19
numbers white. Backport of changeset 6700:daa126b86c17.
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵mitchell2-11/+42
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error.
2018-04-13Backport: Fix bug with regular expression searches failing to match at line ↵Neil1-0/+8
start or end. This was a work-around for infinite loops when replacing empty matches and this is now the application's responsibility. Backport of changeset 6683:bcae0331720b.
2018-04-11Backport: Set the last X chosen when SCI_REPLACESEL called to ensure macros ↵Neil1-0/+4
work when text insertion followed by line up or down. Backport of changeset 6679:480de02f71f2.
2018-04-07Backport: Add item and reorder.Neil1-3/+6
Backport of changeset 6675:ac57ef9d455e.
2018-04-05Backport: Switching to https.Neil5-503/+504
Backport of changeset 6674:f2293f8e3cca.
2018-04-04Backport: Remove automatic detection of Direct2D support during build.Neil1-0/+4
DISABLE_D2D may still be defined to remove Direct2D features. Backport of changeset 6672:9c1997a14d89.
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵Neil2-9/+14
ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684.
2018-04-04Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may ↵Neil1-5/+7
have occurred and not that a change definitely occurred. Backport of changeset 6668:3f20bac89b30.
2018-04-03Backport: Moved web page for LongTerm3 to SourceForge so it can be updated ↵Neil1-1/+1
by others. Backport of changeset 6667:d65ed0ee2893.
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for ↵mitchell1-0/+14
UTF8BytesOfLead. Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. Backport of changeset 6643:ebbb4e5aaf93.
2018-05-05Use correct domain for scintilla380 release zip.mitchell1-1/+1
2018-03-22Update changelog with LPeg lexers and curses additions.mitchell1-0/+6
2018-03-22Updating for 3.8.0.mitchell3-7/+7
2018-03-16Backport: Remove line-end white space.Neil1-1/+1
Backport of changeset 6625:2dd6b8049c4e.
2018-03-08Backport: Change log.Neil1-0/+3
Backport of changeset 6478:e7f3cfe25244.
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-1/+2
Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9.
2018-03-08Backport: Bug [#1952]. Match identifier chains with dots and colons.Kein-Hong Man1-0/+4
Backport of changeset 6475:8fb85a29591f.
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+5
Backport of changeset 6474:7a2aeece58b6.
2018-03-05Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends ↵Neil1-0/+4
before "::". Backport of changeset 6473:daf991b38f03.
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral1-0/+3
Backport of changeset 6458:0a8a766722c0.
2018-02-22Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ↵Tobias Kühne1-0/+4
deletions. Backport of changeset 6457:26e7749ba67a.
2018-02-17Backport: For rectangular selections, pressing Home or End now moves the ↵Vicente1-0/+4
caret to the Home or End position instead of the limit of the rectangular selection. Backport of changeset 6456:eaa6c7fa1a81.
2018-02-06Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall ↵Dimitar Radev1-0/+5
Creators Update. Times of observed mouse events went backwards causing unsigned overflow. Backport of changeset 6449:1280ef150bbb.
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil2-7/+40
Backport of changeset 6448:431b814a54a6.
2018-01-31Backport: Document bytes argument to SCI_CREATEDOCUMENT.Neil1-0/+3
Backport of changeset 6443:ab4efcbfdae6.
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil1-9/+20
Backport of changeset 6441:92c8f0f1b3e6.
2018-01-20Backport: Credit for markdown.properties.Neil1-0/+2
Backport of changeset 6427:1018ec6c3ec4.
2018-01-10Backport: Added Textilosaurus.Neil1-0/+4
Backport of changeset 6424:5246ca55cf24.
2018-01-02Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that ↵John Donoghue1-0/+4
start a fold block * lexers/LexMatlab.cxx (CheckKeywordFoldPoint): add check for while keyword Backport of changeset 6423:0fc72517fb07.
2017-12-14Backport: Added credit for SciTE update.Neil1-0/+1
Backport of changeset 6422:9a21022f5e68.
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral2-0/+9
Backport of changeset 6418:85205da6ec1b.
2017-11-09Backport: Close autocompletion list for escape and delete on macOS 10.13 as ↵chinhster1-0/+5
the window was emptying but stayed visible. Backport of changeset 6416:ab409d732f0f.
2017-11-05Backport: Stop treating '\' as an escape character in strings.Vicente1-0/+3
Detect character literals and assign SCE_VHDL_STRING to them. Backport of changeset 6415:2407bf63ca01.
2017-10-30Backport: Fixed wxWindows -> wxWidgets.Neil1-2/+2
Backport of changeset 6413:dc4b287f474c.
2017-10-26Backport: Fix nested Django tags inside a comment breaking highlighting of ↵Stephan Deibel1-0/+4
rest of file. Backport of changeset 6408:9b831c859b2e.
2017-10-26Backport: Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share ↵Chinh Nguyen1-0/+4
on macOS 10.13. Backport of changeset 6406:c8b0846ddcc2.
2017-10-23Backport: Document style metadata APIs.Neil1-0/+21
Backport of changeset 6405:0849bae316da.
2017-10-15Backport: Bug [#1977]. Folder treats triple-quoted f-strings like ↵Zufu Liu1-0/+4
triple-quoted strings. Backport of changeset 6399:2a06100a1fdc.
2017-10-15Backport: Bug [#1978]. Minor undefined behaviour fixed.Zufu Liu1-0/+4
Backport of changeset 6398:2db0528f34b5.
2017-10-15Backport: Change log.Neil1-0/+1
Backport of changeset 6397:85f99a613e89.
2017-09-18Backport: Bug [#1885]. Improve scrolling on macOS 10.12.Neil Hodgson1-0/+4
Backport of changeset 6393:711d6bbf62b6.
2017-09-14Backport: Remove automatically generated line end whitespace.Zufu Liu1-0/+1
Backport of changeset 6390:51ca7c18e949.
2017-09-13Backport: Bug [#1971]. Fix line selection by clicking in the margin when ↵Neil Hodgson1-0/+4
scrolled. Backport of changeset 6389:96506cab38bd.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil2-2/+4
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2018-03-15Added history for already backported changeset 6385:d04b3417f375.mitchell1-13/+16
Also adjusted newer lexer bugfix positioning.
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not ↵Neil1-0/+4
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7.