Age | Commit message (Collapse) | Author | Files | Lines |
|
64-bits.
|
|
|
|
|
|
|
|
position.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Group some method declarations and definitions for AddRef/Release and PerLine.
|
|
This was a work-around for infinite loops when replacing empty matches and this
is now the application's responsibility.
|
|
choice between 32-bit and 64-bit position implementations.
|
|
|
|
|
|
insertion followed by line up or down.
|
|
|
|
|
|
|
|
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|
|
DISABLE_D2D may still be defined to remove Direct2D features.
|
|
|
|
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.
|
|
|
|
and not that a change definitely occurred.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it fiddled with the projects and schemes.
|
|
set.
|
|
|
|
arguments as that is clumsy when converting types.
|
|
implementations of that interface.
|
|
Suppress unused private function warnings in ScintillaWin as they are used.
|
|
Use #define for Catch to report memory leaks after main as the previous call to
_CrtDumpMemoryLeaks was too early and listed a static allocation as a leak.
|
|
|
|
|
|
Use UTF8BytesOfLead to determine expected length early in function to quickly
detect argument not long enough, invalid single bytes and invalid first trail
then branching on length for more detailed checks.
|
|
|
|
|
|
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
|
|
but also allowing std::auto_ptr for Catch.
|
|
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
|
|
and clients (such as SciTE's about box) may use API to set up text before window
is realized.
|
|
wSelection into the realize and unrealize handlers.
|