timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

.ftpsync_setings #11

Closed frederichoule closed 10 years ago

frederichoule commented 10 years ago

When I change my project folder, I was thinking that FTP Sync would load the .ftpsync_settings file and update the settings in the FTP Sync Dialog, but it don't seem to work.

I almost uploaded the wrong project on the wrong server.

Is it a bug?

Running on Windows 8.1

timburgess commented 10 years ago

This should be fixed in the master branch. .ftpsync_settings was being parsed on startup and when flipping between projects, ftp settings were being retained in memory from the project loaded on startup. .ftpsync_settings is now parsed on dialog box display and if there is no .ftpsync_settings file, default values display.

I'm closing this issue, but if you need a build of master done, comment here and I can create one.

frederichoule commented 10 years ago

If you can build it it would be great. Or I can wait next release. It's as you wish.

timburgess commented 10 years ago

I've pushed a ftp-sync_master.zip to the repo. Should work fine.