Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
| | |||
* | Separate jump behavior from increment/decrement (#4123) | greg-enbala | 2023-01-16 |
| | | | | | | | | | | | | | | increment/decrement (C-a/C-x) had some buggy behavior where selections could be offset incorrectly or the editor could panic with some edits that changed the number of characters in a number or date. These stemmed from the automatic jumping behavior which attempted to find the next date or integer to increment. The jumping behavior also complicated the code quite a bit and made the behavior somewhat difficult to predict when using many cursors. This change removes the automatic jumping behavior and only increments or decrements when the full text in a range of a selection is a number or date. This simplifies the code and fixes the panics and buggy behaviors from changing the number of characters. | ||
* | Fix deprecation warnings for chrono 0.4.23 (#4738) | dxtr85 | 2022-11-15 |
| | | | Co-authored-by: dxtr <dxtr@W540.mito> | ||
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
| | |||
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
| | |||
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
| | |||
* | Replace tendril with smartstring | Blaž Hrastnik | 2022-02-10 |
| | | | | Slightly smaller API surface, less dependencies. | ||
* | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
| | |||
* | Remove `Clone` derive | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | Remove `FormatError` | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | Used checked_add for years and months | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | Cleanup | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | No need to clone format | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | Add support for time and more date formats | Jason Rodney Hansen | 2021-12-05 |
| | |||
* | Add `Increment` trait | Jason Rodney Hansen | 2021-12-05 |