You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The menu option to show the Server Meter always shows the localhost levels, even if the default server is the internal server.
The code below shows the correct default server, however:
ServerMeter.new(s, 8, 8);
I am running OS X - (10.7.4)
The text was updated successfully, but these errors were encountered:
it is using ScIDE.defaultServer, which is initialized to the default server during the language/ide handshake. atm, there is no way to cleanly change this server, though. would not be too difficult, and can be done completely from the sclang-side
it is using ScIDE.defaultServer, which is initialized to the default server during the language/ide handshake. atm, there is no way to cleanly change this server, though. would not be too difficult, and can be done completely from the sclang-side
The menu option to show the Server Meter always shows the localhost levels, even if the default server is the internal server.
The code below shows the correct default server, however:
ServerMeter.new(s, 8, 8);
I am running OS X - (10.7.4)
The text was updated successfully, but these errors were encountered: