You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1000 bonus points if we can do this by abstracting this into a single change_indent function that takes the change as a CoordType (aka i32) and solves everything neatly. 😅
Activity
stianhoiland commentedon May 20, 2025
Big +1 for this one.
lhecker commentedon May 20, 2025
To solve this we need to duplicate the existing unindent method:
edit/src/buffer/mod.rs
Lines 1965 to 2040 in d832058
+1000 bonus points if we can do this by abstracting this into a single
change_indent
function that takes the change as aCoordType
(akai32
) and solves everything neatly. 😅liltrendi commentedon May 23, 2025
@lhecker @AmirTallap @stianhoiland I have a PR open with a simple implementation that solves this: Feature: Support Indentation On Highlighted & Unhighlighted Text With Tab Press
liltrendi commentedon Jun 14, 2025
@AmirTallap was this ever implemented (perhaps by some other PR)? Haven't seen much activity here.
kayahr commentedon Jun 16, 2025
For motivation a reminder from the good old days 👴 :
Screencast.From.2025-06-16.14-53-09.mp4