rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
938 stars 176 forks source link

Bi-directional script syncing #5

Closed LPGhatguy closed 4 years ago

LPGhatguy commented 6 years ago

If you edit a script in Studio, it should sync back onto the filesystem.

A lot of care needs to be taken to prevent writes from rippling back to Roblox Studio, which could be tricky with the filesystem watcher.

LPGhatguy commented 6 years ago

This issue depends on #2.

LPGhatguy commented 6 years ago

This needs to be toggleable per partition and potentially configurable per partition.

There are some things (CurrentCamera, notably) that we don't want to sync back!

LPGhatguy commented 4 years ago

This is now available as an experimental feature in the Rojo 0.6.0 alphas. It's very unstable!