- Forked and re-released by @jrajav - no longer deprecated.
- Add
[Deprecated]
on package description and README.
- Fix: Make it work in Atom-1.14.0-beta1. #15
- Fix: Most of command in ui-input did not worked in v0.5.0.
- Fix: for Atom-beta. Bump engine to "^1.13.0-beta1"
- Fix: use displayLayer introduced in Atom 1.9.0
- Revert to fuzzaldrin from fuzzaldrin-plus for
:
matching is better for CoffeeScript, not investigated deep.
- New: New config param
clearSearchTextOnEverySearch
to clear search text on every search. #7.
- Now use atom's overlay decoration instead of direct pixel calculation.
- Refactoring: Rewritten 30% of whole code.
- New: #4 Support space separated multi search keyword. right keyword is searched from line where left keyword was found.
- New: Use fuzzaldrin-plus but not much difference for behavior.
- Breaking: Remove
autoLand
,minimumInputLength
configuration parameter. - Remove dependency of atom-config-plus module.
- Fix #10 Setting view cannot accessible from Atom v1.4.0.
- Fix #11 Throw error when search single occurrence with autoLand is enabled.
- Just for releasing v0.1.14. fix minor mistake for releasing version.
- FIX: findFoldMarkers need explicit filter query object from Atom 1.3.0. #9
- Now hover indicator follow scroll. Useful when quickly visit, scroll then cancel. Until this improvement hover sticked absolute pixel position and disturbed your sight.
- Update readme to follow vim-mode's rename from command-mode to normal-mode
- Refactoring.
- FIX historyManager, get 'next' was not return correct entry.
- If match is under cursor, get next entry #4.
- Search history #4.
- Set cursor word as search.
- Cleanup code.
- Change base style and add style change example in README.md.
- Remove unnecessary
UI::setDirection
method
selectToBufferPosition
if start with selection.
- [FIX] land() throw error if there is no matches when confirmed().
- Better fold restore.
- Refactored, improve readability.
- [FIX] Incorrect flash screen area when fold exists.
- Now restore fold if canceled.
- Doc fix
lazy-motion:search-forward
should belazy-motion:forward
. - Modify CSS padding on input panel.
- Cleanup code, fix minor bug.
- Change default: Enable hover indicator by default.
- Rename package name from rapid-motion to lazy-motion.