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
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
/
src
/
ScintillaBase.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
Share definition of colour used for IME indicators on most platforms.
Neil
1
-0
/
+4
2022-10-20
Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW
Neil
1
-0
/
+1
2022-10-20
Change ScintillaBase::AutoCompleteInsert to take a string_view and add
Neil
1
-1
/
+1
2022-09-12
Remove NotifyLexerChanged notification from DocWatcher.
Neil
1
-1
/
+0
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-10
/
+10
2021-05-05
Remove deprecated AddCharUTF method.
Neil
1
-4
/
+0
2021-03-12
Remove declarations of methods that are no longer implemented.
Neil
1
-2
/
+0
2019-12-31
Implement SCI_SETILEXER.
Neil
1
-5
/
+0
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-1
/
+1
2019-06-17
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Zufu Liu
1
-1
/
+5
2019-04-12
Bug [#2093]. Remove restrictions on IME input length.
Zufu Liu
1
-2
/
+0
2019-03-19
Make destructors public to avoid warnings.
Neil
1
-1
/
+3
2018-04-28
Delete standard functions on classes where there could be attempts to copy.
Neil
1
-1
/
+3
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-1
/
+1
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-1
/
+0
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-2
/
+3
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-19
Use =delete for unwanted functions.
Neil
1
-4
/
+3
2017-04-15
Avoid calling virtual functions in destructor. Mark overridden methods.
Neil Hodgson
1
-10
/
+10
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-1
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-2
/
+2
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-1
/
+3
2015-07-03
Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.
Jonathan Hunt
1
-1
/
+1
2015-05-16
Make unused single argument constructors explicit.
Neil
1
-1
/
+1
2014-08-08
Stop using last argument to AddCharUTF from Korean IME code as previus release
Neil
1
-0
/
+2
2014-07-19
Using const for string argument to allow use with literals.
Neil
1
-1
/
+1
2014-05-24
SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at each
Neil
1
-0
/
+1
2013-11-03
Report control key as SCI_META for mouse down events for GTK+ on OS X.
nyamatongwe
1
-0
/
+1
2013-09-07
Since ScintillaBase::Finalise is implemented, don't mark it as virtual.
Neil
1
-1
/
+1
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-04-01
Extract effect of choosing an autocompletion entry so it can be reused for both
nyamatongwe
1
-0
/
+1
2011-09-25
Palette support removed.
nyamatongwe
1
-2
/
+0
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-7
/
+8
2010-02-17
Formatting whitespace.
nyamatongwe
1
-1
/
+1
2010-01-28
Avoiding warnings from cppcheck. Mostly removing bodies of private copy
nyamatongwe
1
-4
/
+3
2009-10-18
AutoCGetCurrentText added by Nick Treleaven.
nyamatongwe
1
-0
/
+1
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-1
/
+1
2009-07-21
Replacing SString with std::string.
nyamatongwe
1
-1
/
+0
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+8
2005-06-29
Prevent reentance of styling which could occur when a styler added a fold
nyamatongwe
1
-0
/
+2
2005-03-25
Patch from Blair McGlashan for autocompletion on Windows to
nyamatongwe
1
-0
/
+1
2005-03-09
Patch from Blair McGlashan to send a notification before accepting an autocom...
nyamatongwe
1
-1
/
+1
2003-12-14
Added SCI_AUTOCGETCURRENT.
nyamatongwe
1
-0
/
+1
2003-08-08
Using interface definition for number of keyword lists.
nyamatongwe
1
-1
/
+1
2003-04-05
Moved calltip showing into method.
nyamatongwe
1
-0
/
+1
2003-04-03
CallTip can display up and down arrows and clicks are reported to
nyamatongwe
1
-0
/
+1
2002-12-06
Upped number of keyword lists to 9.
nyamatongwe
1
-1
/
+1
2002-08-24
Changed autocomplete to only cancel at start when deleting characters.
nyamatongwe
1
-1
/
+2
[next]