Fork me on GitHub
#alda
<
2016-03-10
>
etaylan09:03:20

hello everone, i m trying to make a sublime-build file for alda but i m getting this error [27713] ERROR C:\Users\taylan\Documents\Alda (Access is denied) and yes i run sublime text as admin (windows 10)

etaylan09:03:06

build file { "shell_cmd": "alda.exe play --file ${file_path}" }

etaylan09:03:22

solved { "cmd": ["alda", "play","--file", "\"${file}\""], "selector" : "source.alda" }

dave15:03:10

hi @etaylan -- glad you figured it out, i'm pretty clueless about windows stuff simple_smile

etaylan16:03:47

yes @dave thanks. I downloaded, but build file is not included and they don't have to include for 3 os simple_smile

dave16:03:29

ah, i see

dave16:03:02

you should consider submitting a pull request, it looks like your build command might work for linux/mac as well

dave16:03:28

i might try it out when i have a minute

etaylan16:03:17

i never tried pull request before, i may broke something 😄

dave16:03:38

that's OK, that's what the pull request process is for! the project maintainers can test out your PR and make sure it doesn't break anything before merging the change

dave16:03:53

i'd be happy to test it, personally

etaylan16:03:36

okay i just forked, i will do it. thx for encouraging me

dave16:03:35

no problem simple_smile

etaylan16:03:38

pull request done