Skip to main content
Participant
November 4, 2016
Question

Dreamweaver CC 2017 - what a mess!

  • November 4, 2016
  • 17 replies
  • 19595 views

I installed this buggy excuse for an upgrade this morning and have found numerous problems:

Files window - does not open the file i highlight, instead it opens the listing 5 files below it

Copy / Paste - does not insert text into the place where the blinking courser is, instead places it at the top of the document

Properties window - Cannot be expanded to show the entire contents of the window

Drag & drop - does not work correctly

Auto tag closing - will not close a "<p>" tag automatically after typing "</", may or may not close other tags either, just haven't had time to experiment

I've had it. I have relaunched the CS6 version and will continue to use it until some bug fixes have been released.

Reading thru the forums it looks like people are having other troubles that I have not mentioned (ie - code coloring).

Surprised to see that Adobe would release a flagship product that has so many flaws.

Does anyone know when Adobe will start to address all the issues this product is having and release some fixes?

This topic has been closed for replies.

17 replies

Participating Frequently
December 2, 2016

I cant really figure out where all my php script is now. They used to be in red but now they are black and look like everything else.

I think Adobe should streamline things so all html and script etc is the same colour as the background, thus making everything more streamlines and my workflow more dynamic with pop out helpers written in clear white text on a white background so I immediately know where my mouse, that is cunningly also a clear easy to see white, is. These upgrades im sure would be immediately noticed by all developers using the software who would all be grateful for the improvements. Maybe if they had an animated stape in the bottom right to assist with things like making cups of tea, getting biscuits etc? But then who am i to advise against the majesty that is the development team behind Dreamweaver. Personally I think that it should use more CPU all round. I've got at least 500mb thats vacant doing nothing!!! What a waste!!!

Nancy OShea
Community Expert
Community Expert
December 3, 2016

mrtechnicalweb2 wrote:

I cant really figure out where all my php script is now. They used to be in red but now they are black and look like everything else.

I solved that by grabbing a Brackets code theme on GitHub that supports PHP syntax highlighting.

Re: Code colouring in dreamweaver 2017

Nancy

Nancy O'Shea— Product User & Community Expert
Legend
December 3, 2016

That doesn't really solve the issue - code colouring is limited, no language specific colouring is available (even though standalone Brackets does support it, it's been omitted from the Dreamweaver integration, aside from a few little tricks it's very limited and a retrograde step. I don't think the Dreamweaver dev team have even got a modicum of common sense between them!

Paul-M - Community Expert
MicahBurke
Community Expert
Community Expert
December 1, 2016

Here's a fun video of the issues I experienced.

Problems encountered with Dreamweaver CC 2017.  

Windows 10

i7-3770

16 Gig RAM

Nvidia 1060 6GB

Currently using 3 monitors, Dreamweaver on the smaller, 1080p monitor (because Dreamweaver cannot support the 4k monitors!)

The pauses you see are real-time, when I click in the file selector, the app locks up and the mouse slows to a crawl.  When you open the preferences dialog, you get an infinite box that causes the video card to flip out. 

Dreamweaver CC 2017 is unusable.

MicahBurke
Community Expert
Community Expert
December 1, 2016

Ok, so I hooked up my 1080p monitor in hopes of getting stuff done, but to no avail. 

Much of the interface is truncated and unusable. The file list (not shown) is completely off and I'm unable to tell what I have selected.  The find menu dives below the page and isn't usable either.  

I've tried various ways of setting the screen, using manifest files, etc and have gotten no where.  I attempted to go back to cc 2015 but found that it was crashing when I opened specific php files (one of the reasons I was looking forward to the upgrade.)

<sigh>

Nancy OShea
Community Expert
Community Expert
December 1, 2016

For Hi DPI issues, please submit your system details to the link below.

Need your help with addressing the Hi DPI issue

Nancy

Nancy O'Shea— Product User & Community Expert
Known Participant
November 29, 2016

Copy command jumps down towards the end of the page. It does not copy at all. I tried CTRL+C, mouse right click > Copy, nothing works.

KellyFPM3
Participant
November 25, 2016

Another issue to add to the list:

When viewing a file in "Split Code" view the two halves used to scroll independently of each other. You could view the top of a file in one half of the screen while editing the bottom in the other half. But now, if you click your mouse on one half of the view, the other half immediately scrolls to the same place. This makes Split View completely useless because you can't refer back to one part of the code while editing another part.

I also find that Dreamweaver freezes a lot and says "Not responding" in the titlebar. This will only last for several seconds before it starts working again, but it happens frequently enough to be annoying.

I recently formatted my hard drive and reinstalled Windows and the Adobe software. So the PC has no traces of earlier versions of Adobe software that might be causing these problems.

Participating Frequently
November 24, 2016

Agree it's incredible it was released in this state.  It's such a smack in the face for existing users.   I think no matter how you use the program and have it setup, it's going to frustrate you some how.

The new code writing engine is horrid.  I'm fighting against it and for everything it auto types/completes to save me time it does another thing that is illogical and wastes my time.    It's also dam slow. I've got an i7 CPUand it just isn't very responsive.

The lack of colour customisation on code is also very silly, as is the fact files have to be open to search multiple files, as is the removal of the other columns (file size, type, date) from the files lists, having to go into all my existing projects and enable manually this setting is just bizarre.  

It fascinates me how large companies seem to spend a fortune user testing and using focus groups yet these all completely fail to actually get valid feedback.   

Nancy OShea
Community Expert
Community Expert
November 24, 2016

arkid wrote:

The new code writing engine is horrid. I'm fighting against it and for everything it auto types/completes to save me time it does another thing that is illogical and wastes my time. It's also dam slow. I've got an i7 CPUand it just isn't very responsive.

Not sure what that means.  I'm not fighting with code hints or auto-completion.  And I have no performance problems in Code / Design View.  Maybe your Preferences need tweaking?

Without more to go on, it's hard to make suggestions.

Nancy O'Shea— Product User & Community Expert
Participating Frequently
November 25, 2016

I hadn't written any specifics as the annoyances are so continuous that I didn't know where to start.

So here are 13 or so things off the top of my head that I instantly discovered within an hour of use and they are still all bugging me and I can't find solutions to any of them.

  • The editor is very unintelligent in handling certain scenarios that in the real world occur all the time.  For example, say I add a new line to an array of 'value'  => /location/scotland/tester/      and that string value which needs enclosing in quotes is pasted in from the clipboard.  I now need to wrap it in quotes naturally.  If I do this though I end up with 'value'  => ''/location/scotland/tester/''     So it adds double quotes.  Even though the chr after the cursor is a string it doesn't think maybe I should just add one.
  • Similarly, if you have a string in single quotes and break it to add a variable, if you close the string and then type two dots and a new opening single quote it adds two.   Ie $string='value is'    and then you add $string='value '..' is'   you end up with $string='value '..'' is'
  • The yellow search matches when using the code editor appear in the wrong place on the scroll bar!
  • the scrollbar can easily get hidden under the yellow search matches.  sounds like it wouldn't happen often but ive actually experienced frequently
  • Discontinuity with how the editor used to work.   Selecting strings by double clicking with the mouse functions differently now.  Before the dollar sign wasn't included now it is.    That sounds like a small thing but these kind of details take days to relearn.  Even when you realise what's going on you can't just switch instantly to the new behaviour always.  This cavalier alteration in functionality is really silly.
  • Slightly laggy to totally locked up performance occasionally.    If you open a minified CSS file (say 30/40kb)  it will literally freeze up if you try to edit within the code!
  • Color code doesn't always work
  • After "replace all" in the editor the cursor returns to the very top of the document, loosing your place in the code.  This is very annoying when editing most files that are deeper than the screen, which is nearly all of them.
  • automatically rewriting content, changing chrs for in JS files for their html entity versions!   It also does the opposite with chrs occasionally     One of 100s of examples in a JS file I opened, did nothing to and then saved includes   tmp_str = tmp_str.split('&#039;')     becoming    tmp_str = tmp_str.split(''')   - 3 single quotes naturally invalid so this breaks the JS.
  • Lack of custom colour schemes for code, how could this be taken away !?
  • When you expand the file view window to full screen to list both remote and local files, the remote is on the left, defying the normal convention nearly all other software seems to use.
  • Bonkers decision to make info columns in the files window accessible via deep somewhat hidden settings in each project.  I have about 80 projects and often switch between 10 or so at any one moment. I have to go into this setting to enable the file size and date which I often want to see on each project.
  • Bonkers decision to not let searching external files work unless a file is open in the editor.  How is that relevant to searching for files that are not in the editor ?   This is very lazy coding and implementation.

oh and thanks for the tip but performance on my computer is fine in general, it's an i7 after all.  And those code hint options make no difference to the performance I'm talking about.

Participating Frequently
November 18, 2016

I make extensive use of the Server Behaviours window - sadly dropped from the last 2 releases, but apparently still compatible.

Everything installed OK - but when I try to add a new recordset I get an error message (While executing addDynamicSource in MySQLiRecordset.htm, a JavaScript error occurred).

This is usually solved by clearing the cache, as with previous releases - but it doesn't work this time - the error is repeated. If I ignore the error, I'm unable to select any database field in the window.

I feel very disappointed with Adobe a) for dropping support for small business designer/developers who relied in DW to build dynamic sites and b) releasing this latest version without it being fit for purpose.

Think I may uninstall and revert to 2015!

Chris

markh44156571
Participating Frequently
November 17, 2016

what a mess indeed!

Here are my issues with Dreamweaver 2017!

* Hangs on initial startup for about a minute

* Template updating crashes time to time

* Highlighting a document to copy from, initiates Dreamweaver's alert that document has been modified and needs to be saved.

* Removal of custom colors for code

* No PHP color coding support

BenPleysier
Community Expert
Community Expert
November 17, 2016

Yes, that is a mess!

Just so that you know that we are not all experiencing the same, on my Windows machine

* no problem

* no problem

* no problem. Could it be that there is some external program (DMXZone-extension) causing this while Live view has been selected?

* not that I care, but this may be useful Learn how you can customize the colors of your code elements in Dreamweaver.

* perhaps because of my Windows machine (light theme is slightly different)

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Legend
November 12, 2016

Please post a vote here so we can hopefully get full flexibility back for code colouring:

Restore Full Code Colouring Flexibility – Adobe Dreamweaver CC: Feature Ideas

The code colouring apart from being removed from the options because it's a half finished Brackets integration lacks serious flexibility, no language specific option even if you are prepared to edit the LESS theme file directly has been included.

I had an official response from Adobe that language-specific code colouring which is a feature in Brackets, is NOT included in the brackets integration with Dreamweaver.

Paul-M - Community Expert
Participating Frequently
November 10, 2016

I'm unable to drag a recordset field from the bindings column into the code view area of the screen, for example when wanting to add a parameter to a link.

I can drag it into the design view area, but this isn't necessarily where I want the code.

Cheers

Chris