tschf / atom-build-oracle

Oracle compilation plugin for atom-build
MIT License
12 stars 2 forks source link

Support for multiple connection strings #36

Closed vincentmorneau closed 8 years ago

vincentmorneau commented 8 years ago

Idea for an upcoming version: supporting multiple connection strings. If multiple connection strings are available, user would have to choose which one to use.

.atom-build-oracle.json example:

[
    {
        "targetName" : "hr: dev",
        "connectString" : "hr/hr@XE1"
    },
    {
        "targetName" : "hr: test",
        "connectString" : "hr/hr@XE2"
    }
]

Thoughts?

tschf commented 8 years ago

This should already be supporting this. Always, when you start Atom, it selects the first target. When you change targets, that remains the active target until you switch again

In the bottom left, you should see the target name which you can click to change to the active target:

image

image

Also, f7 / ctrl+alt+t allows you to choose which target to build.

Is this working for you?

vincentmorneau commented 8 years ago

My bad. Thanks.

tschf commented 8 years ago

That's cool :-)

On 2 Sep 2016 11:32 PM, "Vincent Morneau" notifications@github.com wrote:

My bad. Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tschf/atom-build-oracle/issues/36#issuecomment-244375302, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqquyIY6bvXbzpwrzJCz1yQNFLvYdQcks5qmCUSgaJpZM4Jyvdz .