aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/folding_ranges.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_editor -> ra_ide_api_lightAleksey Kladov2019-01-081-297/+0
* migrate ra_editor to rowan 0.2Aleksey Kladov2019-01-081-9/+8
* fold curly blocksAleksey Kladov2018-12-201-15/+25
* generalize folding testsAleksey Kladov2018-12-201-21/+21
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-3/+3
* Reformat allAleksey Kladov2018-10-311-2/+10
* Restore folding import groupsAdolfo Ochagavía2018-10-231-6/+97
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-2/+2
* Cargo FormatJeremy A. Kolb2018-10-161-16/+20
* Improve testsAdolfo Ochagavía2018-10-131-22/+33
* Only fold groups of similar commentsAdolfo Ochagavía2018-10-131-27/+30
* Cleanup fold code and split logic to fold single elementsAdolfo Ochagavía2018-10-121-38/+69
* Fold multiline commentsAdolfo Ochagavía2018-10-121-19/+19
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-3/+3
* Make siblings an inherent methodAleksey Kladov2018-10-021-2/+2
* make ancestors and descendants inherentAleksey Kladov2018-10-021-5/+3
* Unit TestsJeremy A. Kolb2018-09-241-0/+56
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-0/+86