index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
Fix some warnings in unit tests.
rel-5-1-0
Zufu Liu
5
-24
/
+22
2021-06-21
Add tests for CharacterCategoryMap, RESearch, and Document.
Zufu Liu
6
-0
/
+218
2021-06-10
Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text
Neil
1
-2
/
+2
2021-06-09
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Mitchell Foral
1
-0
/
+6
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
1
-0
/
+25
2021-05-30
Fix GetFontQuality. Simplify code that calls FlagSet.
Neil
1
-0
/
+5
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
12
-161
/
+166
2021-05-15
Updated test since setting the alpha of caret line when it hasn't had colour set
Neil
1
-0
/
+1
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
1
-4
/
+4
2021-05-14
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
Neil
1
-0
/
+32
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
1
-0
/
+7
2021-05-12
Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element and
Neil
1
-16
/
+85
2021-05-12
Allow property-style access to colour and colouralpha APIs.
Neil
1
-3
/
+7
2021-05-11
Add test for SelectionLayer.
Neil
1
-0
/
+6
2021-05-11
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
Neil
1
-6
/
+22
2021-05-11
Add tests for element APIs. Fix SCI_GETELEMENTCOLOUR to return value including
Neil
1
-0
/
+33
2021-05-09
Add @file <filename> comments to follow convention.
Neil
12
-13
/
+36
2021-05-06
Fix building unit tests in Visual C++.
Neil
1
-6
/
+4
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
1
-0
/
+7
2021-04-05
Extract CharClassify::cc as CharacterClass and change to enum class.
Neil
1
-14
/
+14
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
12
-0
/
+12
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
12
-24
/
+12
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
12
-0
/
+12
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-2
/
+2
2021-03-12
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
Neil
1
-3
/
+3
2021-02-13
Update Catch2 so that unit tests will build on Apple Silicon Macs.
Neil
1
-3762
/
+9631
2021-02-11
Make merging of Scintilla and Lexilla features work on older versions of Python.
Neil
2
-2
/
+2
2021-02-08
Read Lexilla constants from lexilla/include/LexicalStyles.iface and include
Neil
2
-2
/
+20
2020-11-19
On Linux/Qt, try to load Lexilla for tests that need a lexer but skip the tests
Neil
1
-1
/
+23
2020-11-10
Remove WordList from testing as that is now part of Lexilla.
Neil
4
-4
/
+0
2020-11-07
Try to load Lexilla for tests that need a lexer but skip the tests when Lexilla
Neil
3
-19
/
+77
2021-01-29
Remove lexer tests from Scintilla
Neil
29
-1370
/
+0
2021-01-29
Remove Lexilla files from Scintilla
Neil
2
-321
/
+0
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-0
/
+40
2020-06-11
Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
Neil
1
-0
/
+13
2020-05-04
Feature [feature-requests:1347]. Add methods to insert multiple partitions.
Neil
1
-0
/
+26
2020-05-03
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
Neil
4
-2
/
+368
2020-05-02
InsertEmpty now returns a pointer to the newly added elements to allow caller to
Neil
1
-0
/
+21
2020-04-17
Update Python versions for files that may involve PySide on Linux which requires
Neil
7
-1
/
+10
2020-04-08
Feature [feature-requests:1344]. Add methods for iterating through the marker
Iain Clarke
1
-3
/
+36
2020-04-06
Bug [#2164]. Change line comments to terminate at next line start.
Neil
2
-272
/
+272
2019-12-02
Add SparseVector::DeleteRange for efficiently removing ranges.
Neil
1
-0
/
+106
2019-12-02
Add SparseVector::IndexAfter for efficiently finding elements in a range.
Neil
1
-0
/
+17
2019-12-01
Allow setting value at end of a SparseVector.
Neil
2
-20
/
+51
2019-12-01
Fix a bug with deleting the first element in SparseVector that left an extra
Neil
2
-4
/
+20
2019-12-01
Improve debugging by fixing visualization of SplitVector, adding a visualization
Neil
1
-10
/
+23
2019-11-26
Bug [#2140]. Fix where anchor and caret differ only in amount of virtual space
Neil
1
-0
/
+18
2019-11-25
Fix regression in 7773 where position wasn't moved on to account for virtual
Neil
1
-0
/
+32
2019-11-24
Bug [#2140]. Move rather than grow selection when insertion at start.
Neil
1
-0
/
+92
2019-11-21
Add test to ensure indicators move sensibly as text is inserted.
Neil
1
-3
/
+40
[next]