This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #294 3P is not compatible with notepad++ v8.4+
- Loading branch information
Showing
9 changed files
with
1,049 additions
and
1,002 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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# All text files should have the "lf" (Unix) line endings | ||
* text eol=lf | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.sln text | ||
*.yml text | ||
*.yaml text | ||
*.md text | ||
*.csproj text | ||
*.user text | ||
*.cs text | ||
*.manifest text | ||
*.txt text | ||
*.resx text | ||
*.json text | ||
*.p text | ||
*.xml text | ||
*.css text | ||
*.html text | ||
*.js text | ||
*.nuspec text | ||
|
||
|
||
# Text files that should be normalized to crlf | ||
*.ps1 text eol=crlf | ||
*.cmd text eol=crlf | ||
*.bat text eol=crlf | ||
|
||
# Binary files that should not be normalized or diffed | ||
|
||
*.jar binary | ||
*.exe binary | ||
*.dll binary | ||
*.pdb binary | ||
*.pfx binary | ||
*.snk binary | ||
|
||
*.png binary | ||
*.gif binary | ||
*.jpg binary | ||
*.bmp binary | ||
*.ico binary | ||
|
||
*.chm binary | ||
*.7z binary | ||
*.zip binary | ||
|
||
*.pptx binary | ||
*.xlsx binary | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,58 +1,58 @@ | ||
#region header | ||
// ======================================================================== | ||
// Copyright (c) 2018 - Julien Caillon ([email protected]) | ||
// This file (AssemblyInfo.cs) is part of 3P. | ||
// | ||
// 3P is a free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// 3P is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with 3P. If not, see <http://www.gnu.org/licenses/>. | ||
// ======================================================================== | ||
#endregion | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// General Information about an assembly is controlled through the following | ||
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
|
||
[assembly: AssemblyTitle("3P - Progress Programmers Pal - Julien Caillon")] | ||
[assembly: AssemblyDescription("Progress Programmers Pal")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("LeCavalierCasta")] | ||
[assembly: AssemblyProduct("3P")] | ||
[assembly: AssemblyCopyright("Copyright (c) 2018 - Julien Caillon - GNU General Public License v3")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
// Setting ComVisible to false makes the types in this assembly not visible | ||
// to COM components. If you need to access a type in this assembly from | ||
// COM, set the ComVisible attribute to true on that type. | ||
|
||
[assembly: ComVisible(false)] | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
|
||
[assembly: Guid("31492674-6fe0-485c-91f0-2e17244588ff")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
|
||
[assembly: AssemblyVersion("1.8.7.0")] | ||
#region header | ||
// ======================================================================== | ||
// Copyright (c) 2018 - Julien Caillon ([email protected]) | ||
// This file (AssemblyInfo.cs) is part of 3P. | ||
// | ||
// 3P is a free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// 3P is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with 3P. If not, see <http://www.gnu.org/licenses/>. | ||
// ======================================================================== | ||
#endregion | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// General Information about an assembly is controlled through the following | ||
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
|
||
[assembly: AssemblyTitle("3P - Progress Programmers Pal - Julien Caillon")] | ||
[assembly: AssemblyDescription("Progress Programmers Pal")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("Noyacode")] | ||
[assembly: AssemblyProduct("3P")] | ||
[assembly: AssemblyCopyright("Copyright (c) 2018 - Julien Caillon - GNU General Public License v3")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
// Setting ComVisible to false makes the types in this assembly not visible | ||
// to COM components. If you need to access a type in this assembly from | ||
// COM, set the ComVisible attribute to true on that type. | ||
|
||
[assembly: ComVisible(false)] | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
|
||
[assembly: Guid("31492674-6fe0-485c-91f0-2e17244588ff")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
|
||
[assembly: AssemblyVersion("1.8.8.0")] | ||
//[assembly: AssemblyFileVersion("1.5.3.1")] |
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,7 +1,3 @@ | ||
### Improvements ### | ||
|
||
- | ||
|
||
### Fixed issues ### | ||
|
||
- | ||
### Fixed issues ### | ||
|
||
- Fix #294: 3P is not compatible with notepad++ v8.4+ |
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