-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More json encoding changes, about dialog changes and lsp text sync fixes
- Loading branch information
1 parent
6d14566
commit 4115b46
Showing
4 changed files
with
55 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ BEGIN | |
DEFPUSHBUTTON "Close", IDOK, 86, 109, 50, 14 | ||
GROUPBOX "", IDC_VERSION, 10, 9, 201, 93, BS_CENTER | ||
LTEXT "Author: Ekopalypse <[email protected]>", IDC_STATIC, 30, 26, 180, 8 | ||
LTEXT "The NppLsp code is hosted on", IDC_STATIC, 30, 43, 180, 8 | ||
LTEXT "The NppLspClient code is hosted at", IDC_STATIC, 30, 43, 180, 8 | ||
LTEXT "www.github.com/Ekopalypse", IDC_STATIC, 30, 60, 180, 8 | ||
LTEXT "This code is licensed under GPLv2", IDC_STATIC, 30, 80, 180, 8 | ||
LTEXT "This code is licensed under MIT", IDC_STATIC, 30, 80, 180, 8 | ||
CONTROL IDI_LSP, IDC_STATIC,"Static", SS_ICON, 171, 65, 32, 32 | ||
END | ||
|
||
|
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