Skip to content

Commit

Permalink
Fix an error that caused numeric alignment to be ignored when skip un…
Browse files Browse the repository at this point in the history
…matched lines was checked in the dialog for the Calculate command. Update versioninfo to 5.1 and correct GPL version in copyright notice to 3 insead of 2.
  • Loading branch information
Coises committed May 27, 2023
1 parent 038f829 commit 8b58df6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Columns++ for Notepad++ -- Pre-releases

## Version 0.5.1-alpha -- May 27th, 2023

* Corrected an error that caused numeric alignment to be ignored when skip unmatched lines was checked in the dialog for the **Calculate** command.
* Fixed a minor error in the help file.
* Fixed incorrect GPL version (2 instead of 3) in the version info block.

## Version 0.5-alpha -- May 19th, 2023

* Added the **Calculate** command.
Expand Down
Binary file modified src/ColumnsPlusPlus.rc
Binary file not shown.
1 change: 1 addition & 0 deletions src/Numeric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ void ColumnsPlusPlusData::calculate() {
if (calc.skipUnmatched) {
history.skip();
textResults.push_back("");
canAlign.push_back(false);
continue;
}
exMatch = 0;
Expand Down

0 comments on commit 8b58df6

Please sign in to comment.