All notable changes to the "vscode-fake-virtual-space" extension will be documented in this file.
- If saved file with fake vspace, offer to clean up and save again
- Fix horizontal movement in vspace after save
- Implement fake vspace on vertical movement with word wrap
- Don't add fake vspace on vertical movement with word wrap
- First packaged version
- Disable fake vspace for multiple cursors because it worked only for the first one
- Collapse the selection on horizontal movement attempt when the cursor is at the end of the line
- Removed some autocomplete/hint restrictions from keybindings
- Fix for selection change when the cursor stays on the same line
- Attempt selection change cleanups only on keyboard/mouse-caused changes
- Bug fixes related to undo/redo
- Don't clean up fake virtual space on save, warn the user instead
- Clean up fake virtual space on save
- Bug fixes related to undo/redo
- Some support for redos
- Less flickering when moving the cursor horizontally inside fake vspace
- When clicked inside fake virtual space, trims it up to the click position instead of removing it completely
- Test version