Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When Collapsing a code in Dreamweaver CS5, the collapse state is saved as long as the file is in the same folder, however when copying the file to a new folder the collapse state vanishes and the code expands, So does anybody know how to keep the code collapsed even after copying it or uploading it to the server?

share|improve this question

1 Answer

up vote 3 down vote accepted

enter image description here

if you are referring to this feature, then this is set in dreamweaver and not within the file, so when you move the file, dreamweaver will see it as a different files like so:

root/index.php

and moved to another location

root/another_folder/index.php

so this would have to be reset everytime you move it.

hope this helps

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.