Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server meter menu option always localhost #525

Closed
timebent opened this issue Sep 21, 2012 · 3 comments
Closed

server meter menu option always localhost #525

timebent opened this issue Sep 21, 2012 · 3 comments
Labels

Comments

@timebent
Copy link

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)

@timblechmann
Copy link
Contributor

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

@telephon
Copy link
Member

On 21.09.2012, at 17:07, Tim Blechmann [email protected] wrote:

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

Posted a patch offlist.

@timblechmann
Copy link
Contributor

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants