-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
106 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2224,8 +2224,8 @@ UINT_PTR CALLBACK OpenSaveFileDlgHookProc(HWND hwnd, UINT umsg, WPARAM wParam, L | |
// me a line if you use them! | ||
// | ||
// 1.0 29.06.2000 Initial version | ||
// 1.1 01.07.2000 The window retains it's place in the Z-order of windows | ||
// when minimized/hidden. This means that when restored/shown, it doen't | ||
// 1.1 01.07.2000 The window retains its place in the Z-order of windows | ||
// when minimized/hidden. This means that when restored/shown, it doesn't | ||
// always appear as the foreground window unless we call SetForegroundWindow | ||
// | ||
// Copyright 2000 Matthew Ellis <[email protected]> | ||
|
@@ -2279,7 +2279,7 @@ static void GetTrayWndRect(LPRECT lpTrayRect) { | |
appBarData.cbSize = sizeof(appBarData); | ||
if (SHAppBarMessage(ABM_GETTASKBARPOS, &appBarData)) { | ||
// We know the edge the taskbar is connected to, so guess the rect of the | ||
// system tray. Use various fudge factor to make it look good | ||
// system tray. Use various fudge factors to make it look good | ||
switch (appBarData.uEdge) { | ||
case ABE_LEFT: | ||
case ABE_RIGHT: | ||
|
@@ -2311,7 +2311,7 @@ static void GetTrayWndRect(LPRECT lpTrayRect) { | |
// on the 3rd party shell's Shell_TrayWnd doing the same, in fact, we can't | ||
// rely on it being any size. The best we can do is just blindly use the | ||
// window rect, perhaps limiting the width and height to, say 150 square. | ||
// Note that if the 3rd party shell supports the same configuraion as | ||
// Note that if the 3rd party shell supports the same configuration as | ||
// explorer (the icons hosted in NotifyTrayWnd, which is a child window of | ||
// Shell_TrayWnd), we would already have caught it above | ||
hShellTrayWnd = FindWindowEx(NULL, NULL, L"Shell_TrayWnd", NULL); | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
## First line may be used for shbang | ||
## First line may be used for shebang | ||
|
||
## This file defines the interface to Scintilla | ||
|
||
## Copyright 2000-2003 by Neil Hodgson <[email protected]> | ||
## The License.txt file describes the conditions under which this software may be distributed. | ||
|
||
## A line starting with ## is a pure comment and should be stripped by readers. | ||
## A line starting with #! is for future shbang use | ||
## A line starting with #! is for future shebang use | ||
## A line starting with # followed by a space is a documentation comment and refers | ||
## to the next feature definition. | ||
|
||
|
@@ -2331,7 +2331,7 @@ enu CaretPolicy=CARET_ | |
# often dependent on that line. | ||
val CARET_SLOP=0x01 | ||
# If CARET_STRICT is set, the policy is enforced... strictly. | ||
# The caret is centred on the display if slop is not set, | ||
# The caret is centered on the display if slop is not set, | ||
# and cannot go in the UZ if slop is set. | ||
val CARET_STRICT=0x04 | ||
# If CARET_JUMPS is set, the display is moved more energetically | ||
|
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
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
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
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
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
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.