Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Make this more cross-platform #8

Open
seiyria opened this issue Aug 15, 2013 · 2 comments
Open

Make this more cross-platform #8

seiyria opened this issue Aug 15, 2013 · 2 comments

Comments

@seiyria
Copy link
Owner

seiyria commented Aug 15, 2013

Currently everything is windows-oriented:

path = {
    'x32': "C:/Program Files/BYOND/bin/",
    'x64': "C:/Program Files (x86)/BYOND/bin/"
}

    def drive_root(self, path):
        return splitdrive(path)[0]+"\\"

This should be made more OS-independent.

@cerid
Copy link

cerid commented Jun 17, 2017

https://github.com/cerid/sublime-dreams
Now supports Sublime Text 3.
Supports Unix
Supports phantoms etc.
Add/Remove from DME build variants.

@seiyria
Copy link
Owner Author

seiyria commented Jun 17, 2017

Awesome!

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

No branches or pull requests

2 participants