From 3a574db31fbd3af70cd4c842bba07aece4eda3b3 Mon Sep 17 00:00:00 2001 From: Coises Date: Tue, 25 Apr 2023 09:24:28 -0700 Subject: [PATCH] Implement conversion between separated values and tabbed presentation; update help and changelog and set version to 0.3. --- CHANGELOG.md | 4 + help.htm | 83 ++++- src/ColumnsPlusPlus.cpp | 47 --- src/ColumnsPlusPlus.h | 24 +- src/ColumnsPlusPlus.rc | Bin 39510 -> 45044 bytes src/Configuration.cpp | 57 ++++ src/Convert.cpp | 551 ++++++++++++++++++++++++++++++++ src/Plugin.cpp | 48 +-- src/resource.h | 27 +- vs.proj/ColumnsPlusPlus.vcxproj | 1 + 10 files changed, 754 insertions(+), 88 deletions(-) create mode 100644 src/Convert.cpp diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb14c0..a00f0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Columns++ for Notepad++ -- Pre-releases +## Version 0.3-alpha -- April 30th, 2023 + +* Implemented **Convert separated values to tabs...** and **Convert tabs to separated values...** commands and added appropriate documentation to help.htm. + ## Version 0.2.2-alpha -- April 25th, 2023 * Attempt to fix failure to apply elastic tabstops when first opening a file on some systems (issue #9). diff --git a/help.htm b/help.htm index 31683c1..43c5ecd 100644 --- a/help.htm +++ b/help.htm @@ -2,7 +2,7 @@ Columns++ for Notepad++ - -