-
Notifications
You must be signed in to change notification settings - Fork 28
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
46 changed files
with
1,695 additions
and
1,727 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
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,23 +1,22 @@ | ||
namespace ScintillaNET; | ||
|
||
/// <summary> | ||
/// The caret visual style. | ||
/// </summary> | ||
public enum CaretStyle | ||
{ | ||
/// <summary> | ||
/// The caret visual style. | ||
/// The caret is not displayed. | ||
/// </summary> | ||
public enum CaretStyle | ||
{ | ||
/// <summary> | ||
/// The caret is not displayed. | ||
/// </summary> | ||
Invisible = NativeMethods.CARETSTYLE_INVISIBLE, | ||
Invisible = NativeMethods.CARETSTYLE_INVISIBLE, | ||
|
||
/// <summary> | ||
/// The caret is drawn as a vertical line. | ||
/// </summary> | ||
Line = NativeMethods.CARETSTYLE_LINE, | ||
|
||
/// <summary> | ||
/// The caret is drawn as a block. | ||
/// </summary> | ||
Block = NativeMethods.CARETSTYLE_BLOCK | ||
} | ||
/// <summary> | ||
/// The caret is drawn as a vertical line. | ||
/// </summary> | ||
Line = NativeMethods.CARETSTYLE_LINE, | ||
|
||
/// <summary> | ||
/// The caret is drawn as a block. | ||
/// </summary> | ||
Block = NativeMethods.CARETSTYLE_BLOCK | ||
} |
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.