cedit: add Shift-Tab shortcut #318

Open
igorsh wants to merge 4 commits from igorsh/kolibrios:cedit_add_shift_tab into main
Contributor

Add Shift-Tab shortcut for indents

Add Shift-Tab shortcut for indents
igorsh added 1 commit 2026-01-25 15:22:06 +00:00
cedit: add Shift-Tab shortcut
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m8s
Build system / Build (pull_request) Successful in 16m44s
19f2fa7759
mxlgv approved these changes 2026-01-26 17:45:18 +00:00
Dismissed
Doczom approved these changes 2026-01-27 08:13:38 +00:00
Dismissed
mxlgv requested review from mxlgv 2026-01-27 23:41:28 +00:00
mxlgv requested changes 2026-01-27 23:42:19 +00:00
mxlgv left a comment
Owner

This program does not build automatically, you need to update the binary file.

Or wait for the merge: #326

This program does not build automatically, you need to update the binary file. Or wait for the merge: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/326
mxlgv added the
PR
Dependent
label 2026-01-28 14:26:49 +00:00
mxlgv added the Category/Applications
Priority
Low
labels 2026-01-28 14:34:22 +00:00
igorsh added 1 commit 2026-01-28 18:33:49 +00:00
cedit: add english shortcuts
Some checks failed
Build system / Build (pull_request) Failing after 2s
Build system / Check kernel codestyle (pull_request) Successful in 1m17s
b5c7a0ba16
igorsh dismissed Doczom's review 2026-01-28 18:33:50 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

mxlgv requested changes 2026-01-30 12:02:54 +00:00
@@ -0,0 +53,4 @@
Shift-Tab к предыдущему полю ввода
Enter поиск следующего вхождения
Owner

Extra newline.

Extra newline.
igorsh added 1 commit 2026-01-30 16:00:51 +00:00
cedit: remove extra lines
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m23s
Build system / Build (pull_request) Successful in 9m58s
0784b93ed2
Burer approved these changes 2026-01-31 13:18:59 +00:00
mxlgv force-pushed cedit_add_shift_tab from 0784b93ed2 to 555299bcd1 2026-02-22 08:10:37 +00:00 Compare
mxlgv requested changes 2026-02-22 09:35:44 +00:00
@@ -1686,6 +1686,8 @@ BEGIN
ELSE
IF keyCode = -1 THEN
key := -1
ELSIF (keyCode = 15) & shift THEN (* Shift-Tab *)
Owner

It seems to be an alias for shift+backspace, but the implementation T.input(text, -8) is different. Or maybe I'm missing something.

It seems to be an alias for shift+backspace, but the implementation `T.input(text, -8)` is different. Or maybe I'm missing something.
Author
Contributor

It's not an alias because Shift+Backspace doesn't work for not selected text.

It's not an alias because Shift+Backspace doesn't work for not selected text.
Owner

It's not an alias because Shift+Backspace doesn't work for not selected text.

In this case, you have an error in the documentation.

> It's not an alias because Shift+Backspace doesn't work for not selected text. In this case, you have an error in the documentation.
igorsh added 1 commit 2026-03-08 06:05:44 +00:00
cedit: Fix shortcut description
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 1m17s
Build system / Build (pull_request) Failing after 3h12m36s
019a63782a
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 1m17s
Required
Details
Build system / Build (pull_request) Failing after 3h12m36s
Required
Details
This pull request doesn't have enough required approvals yet. 0 of 2 official approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u cedit_add_shift_tab:igorsh-cedit_add_shift_tab
git checkout igorsh-cedit_add_shift_tab
Sign in to join this conversation.
No Reviewers
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#318