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
2018-09-09
Updated outdated text.
rel-4-1-1
Neil
1
-2
/
+2
2018-09-09
Moved tag because of doc fix.
Neil
1
-0
/
+2
2018-09-09
Fix version number.
Neil
1
-1
/
+1
2018-09-09
Added tag rel-4-1-1 for changeset 892c361b3969
Neil
1
-0
/
+1
2018-09-06
Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.
Neil
1
-0
/
+3
2018-09-05
Updated change list for 4.1.1.
Neil
1
-1
/
+1
2018-09-05
Updates for 4.1.1.
Neil
8
-16
/
+16
2018-09-04
Feature [feature-requests:#1144]. Add folding for shell if, do, and case.
Colomban Wendling
2
-0
/
+19
2018-08-29
Allow read access to the key map.
Kacper Kasper
2
-0
/
+5
2018-08-16
On Cocoa, clicks in the blank text margin now put the caret at the start of text
Neil Hodgson
1
-1
/
+1
2018-08-16
For reverse arrow margin cursor, move hotspot to the tip of the arrow.
Neil Hodgson
2
-1
/
+4
2018-08-12
SciTE change log.
Neil
1
-0
/
+3
2018-08-09
Avoid some casts.
Neil
1
-3
/
+4
2018-08-09
Bug [#2030]. Fix Win32 crash setting technology to default after bidirectional
Zufu Liu
2
-0
/
+5
2018-07-31
Define PLAT_HAIKU and use to avoid a reported compilation problem on 32-bit
Neil
2
-1
/
+6
2018-07-31
Change lifetime of textLayout for bidirectional so it is always released in
Neil
2
-3
/
+7
2018-07-24
Fix reversion in revision 7063 which removed folding when changing code page.
Neil
1
-0
/
+1
2018-07-23
SciTE change log.
Neil
1
-0
/
+2
2018-07-22
Add SciTE credit.
Neil
1
-0
/
+2
2018-07-10
Need <string> for std::string.
Neil Hodgson
1
-0
/
+1
2018-07-10
Delete standard methods to avoid warnings.
Neil
1
-0
/
+5
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
13
-45
/
+923
2018-07-10
Use Select* macros from windowsx.h to avoid casts and for consistency.
Neil
1
-8
/
+8
2018-07-08
SciTE change log.
Neil
1
-0
/
+3
2018-07-06
Fix a shadowed variable.
Neil
1
-2
/
+2
2018-07-05
SciTE change log.
Neil
1
-0
/
+3
2018-06-21
Use override for methods in WatcherHelper.
Neil
1
-6
/
+6
2018-06-21
Removed condition which is always true.
Neil
1
-2
/
+1
2018-06-21
Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
8
-0
/
+516
2018-06-19
Added tag rel-4-1-0 for changeset 0dc20d87a4f9
Neil
1
-0
/
+1
2018-06-15
Note that Cocoa also supports bidirectional text.
rel-4-1-0
Neil
1
-1
/
+1
2018-06-15
Updates for 4.1.0.
Neil
8
-19
/
+17
2018-06-12
Remove definition that has never been used.
Neil
1
-1
/
+0
2018-06-10
Using noexcept for simple functions.
Neil
3
-36
/
+36
2018-06-10
Updated the code and comment for running a regex over multiple lines at once
Neil
1
-8
/
+14
2018-06-07
Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now
Neil
2
-9
/
+1
2018-06-07
Update Cocoa enumerations to current names instead of deprecated names.
Neil Hodgson
4
-17
/
+17
2018-06-06
Added brace for multi-line if and normalized space.
Neil
1
-6
/
+7
2018-06-06
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Henrik Hank
5
-6
/
+26
2018-06-06
Hide Meson and Ninja artifacts.
Neil
1
-0
/
+5
2018-06-04
Reduce scope of captures for lambdas.
Neil
2
-5
/
+5
2018-06-04
Use const and noexcept, initialize, avoid casts and improve variable name.
Neil
1
-29
/
+29
2018-06-04
Use lambda in preference to function object.
Neil
1
-10
/
+2
2018-06-04
Use const in lexlib headers.
Neil
3
-9
/
+9
2018-06-02
Extra header needed with g++ on Linux.
Neil Hodgson
2
-0
/
+2
2018-06-02
Updated to mention bidirectional works on Cocoa.
Neil
1
-4
/
+5
2018-06-02
UpdateBidiData is called by EditView but doesn't use any EditView fields so make
Neil
1
-1
/
+1
2018-06-02
Make virtual space selections visible in bidirectional mode.
Neil
1
-1
/
+10
2018-06-02
Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.
Neil
3
-4
/
+219
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
8
-265
/
+194
[next]