Vitaly Ulyanov

Results 8 issues of 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...

type:feature
priority:p3
scope:IDE

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...

type:nice-to-have
status:in dev triage

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....

scope:IDE
status:in dev triage

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...

priority:p3
type:nice-to-have
scope:IDE

Imagine you have a code like this: ![изображение](https://github.com/user-attachments/assets/1c3d29ca-5d5d-4f6c-8d9a-826d0b6846ec) And you want to copy it to show to someone else but it has leading spaces/tabs that make you either send an...

type:nice-to-have
scope:IDE
status:in dev triage

Unfortunately, drawing a rectangle in a script while using the fix produces a weird result: ![изображение](https://github.com/user-attachments/assets/f8c15965-0bac-45c2-acd0-53ec8162ced7) 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`)...

status:in dev triage

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...