Eolite 5.30: Added file search #175

Merged
mxlgv merged 7 commits from eolite-add-search into main 2025-03-28 19:48:43 +01:00
Owner
No description provided.
Leency added 2 commits 2025-03-21 03:46:33 +01:00
- add search feature
- add Tab key to switch between text fields and the list
add search app to run Eolite with param
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 39s
Build system / Build (pull_request) Failing after 47s
5736d204a7
in order to decrease filesize
mxlgv added the
PR
Review required
label 2025-03-21 21:38:25 +01:00
Author
Owner

Херня какакая-то, локально всё работает.

Херня какакая-то, локально всё работает.
Leency added 1 commit 2025-03-21 23:49:13 +01:00
just change line number to overcum CI building error
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 26s
Build system / Build (pull_request) Failing after 47s
aac048c770
Leency added 1 commit 2025-03-22 00:37:38 +01:00
trying to fix #2
Some checks failed
Build system / Build (pull_request) Failing after 1m5s
Build system / Check kernel codestyle (pull_request) Successful in 41s
553cfc269d
Leency added 1 commit 2025-03-22 00:58:35 +01:00
use edit_box_key_safe
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Failing after 49s
7a33a28d0f
Leency added 1 commit 2025-03-22 01:15:04 +01:00
revert coff build to a common build
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Failing after 47s
3f7e1051c4
mxlgv requested changes 2025-03-22 09:47:51 +01:00
Dismissed
@@ -14,3 +8,1 @@
tup.rule("Eolite.c", "c-- -coff /D=" .. C_LANG .. " /OPATH=%o %f", "%B.obj")
tup.rule("Eolite.obj", "objconv -felf32 %f %o", "%B.o")
link_tcc("Eolite.o", "%B.com")
tup.rule("Eolite.c", "c-- /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "Eolite.com")
Owner

You need to add /OPATH=%o %f instead of %f

You didn't notice how you deleted it.

You need to add `/OPATH=%o %f` instead of `%f` You didn't notice how you deleted it.
Owner

Fixed

Fixed
mxlgv marked this conversation as resolved
mxlgv added
PR
Request changes
and removed
PR
Review required
labels 2025-03-22 09:48:03 +01:00
mxlgv changed title from eolite-add-search to Eolite 5.30: Added file search 2025-03-22 09:49:16 +01:00
mxlgv force-pushed eolite-add-search from 3f7e1051c4 to e8d50abb95 2025-03-28 16:22:56 +01:00 Compare
mxlgv added
PR
Ready to merge
and removed
PR
Request changes
labels 2025-03-28 16:28:40 +01:00
mxlgv approved these changes 2025-03-28 16:29:10 +01:00
mxlgv merged commit 02b2395ef1 into main 2025-03-28 19:48:43 +01:00
mxlgv deleted branch eolite-add-search 2025-03-28 19:48:44 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#175
No description provided.