All notable changes to the "PasteRegEx" extension will be documented in this file.
- Added - for new features.
- Changed - for changes in existing functionality.
- Deprecated - for soon-to-be removed features.
- Removed - for now removed features.
- Fixed - for any bug fixes.
- Security - in case of vulnerabilities.
Patch
- Added
- added the rmExtraSpaces command
- this will replace all instances of more than one space with only one space
- added the rmExtraSpaces command
- Changed
- updated documentation and README.md for structure differences
- added to the Plans for Future Releases
Patch
- Changed
- changed all of the regular expressions and placed them directly into the string replace
searchValue
section
- changed all of the regular expressions and placed them directly into the string replace
- Fixed
- fixed the issue of the rmNewLines working correctly
- fixed the issue of the rmSentenceBreaks working correctly
Patch
- Added
- added a testingStrings.txt file for testing all of the commands
- Changed
- I changed the regular expressions for a couple of the commands to make them account for more situations
- Fixed
- fixed the issue of not implementing the RegEx statement correctly
Patch
- Changed
- one regex statement in extension.ts to match the others
- this does not change the command's function at all
- minor changes to the README
- added known bug
- one regex statement in extension.ts to match the others
Initial release of PasteRegEx
- Added
- apply regular expression to selected text
- implemented the following commands
- rmHangingSpaces
- rmNewLines
- rmHyphenLineEnd
- rmSentenceBreaks