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

    bright-gpu-74537

    10/02/2019, 3:05 PM
    OK, that should be there now
  • b

    bright-gpu-74537

    10/02/2019, 3:05 PM
    it actually works a little different too now
  • b

    bright-gpu-74537

    10/02/2019, 3:05 PM
    so if you have:
  • b

    bright-gpu-74537

    10/02/2019, 3:05 PM
    /assets/custom-components/myclass.xml
  • b

    bright-gpu-74537

    10/02/2019, 3:06 PM
    and have "/assets/custom-components/" as the folder
  • b

    bright-gpu-74537

    10/02/2019, 3:06 PM
    then the class will end up without a package
  • b

    bright-gpu-74537

    10/02/2019, 3:06 PM
    which, in reality, is probably more correct anyway
  • u

    user

    10/02/2019, 3:09 PM
    so it works; but we still have the LS issue:
    Copy code
    [Error - 11:09:16 a.m.] Request textDocument/hover failed.
      Message: Type not found : Transform
      Code: -32603
  • u

    user

    10/02/2019, 3:10 PM
    will probably need to make an issue in their repo
  • b

    bright-gpu-74537

    10/02/2019, 3:11 PM
    yeah, so the main thing is that it works... ;) For LS... i have no idea... havent really got much insight into how those things work
  • b

    bright-gpu-74537

    10/02/2019, 3:11 PM
    so just for clarity, i have this:
  • b

    bright-gpu-74537

    10/02/2019, 3:11 PM
    and i end up with:
    CustomStepper2
    and
    something.Custom2
    auto generated UI classes
  • b

    bright-gpu-74537

    10/02/2019, 3:12 PM
    which feels more right than
    assets.morecustomcomponents.something.Custom2
  • u

    user

    10/02/2019, 3:13 PM
    yes I agree;
  • u

    user

    10/02/2019, 3:15 PM
    thanks for the support btw !
  • b

    bright-gpu-74537

    10/02/2019, 3:15 PM
    no worries, thanks for finding the bug! 😉
  • u

    user

    10/02/2019, 3:19 PM
    Np 😛
  • b

    bright-gpu-74537

    10/02/2019, 4:52 PM
    ... so this is fun 🙂
  • b

    bright-gpu-74537

    10/02/2019, 4:58 PM
    (bit of a small bug with tabbar resizing and not knowing to hide the overflow buttons, but its not a big deal - should be easy to fix)
  • u

    user

    10/03/2019, 11:39 AM
    Wow ! Really cool. haxeuicode...
  • w

    wooden-horse-84574

    10/05/2019, 10:57 PM
    How would I go about making a vbox wrap?
  • w

    wooden-horse-84574

    10/05/2019, 10:57 PM
    (ie, similar to flexbox flow-children: right-wrap )
  • b

    bright-gpu-74537

    10/06/2019, 9:54 AM
    continuous = true
    ?
  • b

    bright-gpu-74537

    10/11/2019, 6:39 PM

    http://haxeui.org/shared/hxide.gifâ–¾

  • a

    ambitious-knife-25690

    10/11/2019, 6:41 PM
    You really are gonna accidentally make a full haxe ide, aren't you?
  • a

    ambitious-knife-25690

    10/11/2019, 6:42 PM
    😂
  • b

    bright-gpu-74537

    10/11/2019, 6:42 PM
    haha, its possible... its a really great test, and honestly, its fun
  • a

    ambitious-knife-25690

    10/11/2019, 6:42 PM
    How are you handling the syntax highlighting? Manual or are you using something else to parse it?
  • b

    bright-gpu-74537

    10/11/2019, 6:43 PM
    https://github.com/haxeui/haxeui-code-editor
  • b

    bright-gpu-74537

    10/11/2019, 6:43 PM
    so monaco for html5, scintilla for wxwidgets native and there is a syntax control for qt too
1...125126127...1687Latest