forked to removed constant errors being logged
Have you ever tried to change a single word in all variable names, but had your camelCase broken? This extension preserves selection case in these situations. It recognises CAPS, Uppercase and lowercase. Works for typing or pasting.
- History for redo breaks when you undo a change made by the extension after pasting into multiple selections. This issue prevents me from solving undo/redo completely.
- Undo/redo works one change at a time, which for CAPS usually means a ctrl+z for every symbol.
Fix a rare exception
More work on undo/redo
Improves undo/redo behavior
Fixes bugs introduced in 1.0.1
Now it doesn't changing anything, if case was equal in the first place - prevents some annoying false positives.
Initial release