https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • a

    ambitious-knife-25690

    01/26/2023, 7:17 PM
    I haven't fully explored it yet, but i assumed it was more basic as things like the delete key didn't work
  • b

    billowy-waiter-28954

    01/26/2023, 7:21 PM
    Mmmmmh, backspace is working, maybe not the delete key, I'll have to check. Anyway if something is not working as expected or there is a missing feature, I'll be interested to add it to Ceramic directly, so it's probably a good idea to use that within haxe-ui too
  • a

    ambitious-knife-25690

    01/26/2023, 7:22 PM
    yeah, i just didn't want to make any comments on it until I had put more than 15 mins of time into wiring it up πŸ˜„
  • e

    elegant-twilight-61392

    01/26/2023, 7:22 PM
    there are a lot of cursor position related keys on a keyboard
  • e

    elegant-twilight-61392

    01/26/2023, 7:22 PM
    or at least a lot of ways to use them
  • a

    ambitious-knife-25690

    01/26/2023, 7:23 PM
    I just know the textinput issue, is one that all platform seems to have
  • b

    billowy-waiter-28954

    01/26/2023, 7:23 PM
    Current limitation I would think of currently is: - multiline text edition cannot scroll But if there is a use case for it I'll also be open to implement it as it will be a feature available to the immediate UI api of Ceramic as well
  • b

    billowy-waiter-28954

    01/26/2023, 7:23 PM
    Text input is hard
  • a

    ambitious-knife-25690

    01/26/2023, 7:23 PM
    yeah, that's why i thought the haxeui root was a cool idea
  • a

    ambitious-knife-25690

    01/26/2023, 7:24 PM
    cause it actually has all the components out of the box, with a pretty indepth base from the kha textinput to make a working textbox
  • a

    ambitious-knife-25690

    01/26/2023, 7:24 PM
    scroll would "just" work with a scrollview, as an example in haxeui
  • b

    billowy-waiter-28954

    01/26/2023, 7:24 PM
    Could be, but anyway as far as it's related to Ceramic, current text input implementation is a good foundation to be improved if needed, the code is pretty clean and already working well, in the feature set it has
  • a

    ambitious-knife-25690

    01/26/2023, 7:28 PM
    i'll defo start with the ceramic textbox either way
  • a

    ambitious-knife-25690

    01/26/2023, 7:29 PM
    text input is hard, as you say, so i don't want to commit to that project 🀣
  • b

    bright-gpu-74537

    01/26/2023, 7:36 PM
    the kha version above has some nice features, ctrl + a/c/v/x, delete, shift + home/end and (recently) mouse selection
  • a

    ambitious-knife-25690

    01/26/2023, 7:37 PM
    i was expecting a gif
  • b

    bright-gpu-74537

    01/26/2023, 7:38 PM
    oh, i thought it was πŸ˜„
  • b

    billowy-waiter-28954

    01/26/2023, 7:39 PM
    Ceramic text input has all of this as well, if by delete you mean backspace
  • a

    ambitious-knife-25690

    01/26/2023, 7:39 PM
    backspace + delete
  • b

    bright-gpu-74537

    01/26/2023, 7:39 PM
    oh, nice... i didnt think it did for some reason
  • a

    ambitious-knife-25690

    01/26/2023, 7:40 PM
    backspace = deletes text behind the cursor delete = deletes text infront of the cursor
  • a

    ambitious-knife-25690

    01/26/2023, 7:40 PM
    ceramic doesn't have the delete
  • b

    bright-gpu-74537

    01/26/2023, 7:40 PM
    very minor though
  • a

    ambitious-knife-25690

    01/26/2023, 7:40 PM
    yeah, no big deal
  • b

    bright-gpu-74537

    01/26/2023, 7:40 PM
    i didnt think it had text selection via mouse
  • b

    billowy-waiter-28954

    01/26/2023, 7:41 PM
    Then I don’t have delete but that can be fixed in a later version of Ceramic
  • a

    ambitious-knife-25690

    01/26/2023, 7:41 PM
    it did have selection
  • b

    bright-gpu-74537

    01/26/2023, 7:41 PM
    doesnt have [shift] home / end either - but again, quite minor
  • b

    bright-gpu-74537

    01/26/2023, 7:41 PM
    or ctrl+a
  • b

    bright-gpu-74537

    01/26/2023, 7:41 PM
    but these are just simple shortcuts, adding them im guessing is trivial
1...142014211422...1687Latest