-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
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
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
austincondiff
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🏁 Complete