aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/move_item.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move cursor position when using item moversJonas Schievink2021-04-131-32/+68
|
* Merge #8267bors[bot]2021-03-311-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8267: Adding gifs and screenshots for features in manual r=matklad a=MozarellaMan For #6539 This includes most of gif or screenshot examples of most items in the "Features" header. With the exceptions of: - **On Typing Assists** - couldn't get it to work for a demo, I'm probably missing something? - **Structural search and replace** - looked to be already a visual example of the feature - **Workspace symbol** - wasn't sure how best to show this, all of the examples maybe? Also wasn't sure of the best code example to show it off - **Semantic Syntax Highlighting** - seemed obvious enough to not need a screenshot, but I could easily add this All the gifs/pngs are hosted in this [comment](https://github.com/rust-analyzer/rust-analyzer/issues/6539#issuecomment-809574840). Please let me know if any of them aren't suitable (and why) and I'll improve it! Or if you don't like the theme/font Co-authored-by: Ayomide Bamidele <[email protected]>
| * Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
| |
* | Fix code styleivan7702021-03-301-0/+1
| |
* | Improved node lookup algorithm, added more movable nodesivan7702021-03-301-13/+254
|/
* Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-271-0/+1
|
* Remove needless lifetimeivan7702021-03-191-1/+1
|
* Added more movable listsivan7702021-03-191-1/+95
|
* Added arglist moverivan7702021-03-191-12/+102
|
* Remove prioritization, add more movable itemsivan7702021-03-181-60/+124
|
* Fix code after rowan version bumpivan7702021-03-181-1/+1
|
* Remove movable array, improve client codeivan7702021-03-181-28/+8
|
* Item up and down moversivan7702021-03-181-0/+392