michael
|
71bbab3512
* Added UseUnicodeWordDetection
|
7 years ago |
michael
|
08d574bf7d
* Fix bug #34087: Small optimization of StrlComp
|
7 years ago |
michael
|
ddbad9d5c7
* Fix bug #34085, small refactoring: introduce IsSpaceChar
|
7 years ago |
michael
|
a921002c49
* Fix all warnings/hints
|
7 years ago |
michael
|
f575eafa1e
* Fix bug #34086
|
7 years ago |
michael
|
962391621f
* Fix bug ID #32404
|
7 years ago |
michael
|
4ed6280bb6
* Fix bug ID #32403, return type for replace function to support unicode string
|
7 years ago |
marco
|
865df88116
* a few const added, mantis #32401
|
8 years ago |
marco
|
84def3e29d
* move instead of loop, mantis #32402
|
8 years ago |
michael
|
8d67ef157f
* Using OS Lineending was old behaviour
|
9 years ago |
michael
|
47407a9c29
* Use UnicodeString instead of Widestring, faster on windows (bug ID 29711)
|
9 years ago |
michael
|
8cf24a6eba
* Undefine UseOsLineEndOnReplace for backwards compatibility
|
9 years ago |
michael
|
204e1c934e
* Patch from Alexey Torgashin to allow using OS-specific line ending (bug ID 30147)
|
9 years ago |
Károly Balogh
|
e0a183650d
comment typo fix, spotted by Felix Yan, no functional changes
|
9 years ago |
michael
|
e2500d5a70
* Patch from Benito van der Zander to add extra constructor
|
10 years ago |
marco
|
525e07e4c0
* comment cleanup by Reinier, mantis #26777
|
11 years ago |
nickysn
|
2c7a83cd78
* use integer for the property indexes, instead of longint. Fixes compilation
|
11 years ago |
nickysn
|
e464d1f476
* fixed compilation of units regexpr and oldregexpr when integer=smallint
|
11 years ago |
svenbarth
|
930b76e8fb
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
|
12 years ago |
marco
|
a19b627739
* fix for regexpr unicode mode. (multiple a move with the size of the base char type)
|
14 years ago |
sekelsenmat
|
3e7a09df25
regexpr: Merges patch from bug #19109 fixes alignment issues
|
14 years ago |
sekelsenmat
|
dbc08b5c1f
Merges the fixes from SynRegExpr, specially fixes 64-bits, while removing the synedit defines
|
14 years ago |
sekelsenmat
|
ac059d3f99
regexpr: Forgotten file from commmit 18891
|
14 years ago |