[Gambas-devel] Request

Ron ron at ...572...
Tue Sep 2 12:15:15 CEST 2014


Please add a 'Submit Bug Report' menu to IDE's ? menu.

With his code behind it:

' open url in browser
Public Sub MenuSubmitBugReport_Click()

  Try Desktop.Open("https://code.google.com/p/gambas/issues/list")
  If Error Then Message.Error("No internet connection available?")

End

Saves me to search the web for the correct url... ;O{
Thanks.

Regards,
Ron.




More information about the Devel mailing list