how to change/set STS developer?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to change/set STS developer?

rush
Hi Folks,

how could one change the "developer" used by sts? It defaults to
user@machine and I would like to use something else.

rush
--
http://www.templatetamer.com/
http://www.folderscavenger.com/


Reply | Threaded
Open this post in threaded view
|

Re: how to change/set STS developer?

David Gorisek-5
Davorin,

currently there is no GUI functionality for this. But you can inspect
StsManager current and change the value of the 'developer' inst var, or
you can also change its initialization upon STS start-up in the method
StsManager>>#connectToDatabase (look at the end of the method).

In the future there will be an STS admin panel where you will be able to
change developer string ID.

Best regards,

David Gorisek



rush wrote:

> Hi Folks,
>
> how could one change the "developer" used by sts? It defaults to
> user@machine and I would like to use something else.
>
> rush
> --
> http://www.templatetamer.com/
> http://www.folderscavenger.com/
>
>


Reply | Threaded
Open this post in threaded view
|

Re: how to change/set STS developer?

rush
> currently there is no GUI functionality for this. But you can inspect
> StsManager current and change the value of the 'developer' inst var, or
> you can also change its initialization upon STS start-up in the method
> StsManager>>#connectToDatabase (look at the end of the method).
>
> In the future there will be an STS admin panel where you will be able to
> change developer string ID.

David, thanks!

Now that you mention have feature plans, it seems that my infamous "feature
begging" side of character is raising its ugly head. It would be nice if
there would be one click operation that would bring project up to date with
all loaded versions of its packages, and version the project. If some of the
loaded packages would have changes since last version, a prompt to version
the package would be nice.


rush
--
http://www.templatetamer.com/
http://www.folderscavenger.com/