-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dreamweaver CS6 #1
Comments
Actually, modifying the MMDocumentTypes.xml file to include other extensions in the CSS documenttype just applies standard CSS code hinting and coloring to the extensions you add. You can do this without the extension. I realize that this is basically what the extension does, but it also adds code hinting, which isn't enabled by modifying the doctype file. I'm having a similar problem with this extension in CS6. Installing it will force DW to recognize SCSS files, but does not enable code hinting, or coloring. It seems like this extension is just not compatible with CS6. Unfortunately, Adam has said he doesn't have CS6 to test and update the extension. Perhaps it's a simple issue. Maybe Adam could download the 30-day trial? Either way, thanks go to him for providing the extension in the first place. |
@NobleRobot the extension is more than just modding the MMDocumentTypes, as you can see in SASSCodeHints.xml there are numerous entries for compass code hinting (though, it is by no means complete.) Downloading the trial is an idea I will consider and may do when I have some extra time... |
Yeah, absolutely. It took me a little while to figure out what you were doing (since I had to go through it manually), but it's clear to me now that there's more to it than what I've seen from other psudo-solutions for integrating SASS/LESS into DW. The code hinting is great work. See my comment in the other CS6 issue |
This extension is not compatible with DW CS6. :( |
@andoro yep, thats why this issue is still open. Feel free to contribute if you know how to fix. Thanks! |
Thanks for the extension, great help, but it didn't seem to work fully in Dreamweaver CS6. I installed the plugin successfully but when I started DW it didn't show code highlighting or hinting at all.
I had to edit ~/Library/Application Support/Adobe/Dreamweaver CS6/Configuration/DocumentTypes/MMDocumentTypes.xml - going to line 142 and adding the file extensions scss and less like so;
After I did this and restarted DW the code hinting started working so your extension definitely works, it just didn't add the file extensions to be recognised by DW.
The text was updated successfully, but these errors were encountered: