-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use C-style pattern of calling Scintilla method with NULL buffer initially to find length, then getting a buffer of the length found in the first step also eliminate wasteful call to TrimEnd('\x00') to reduce pressure on the garbage collector
- Loading branch information
1 parent
4073d4d
commit adc72f6
Showing
3 changed files
with
68 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.