New environment configration

hi in my application i have set a new environment like development
i have added all configuration for it.
also i able to start server for this new environment form command
prompt
ruby script/server -e my env name

but when i am going to add a server from my editor(aptana) it not
showing me a new environment?
can anybody help me how to add this new environment for adding server?