brimelow / Response-for-Brackets

Responsive design tool for Brackets
170 stars 54 forks source link

Reset changes on Brackets 1.3 #80

Open BulatSa opened 9 years ago

BulatSa commented 9 years ago

After reopen plugin all changes reset, no breakpoints, but in media-queries.css changes saved. If i make new breakpoint, all changes in media-queries.css delete like it is new file and work.

ikbenben commented 9 years ago

@BulatSa what do you mean by breakpoint ? I'm just trying to get back into this plugin as I was not available for a while. There are some bugs to do with file synchronization where changes are lost. There are issues opened for these issues.

If you can provide step by step details into the issue then I can look into this

bstrilziw commented 9 years ago

Hi there, using Brackets (Release 1.3 Build 1.3.0-16022 (release cd0a6aae5) on Windows) with Response for Brackets 0.1.0 I got the same bug.

This is how I can reproduce it: Setup: index.html, styles.css & generated media-queries.css (nothing fancy, just something to show some beginners) https://www.dropbox.com/s/i4d3t830mska8ow/Screenshot%202015-05-05%2014.48.23.png?dl=0 https://www.dropbox.com/s/2zi5slrzc9ixh9r/Screenshot%202015-05-05%2014.48.40.png?dl=0 https://www.dropbox.com/s/us7ck0yn5r7dp6b/Screenshot%202015-05-05%2014.48.45.png?dl=0

Open Responsive Mode, switch to breakpoint: https://www.dropbox.com/s/z9hfnnpzjzl3psd/Screenshot%202015-05-05%2014.49.00.png?dl=0

Change something: https://www.dropbox.com/s/gld8hk0dnkydhfh/Screenshot%202015-05-05%2014.49.28.png?dl=0 https://www.dropbox.com/s/n09mknrlou4h703/Screenshot%202015-05-05%2014.49.46.png?dl=0

Changes appear in media-queries.css: https://www.dropbox.com/s/5c9loc8r8j1tjeq/Screenshot%202015-05-05%2014.49.53.png?dl=0

Close Responsive Mode (changes are still there): https://www.dropbox.com/s/yrnbwa0zga3m3v4/Screenshot%202015-05-05%2014.50.12.png?dl=0

Close Brackets, open it again, some changes are lost: https://www.dropbox.com/s/s20837w9gb9f57c/Screenshot%202015-05-05%2014.50.32.png?dl=0

I hope you can fix this, I was about to show Brackets to some colleagues.

Thank you! :)

ikbenben commented 9 years ago

Thanks. that was a perfect breakdown. And this is related to issue #66. I was working on this before I had to take a break. I am trying to get back to this.

cheers