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
There are a couple issues with the current implementation of indentation.
After the user indents selected text (single line or multi line) the selection is removed. This doesn't allow for multiple movements inwards or outwards.
tab and ⇧ + tab do not work as keyboard shortcuts.
The interface of the text replace needs to be changed to be able to edit selections on multi line changes. This will unblock #259
To Reproduce
Select multiple lines of text
Attempt to indent using tab
Verify that it does not work
Indent using ⌘ + ]
Verify that selection is removed after indentation
Expected Behavior
tab and ⇧ + tab should work as keyboard shortcuts.
The selection should stay around and the selection should update after each indentation
Description
There are a couple issues with the current implementation of indentation.
The interface of the text replace needs to be changed to be able to edit selections on multi line changes. This will unblock #259
To Reproduce
Expected Behavior
tab and ⇧ + tab should work as keyboard shortcuts.
The selection should stay around and the selection should update after each indentation
Screen.Recording.2025-04-12.at.08.48.47.mov
Version Information
CodeEditSourceEditor: 0.11.0
Xcode: 16.2
Additional Context
No response
Screenshots
No response