dev icon indicating copy to clipboard operation
dev copied to clipboard

Some minor bugs or inconveniences in SB4

Open VitalRus95 opened this issue 2 years ago • 2 comments

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 provide incorrect parameter hints: e.g. Memory.GetPedPointer says I need to specify the variable to store the memory address though I have already specified it before the command~~ изображение
  • ~~sometimes one of the tabs may disappear after closing and opening SB again. I haven't been able to find the cause but it started when I closed SB and one of the tabs (a .txt file included in a .cs script) disappeared~~
  • ~~Ctrl+Space doesn't work after case~~
  • some themes have a strange line below the tabs that looks odd изображение
  • ~~theme editor doesn't show the chosen colour and style for commands~~ изображение
  • constants are highlighted even if they are found inside an enum изображение
  • unfortunately, Sanny Builder still doesn't support high DPI. For example, having a 1920×1080 monitor, I need to set Windows scaling to 150% so that anything is not microscopic, but SB becomes awfully blurry and has some other graphical bugs. Using high DPI compatibility settings generally helps but brings its own problems like certain fonts being either too big and pixelated or relatively small. Without compatibility settings: изображение With compatibility settings: изображение

If necessary, I will try to provide more details. In any case, good luck with further development!

VitalRus95 avatar Jan 13 '24 18:01 VitalRus95

theme editor doesn't show the chosen colour and style for commands

class highlighting depends on selected edit mode, and SBL modes don't have Player.Money given by default. Either switch to GTA SA 1.0 mode before editing the theme, or change example code to something else available in the current mode

x87 avatar Jan 17 '24 02:01 x87

sometimes one of the tabs may disappear after closing and opening SB again. I haven't been able to find the cause but it started when I closed SB and one of the tabs (a .txt file included in a .cs script) disappeared

confirmed this is due to a set limit of only 8 tabs saved.

x87 avatar Feb 01 '24 18:02 x87