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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-15
Suppress some warnings for new DataFlex lexer.
Neil
1
-0
/
+1
2019-06-15
Feature [feature-requests:#1295]. Lexer added for DataFlex.
Wil van Antwerpen
10
-0
/
+689
2019-06-15
Add new section for version 4.1.8.
Neil
1
-0
/
+8
2019-06-13
Added tag rel-4-1-7 for changeset 8fdc0159b0df
Neil
1
-0
/
+1
2019-06-13
Make a new release due to a regression in SciTE with 4.1.6.
rel-4-1-7
Neil
8
-15
/
+27
2019-06-08
Added tag rel-4-1-6 for changeset 6ccb029fd955
Neil
1
-0
/
+1
2019-06-06
Updated release date for 4.1.6.
rel-4-1-6
Neil
2
-3
/
+3
2019-06-05
Clarified large file support.
Neil
1
-1
/
+1
2019-06-05
Preparing for 4.1.6 release.
Neil
8
-13
/
+17
2019-06-05
Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.
Neil
1
-4
/
+4
2019-06-04
Fix extra white space.
Neil
1
-2
/
+2
2019-06-04
Bug [#2104]. Use '%.0f' and casts to double to fix printf format string bugs.
Neil
1
-4
/
+8
2019-06-02
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Neil
6
-56
/
+56
2019-06-02
Clarify which API changes focus.
Neil
1
-2
/
+2
2019-05-29
Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT as it is long.
Neil
2
-4
/
+4
2019-05-29
Resolve some Core Guidelines warnings
Jad Altahan
1
-24
/
+24
2019-05-28
Add folding for CMake 3 function/endfunction
Jad Altahan
2
-2
/
+7
2019-05-24
Support output lengths >2GB for SCI_GETSTYLEDTEXT.
Zufu Liu
1
-2
/
+2
2019-05-24
Optimize SCI_GETSELTEXT by avoiding per-character calls.
Zufu Liu
1
-4
/
+4
2019-05-24
Optimize SCI_GETCURLINE by avoiding per-character calls.
Zufu Liu
1
-5
/
+3
2019-05-24
Optimize SCI_GETLINE by avoiding per-character calls.
Zufu Liu
1
-6
/
+5
2019-05-22
Support for VB2017 bin literals & digit separators
Jad Altahan
4
-1
/
+17
2019-05-22
Fix orphan text, moving to where it should be.
Zufu Liu
1
-2
/
+1
2019-05-17
Optimize InsertLines and DeleteLines for ContractionState if no folds contrac...
Neil
2
-4
/
+16
2019-05-17
Fixed performance bug where line end positions were reset withot need when
Neil
2
-1
/
+5
2019-05-11
Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".
Neil
7
-19
/
+19
2019-05-08
Use value-initialization and nullptr (for true pointers) to avoid 'using NULL'
Neil
3
-41
/
+25
2019-05-07
Fix warnings from GCC 9 because of a deprecated implicitly-declared operator=
Neil
1
-0
/
+7
2019-05-04
Bug [#2102]. Explain behaviour when length argument longer than document.
Zufu Liu
1
-2
/
+3
2019-05-04
Bug [#2102]. Allow length argument to be past end of document for SCI_GETTEXT.
Zufu Liu
1
-1
/
+1
2019-05-02
Optimize SCI_GETTEXT by calling Document::GetCharRange instead of looping for
Neil
2
-6
/
+10
2019-04-29
Feature [feature-requests:#1280]. Lexer added for X12.
Iain Clarke
10
-0
/
+397
2019-04-28
Use const and noexcept for private methods.
Neil
1
-6
/
+6
2019-04-28
Fix analysis warnings for GlobalMemory class.
Neil
1
-5
/
+5
2019-04-28
Remove noexcept from Selection constructor as it allocates memory.
Neil
2
-78
/
+78
2019-04-28
Declare reading methods as noexcept where reasonable.
Neil
7
-39
/
+39
2019-04-28
Declare KeyMap::Clear() noexcept as called in destructor.
Neil
2
-2
/
+2
2019-04-28
SciTE change log.
Neil
1
-0
/
+3
2019-04-28
Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some
Neil
5
-7
/
+13
2019-04-28
Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Neil
1
-0
/
+1
2019-04-26
Feature [feature-requests:#1238]. Simplify case forcing with CaseForce function
Neil
1
-29
/
+35
2019-04-26
Feature [feature-requests:#1238]. Simplify camel case forcing by checking only
Neil
5
-13
/
+14
2019-04-27
Feature [feature-requests:#1279]. Removed invalid check when avoiding SelectFont
Neil
1
-12
/
+7
2019-04-25
Fix bug where changing identifier sets in lexers preserved previous identifiers.
Neil
2
-0
/
+15
2019-04-25
Add section for next release.
Neil
1
-0
/
+8
2019-04-25
Bug [#1238]. Removed redundant loop.
Zufu Liu
1
-4
/
+0
2019-04-25
Bug [#1223]. Removed duplicate code.
Neil
1
-2
/
+1
2019-04-17
Document the character values in SCNotification::ch for SCN_CHARADDED.
Neil
1
-2
/
+5
2019-04-17
Added tag rel-4-1-5 for changeset 6a6bf370ae9f
Neil
1
-0
/
+2
2019-04-17
Removed tag rel-4-1-5
rel-4-1-5
Neil
1
-0
/
+2
[prev]
[next]