Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME. This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
|
|
From Sakshi Verma.
|
|
trying
to draw more within initial drawing context.
|
|
|
|
|
|
Avoids warning from Visual C++ code analysis.
|
|
|
|
|
|
|
|
|
|
Based on work by Matthew Brush and Lex Trottman.
|
|
|
|
|
|
|
|
|
|
From Mitchell Foral.
|
|
|
|
on retina displays.
|
|
|
|
|
|
|
|
safely limited so use strcat instead.
|
|
|
|
a recent SDK and allow disabling Direct2D by defining DISABLE_D2D.
Run a test compile of a file that includes these headers and use compilation
failure to disable Direct2D.
|
|
|
|
|
|
statically linked.
Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and
dynamically linking to the monitor APIs when available. If not available use the
single monitor work area to define the available area.
|
|
|
|
|
|
|
|
Bug #3543121.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this file.
Use IListBox interface to limit exposure of ListBoxImpl to AutoCompletionDataSource.
Changes only affect visibility and declarations with no change to functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From John Vella.
|
|
|
|
|
|
loop with unclear termination.
|