nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
88 stars 18 forks source link

Improve error dialog for UICB parsing #446

Open JackWilliams-FractureSounds opened 7 months ago

JackWilliams-FractureSounds commented 7 months ago

Correctly throws error because of missing parentheses on UICB, but the error dialog is tricky to understand and not user friendly.

on init
  declare ui_slider test (0, 10)
end on

on ui_control test  // missing ( )
  message("test")
end on

image