Get it here!
Features
- Full syntax highlighting
- Pattern autocomplete for Hex Casting, Hexal, and MoreIotas
- C-style line and block comments
- Snippets to speed up your workflow
Yes, and I sort of have plans for this, but it'd be a lot of work and I haven't done it yet. You can sort of do this now by using the `Copy Selection as BBCode` command, pasting the output into the post editor here, and previewing it.MR_Spagetty wrote: ↑Sat Jan 14, 2023 12:12 am Would it be possible to add a preview kind of thing to show the full hex as you would draw it out with the staff?
What would this be useful for, other than (possibly) importing the hex to ingame without having to draw it by hand (which isn't something I ever plan on supporting)?Twisted_Code wrote: ↑Sat Jan 14, 2023 12:36 am Neat! besides the preview idea, I think it would be nice to be able to just straight up export your code to pattern data format (or whatever you want to call the whole "NORTH_EAST qaq" serialization code)
Ah... good point. That is the use case I was thinking of, and I wasn't thinking of it in terms of "literally circumvents the core mechanic of the mod"[object Object] wrote: ↑Sat Jan 14, 2023 12:39 amWhat would this be useful for, other than (possibly) importing the hex to ingame without having to draw it by hand (which isn't something I ever plan on supporting)?Twisted_Code wrote: ↑Sat Jan 14, 2023 12:36 am Neat! besides the preview idea, I think it would be nice to be able to just straight up export your code to pattern data format (or whatever you want to call the whole "NORTH_EAST qaq" serialization code)
what about going the opposite direction, i.e. reading a list of angles and decoding it into a human readable hex (like your Discord bot technically already can do, but it ain't called an INTEGRATED development environment for nothing)?[object Object] wrote: ↑Sat Jan 14, 2023 12:39 amWhat would this be useful for, other than (possibly) importing the hex to ingame without having to draw it by hand (which isn't something I ever plan on supporting)?Twisted_Code wrote: ↑Sat Jan 14, 2023 12:36 am Neat! besides the preview idea, I think it would be nice to be able to just straight up export your code to pattern data format (or whatever you want to call the whole "NORTH_EAST qaq" serialization code)
Sorry for the delay. This is now possible as of v0.1.17 with the enabledMods config option.MR_Spagetty wrote: ↑Sat Jan 14, 2023 7:23 am another suggestion i have is to allow for the user to enable or disable the spells/patterns from hexcasting addons in their workspace so that they don't accidentally get autocompleted when the user is working on a spell for something that doesn't have the addon that the patter came from