Editing CSS, related files requires save (cs4)

You know what really Grinds My Gears? (family guy reference,
lol)
When I edit the CSS in the right hand panel, sometimes it
makes the CSS file in the Related Files toolbar not saved with a *
next to the filename. Sometimes it goes ahead and just saves the
changes right away. Like most, I'm constantly switching back/forth
between browsers so CSS has to be saved to see changes.
Kindofa pain to have to click the css file in the related
toolbar and Ctrl+S to save before each preview...I haven't been
able to find out why it "dirties" the CSS file sometimes and other
times it directly saves to the CSS file.
Does anyone have any ideas? How to get it to always just save
to the file?
thanks

avibodha,
Ah! Thanks for the additional details. I see what is causing
this behavior.
When a document is opened, DW determines what the Related
Files are, so
it can show the list of buttons for each one. But, for the
sake of
performance, we do not actually load the files until you
click on a
button to view a file. Note that the file may already be
loaded as a
top-level document or as a Related File of some other
document.
Since you have the "Open CSS files when modified" setting
turned off,
then the CSS gets automatically saved to disk *if* the file
has not yet
been loaded. Once the file has been loaded, then DW will not
automatically save it (to avoid writing something on disk
that you don't
want written).
So, you'll need to disable the Related Files feature to have
DW always
automatically save the CSS to disk.
HTH,
Randy
> * related files always on, open document
> * edit CSS in right panel (separate css file, not inline
styles), always saves
> immediately
> * Either click .css file and edit, or in right panel,
click Go To Code and
> edit CSS -> now all edits in right panel will happen
to file and NOT be saved.
> You must go to the .css file and Save it.
>
> So once you edit the CSS file for for any reason, from
then on it edits the
> css file when you use the right panel and you must go
back to the file and
> save, or do Save All.
>
> There is a setting in Preferences, CSS Styles to
automatically open the CSS
> file when editing, but I have that off (default state).
>
> Curious...wonder if there's a way to "reset" the right
panel CSS back to it's
> original state of directly modifying the css file? If I
close and re-open the
> document, that does it, but that's not a solution...
>
> Not a big deal because I can turn off Related Files...

Similar Messages

  • How to deactivate Related Files in Dreamweaver CS4 (totally)

    Hello,
    how can I deactived the Related Files feature (not only the Bar).
    We work directly on the Server. We don't want Dreamweaver to donwload the related files and save them back!
    Our wish is that Dreamweaver CS4 save only the file we have open (without the related files).
    Axel Neswadba

    When you use "Save" with Related Files, whichever document (either the main document in the Design View, or the Related File in Code VIew) that has focus is saved.
    You can disable Related Files in the Preferences General Tab. You will need to shutdown and restart DW for the change to take efffect.
    HTH,
    Randy

  • CS3 Templates managing relative file paths in AC_FL_RunContent

    Hi,
    If I insert a Flash media resource (e.g. a .swf file) into a template, Dreamweaver CS3 inserts two sections of HTML into the template to display the resource; a <script> section and a <noscript> section. Then if I create a number of HTML files from the template which are stored in sub-folders which have different relative file paths to the resource from the template, then when DW builds the HTML files from the template, it correctly edits the relative file paths in the <noscript> section but does not correctly edit the relative file paths in the <script> section. So the resource does not display in browsers which have javascript enabled for the files which have different relative file paths from the resource.
    Is there a solution for this that I can use with my CS3 other than: (a) manually editing the code by hand outside of DW; or (b) upgrade to CS4 or CS5; or (c) have multiple copies of the resource in different locations with the correct relative file paths from the HTML files.
    I have read something about Edit > Preferences > Code Rewriting > uncheck the Active Content preferences but I do not know if that is in a different version of Dreamweaver because my CS3 version does not appear to have that.
    Thanks,
    -A Novice.

    Oh, BTW, I forgot to say, I/we cannot use site-relative file paths because this question is posted on behalf of a school where the kids are taught to use DW to create web-sites but the sites are not actually ever published to any web servers. The sites are only ever viewed by previewing the site in DW or by double-clicking on the index.html page from Windows Explorer. And because the kids are not being taught how to hand-code HTML (or how to hand-code anything come to that), editing the HTML by hand is not a solution. Really, we need a solution where DW will do it automatically and properly (without spending money on upgrading to CS4 or CS5 (if possible).
    Thanks again,
    -Still A Novice

  • Can no longer edit app descriptor file with 3.4 - really?

    Until now, when publishing to AIR from Flash Professional, I could manually edit the app descriptor XML with a little workaround:
    1. Set up my publish settings in Flash Professional and click OK
    2. Then edit the XML file and save it
    3. Then Publish from Flash Professional WITHOUT opening the Publish Settings again (which would recreate the XML file).
    This has been CRUCIAL to me in order to add certain elements to the XML file such as <extensions> I want to include with my project.
    However, this seems impossible to do with the 3.4 AIR SDK release version. When I try, it ignores my manual edits of the XML file and simply removes them when I publish. This is a HUGE problem because now I can no longer add <extensions> in the app descriptor file (and this can't be done from the Flash Professional GUI).
    Anyone have ANY idea how to keep adding my extensions to the app descriptor file?

    Hello,
    I have the same problem, but not the same solution : I have an old air application under Air 2.0, with an automatic updater, and wanted to make an intermediate application as seen here : http://helpx.adobe.com/air/kb/update-air-2-or-earlier.html .
    So I have to change the application descriptor by hand. But Flash CS6 always overwrite this descriptor with its own datas while exporting.
    How can I change my application descriptor for this intermediate version ? I have Flash CS5, but not Flash CS5.5, and the extension for Flash CS5 doesn't exist anymore !
    Thanks !

  • Edit the Excel file which i have uploaded in my blob domain.

    Hi,
    Am using jdeveloper 11.1.1.6.0.,
    I have dragged and dropped my VO as af:form in which uploadFile is a blobdomain.
    This is the code which i have used for upload and download my excel document.
    public void uploadFileValueChangeEvent(ValueChangeEvent valueChangeEvent) throws IOException,
    SQLException {
    // Add event code here...
    // The event give access to an Uploade dFile which contains data about the file and its content
    UploadedFile file = (UploadedFile)valueChangeEvent.getNewValue();
    // Get the original file name
    String fileName = file.getFilename();
    long filesize = file.getLength();
    long fkb = filesize/1024;
    // get the mime type
    String contentType = file.getContentType();
    //ContentTypes.get(fileName);
    // get the current roew from the ImagesView2Iterator via the binding
    DCBindingContainer lBindingContainer =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding lBinding =
    lBindingContainer.findIteratorBinding("XFilesView1Iterator");
    Row newRow = lBinding.getCurrentRow();
    // set the file name
    newRow.setAttribute("FileName", fileName);
    // create the BlobDomain and set it into the row
    newRow.setAttribute("FileContent", createBlobDomain(file));
    // set the mime type
    newRow.setAttribute("FileType", contentType);
    newRow.setAttribute("FileSize", fkb);
    private BlobDomain createBlobDomain(UploadedFile file)
    throws IOException, SQLException {
    // init the internal variables
    InputStream in = null;
    BlobDomain blobDomain = null;
    OutputStream out = null;
    try
    // Get the input stream representing the data from the client
    in = file.getInputStream();
    // create the BlobDomain datatype to store the data in the db
    blobDomain = new BlobDomain();
    // get the outputStream for hte BlobDomain
    out = blobDomain.getBinaryOutputStream();
    // copy the input stream into the output stream
    * IOUtils is a class from the Apache Commons IO Package (http://www.apache.org/)
    * Here version 2.0.1 is used
    * please download it directly from http://projects.apache.org/projects/commons_io.html
    IOUtils.copy(in, out);
    catch (IOException e)
    e.printStackTrace();
    catch (SQLException e)
    e.fillInStackTrace();
    // return the filled BlobDomain
    return blobDomain;
    public void Download(FacesContext facesContext,
    OutputStream outputStream) {
    // Add event code here...
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    // get an ADF attributevalue from the ADF page definitions
    AttributeBinding attr = (AttributeBinding) bindings.getControlBinding("FileContent");
    if (attr == null)
    return;
    // the value is a BlobDomain data type
    BlobDomain blob = (BlobDomain) attr.getInputValue();
    try
    {   // copy hte data from the BlobDomain to the output stream
    IOUtils.copy(blob.getInputStream(), outputStream);
    // cloase the blob to release the recources
    blob.closeInputStream();
    // flush the outout stream
    outputStream.flush();
    catch (IOException e)
    // handle errors
    e.printStackTrace();
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, e.getMessage(), "");
    FacesContext.getCurrentInstance().addMessage(null, msg);
    My Scenario :
    I need to edit the uploaded file and save it back to the same location.
    How can i achieve this?

    By edit you mean changes the cells of the excel file?
    For  this you have to download the file to the client, let him make the changes and upload it again.
    You may want to look into Desktop integration
    Or if you want to change it in java you can use POI to change the file. However you first have to get it out of the blog, change it and put it back into the blob.
    Timo

  • Can't save-All-relative files and don't see check_cs5.css under tab index.html

    after closing check_cs5.css in the second tutorial I was suppose to get two tabs (source and check_cs5.css) which I could click on (underneath the index.html document tab). I don't see these. I can't get both the Design window AND the check_CS5.css code window. I only get the code for index.html and the design window. For some reason when I was suppose to save "all-relative-files" ... that was grayed out so I "saved ALL". I don't know why that was but it probably had something to do with the problem I just mentioned. This occurred near the end of tutorial 2 of the beginner tutorial.
      Dave

    This post seems to be the contuation of an earlier conversation but I don't know which earlier thread you're referring to.
    Which tutorial are you doing?
    Was this thread yours or someone totally different?
    http://forums.adobe.com/thread/862565?tstart=0

  • Stopped putting related files in CS4

    When I would upload files to my server, CS4 used to put related files as well (images, stylesheets, scripts). It suddenly stopped doing that and I can't figure out what setting needs to be changed to get it to continue doing that.
    Can anyone help?

    You must have disabled the Dependant files prompt.
    Edit > Preferences > Site:
    Dependant Files: X prompt on Get/check out
                             X prompt on Put/check in
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Adobe Illustrator CS4 Error: Error 1603. Error 1305.Error reading from file C:\Program Files\Adobe\Adobe Illustrator CS4\Support Files\Required\Fonts\AdobeSongStd-Light.otf.  Verify that the file exists and that you can access it.  AdobeColorCommonSetRGB

    Iam trying to load illustator in my PC i get following error while loading Application CD 2
    Adobe Illustrator CS4
    Error:
    Error 1603. Error 1305.Error reading from file C:\Program Files\Adobe\Adobe Illustrator CS4\Support Files\Required\Fonts\AdobeSongStd-Light.otf. Verify that the file exists and that you can access it.
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    My serial no. [Removed by moderator]

    Download a copy an installer for CS4 from the links on this page:
    Other downloads

  • What's hardware should upgrade for Using Premiere CS4 to editing (AVCHD)m2ts file?

    What's hardware or software should upgrade for Using Premiere CS4 to editing (AVCHD)m2ts file?
    1st question: when i try to do editing by using Premiere CS4 AVCHD sequence timeline, the edting monitor seems not smooth (like wearing goggles) & delay, and when i use AME to encode m2ts file (which not yet edit) to AVI file (about 1 hour), it take 2h 13min to finish, is it normal?
    2nd question: i use mpeg2 HD 1440 file to do eding, the edting monitor also not very smooth but better than using m2ts file, after editing done, i try to encode these mpeg2 HD 1440 file (which edited about long 1 hr) to a New file mpeg2 1440 X 1080i HQ or even mpeg2 Pal DV HQ file, the encoding was not runthe encoding after wait for half an hour. How many hours it take usually????
    3rd question: i use m2ts file video file to export as a Bitmap, 1 frame 1 picture bitmap, it take long time too, about 1 or 2min to finish encoding, if i export more than 1 picture, it take even more time, i have experienced it, 3 or 4 pictures need about 10 or 15 min to finish encoding. i used to using mpeg2 HD 1440 file (which edited file) to export frame as picture, it not run the encoding at all. WHY ????
    i'm new in Premiere CS4,so i got many question about Premiere CS4, usually i use Premiere Pro 1.5 version
    my computer is: Intel (R) Core (TM) 2 Duo CPU
                             E7400 @ 2.80 GHz
                             2.80 GHz, 2.00 GB RAM
                             Graphic Card: ATI Radeon X1650 series
                            2 Hard Disks in my computer (C Drive is 300 GB (not sata) , D Drive is 500 GB sata)
    4th Question: Premiere CS5 & Premiere CS4 which one is better ???
    5th Question: What's different ATI Radeon and NVIDIA Card, which is better, which u suggest to. What is different Graphic Card and Video Card ?? Should i install HD Video Card ????

    I don't think a core-2 will work very well with AVCHD... you need at least an Intel i7 920... or whatever is current
    My CS5/AVCHD 1st Impressions http://forums.adobe.com/thread/652694?tstart=0 includes a link to the computer I built... since the GTX 285 is no longer sold, I would now go with a GTX 460 or whatever is the current "best bang for the buck" - AND I would buy 4Gig-by-3Sticks memory to be able to expand from 12Gig to 24Gig if needed
    For my home hobbyist, family movies (which means that I am not trying to recreate Star Wars with video effects or many layers) AVCHD editing is "as smooth as spreading warm butter on hot toast" (also the MP4 video from wife's Flip camera)
    My 3 hard drives are configured as...
    1 - 320G WD Win7 and all programs
    2 - 320G WD Win7 swap file and PPro projects
    3 - 1T WD all video files... read and write

  • Why is the assests panel disabled when editing css or xml files?

    It's immensely annoying. Is there anyway to stop it?

    That doesn't really explain why a very useful panel is disabled. What's the logic behind it?
    This is a user-to-user forum, not Adobe customer support. You asked whether there was any way to prevent the Assets panel from being disabled when editing CSS and XML files. The answer is no.
    If you want Adobe to change the way the program works, file a feature request.

  • What steps do I take to edit raw files and save for web use, such as Instagram, Facebook, Websites, and emailing?

    What Steps do I take to edit raw files and save for web use, such as Instagram, Facebook, Websites, and emailing?

    When you open a raw file it will open in Adobe camera raw. That is where you can do most of the editing. Then it will be placed inside Photoshop where you can do more if needed.
    Now you can use the save for web dialog to export your image as a png or jpg to use on those sites.

  • Cannot save file 2nd time CS4 ID=-54 om SMB server

    Hello,
    We have a problem with saving .ai files in Illustrator CS4 on a Windows 2003 server with SMB filesharing with OX 10.6. If we save .ai files for the second time, Illustrator gives the error: 'cannot save illustration. file is locked or in use. ID = -54'.
    If you save a file on the OSX 10.6 workstation, it gives no errror. It is an illustrator .ai smb problem. .eps or .pdf on SMB gives also no problems.
    Does anyone know a solution?
    Thanks!
    Percy

    Percy,
    Saving to the harddisk is the safe and troublefree way. Saving through a network is a known troublemaker.
    Maybe you can reset the network connexion somehow. You may try disconnecting and reconnecting between savings and see whether that solves the issue; at least it may show the nature of the issue.

  • I made un update for OSX-10.9.2. , and when a scan a document or a picture, and order `save as` , the file saved is a black picture or document. I can't see the file. What happens? I made the downloads of files required in HP site.  Tks, Paulo

    I made un update for OSX-10.9.2. , and when a scan a document or a picture in one printer HP D-110, and order `save as` , the file saved is a black picture or document. I can't see the file. What happens? I made the downloads of files required by HP for the OS maverick in HP site. 
    Tks, Paula

    This link should help:
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/OS-X-10-9-Mavericks-Incor rect-output-using-HP-Scan/td-p/3069079

  • Sava all related files

    Good evening,
    The question is: how can i save all my files included images and javascripts in one folder.
    I know and see that there is a option sava all related files, but this option is gray (so i cant activate this option)
    I guess that this will save exectly what i want or perhaps most of my whises.
    But how come that this option is gray and how cant i resolve this problem, so i can use this option?
    I hope that some one could help me out with this one, cause i am not the brightest in dreamweaver.
    Cause is Indesign you would just activate save as package and done.
    Kind regards and already many thanks.

    Your question is a bit confusing.
    Is it that you have a site with files in various locations within the root, and now you want to save all those files within the same folder?  Why?  And if you do want to do this, I suppose you want to do it so that the links to the files would still work, right?
    In DW's File panel, you could just one-by-one drag and drop all your files into a single folder - that will preserve the linkages between these files.
    The save all related files function will only save the files back to the location they were in when you created the link.
    But I have a strong suspicion that we are not talking about the same thing....

  • Lost option to upload related files when using testing server.

    I used to get a dialogue box when I was previewing files on my local machine using my localhost testing server setup. It was kind of annoying having to click yes every time. Last week I accidentally clicked the don't show this anymore box and now when I preview a site on my localhost related files and updated files are not uploaded. I have to manually upload the css, php, and any other related files to the testing server's folder.
    I tried deleting preferences, re-installing Dreamweaver CS4, and everything else I can think of but I can't get this option back. Is there some way, other than using the same folder for the testing server and the site to avoid this problem?
    Thanks.

    Edit > Preferences > Site > Dependant Files > Check the box for "Prompt on Put or Check-in"
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for