Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out `pick_best_token` ide pattern into `ide_db` | Lukas Wirth | 2021-06-22 | 1 | -18/+10 |
| | |||||
* | Move cursor position when using item movers | Jonas Schievink | 2021-04-13 | 1 | -32/+68 |
| | |||||
* | Merge #8267 | bors[bot] | 2021-03-31 | 1 | -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 manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+2 |
| | | |||||
* | | Fix code style | ivan770 | 2021-03-30 | 1 | -0/+1 |
| | | |||||
* | | Improved node lookup algorithm, added more movable nodes | ivan770 | 2021-03-30 | 1 | -13/+254 |
|/ | |||||
* | Unleash macro 2.0 in hightlight and more | Edwin Cheng | 2021-03-27 | 1 | -0/+1 |
| | |||||
* | Remove needless lifetime | ivan770 | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Added more movable lists | ivan770 | 2021-03-19 | 1 | -1/+95 |
| | |||||
* | Added arglist mover | ivan770 | 2021-03-19 | 1 | -12/+102 |
| | |||||
* | Remove prioritization, add more movable items | ivan770 | 2021-03-18 | 1 | -60/+124 |
| | |||||
* | Fix code after rowan version bump | ivan770 | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | Remove movable array, improve client code | ivan770 | 2021-03-18 | 1 | -28/+8 |
| | |||||
* | Item up and down movers | ivan770 | 2021-03-18 | 1 | -0/+392 |