#Tabletop Simulator Editor - Visual Studi...
1 messages · Page 1 of 1 (latest)
just wanted to say that this is looking awesome and will probably save me a lot of time for prototyping. Thank you very much for sharing!
@acoustic rivet in a previous post you said this could run scripts from a file to TTS, but a feature I highly value in the Atom package is running the highlighted text. Is this a (planned) featre?
Hadn't thought about that yet, but I think this would be easy enough to add. Was honestly always annoyed by Atom that I have to select a whole file to run it.
Are you also using this to execute the script on a specific object (if Atom supports that)?
Was honestly always annoyed by Atom that I have to select a whole file to run it
ctrl + shift + 2 runs the highlighted code
(if memory serves me correctly with the hotkey)
Do you know if that runs it in the context of the object? Like when you open the script of the object and execute it, it would run as a script on the object? Or is it always in the context of Global?
FYI: Added this feature. Having no highlighted text in the editor will run the whole file. Having a highlighted text will only run the highlighted text.