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
/
CharClassify.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-03
Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-1
/
+1
2021-04-05
Extract CharClassify::cc as CharacterClass and change to enum class.
Neil
1
-8
/
+8
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-1
/
+1
2020-03-26
Fix spelling mistakes.
Neil
1
-1
/
+1
2019-01-13
Replace the only use of a function from <cctype> with a Scintilla function.
Neil
1
-2
/
+3
2018-04-21
Safety improvements for character code - drop reinterpret_cast, ensure more
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-2
/
+2
2016-08-20
Make some methods const where reasonable.
Neil
1
-1
/
+1
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+2
2014-04-29
Stop disabling warnings where no longer needed.
Neil
1
-5
/
+0
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
1
-0
/
+16
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-34
/
+4
2009-07-21
Need stdlib.h for size_t for some compilers.
nyamatongwe
1
-0
/
+1
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-0
/
+34
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-0
/
+43