Vitaly Ulyanov
Vitaly Ulyanov
Another genius idea: remake the bookmark system. Currently, you have to use `Ctrl+Shift+[1-9]` to place or remove a numeric bookmark and `Ctrl+[1-9]` to move to it. It seems not convenient...
Despite being a happy user of the new Sanny Builder 4, I have encountered some minor to moderate issues that may be a bit annoying at times. - ~~some commands...
Thanks for the version 3.9.0! I'm glad there's so much new stuff! And I'd like to propose a few more ideas that could make Sanny Builder better, I hope: 1....
An thought occurred to me, it would be nice to have a new tab in the programme's options to select which edit modes to show in the lower right corner...
Imagine you have a code like this:  And you want to copy it to show to someone else but it has leading spaces/tabs that make you either send an...
Unfortunately, drawing a rectangle in a script while using the fix produces a weird result:  The code is the following: ``` Text.UseCommands(true) Hud.DrawRect(320.0, 224.0, 640.0, 448.0, 125, 125, 125,...
Just some more suggestions for the new SB4 version: - [x] ignore `_` in fuzzy search of commands; - [x] highlight some yet not highlighted keywords (e.g. `break` and `continue`)...
Texts added with `FxtStore` don't work in `Text.Display` until you set `isGlobal` flag to `true`, because of which, unfortunately, they stop being unique and become editable by other scripts. The...