Skip to main content
This topic has been closed for replies.
Correct answer lnayal

Code collapse for selection in code view is back with the latest release DW CC 2015.1 Nov Release.

For more details read the post below

Dreamweaver CC 2015 update (2015.1) is now live!

30 replies

Participant
August 21, 2015

As long as were on the subject of Adobe CC's depreciated functionalities, perhaps others may have a persuasive rational for reinstating the FLV export in Premiere and Encoder. those flash cues come in super handy. Please bring that back. Twas the bomb-diggity being able to read the cues in the flash player.  On the recommendation of an adobe moderator,  I had to resort to previous versions for this, which the Cloud makes available, which is great...but still.BRING BACK FLV!

Participant
August 20, 2015

It's so frustrating to work with this limitation now, it was a great feature I rely on it daily to get through mountains of code. I'll certainly go back to my 5.5 if it's not reinstated soon and ditching my subscription to CC!

chrixtopher
Participating Frequently
August 20, 2015

Wow... the numbers goes 140+...

I find it really interesting where the vote is for "new idea"...

This is an very old and very useful features... how can you treat them as "New Idea"?

Anyway... Please any of you felt the same... vote... I'm going back to CS6 anyway or PHPStorm maybe...

Add "collapse code" selection BACK into Code Toolbar to Dreamweaver CC 2015

Jon Fritz
Community Expert
Community Expert
August 20, 2015

chrixtopher wrote:

... I'm going back to CS6 anyway or PHPStorm maybe...

Add "collapse code" selection BACK into Code Toolbar to Dreamweaver CC 2015

You don't have to drop all the way back to CS6. As a CC subscriber, along with CC 2015, you can get CS6, CC, or CC2014, all of them have the old, better code collapse functionality. Here's how you do it from the CC Desktop App: How to Find and Install Previous Version of Adobe Apps in CC 2015 | Adobe Customer Care Team

You can have all of them installed on the same machine, they just won't run at the same time. That way, you could use other features in the newer versions that the older don't have (if any interest you, I'm liking the Emmet they put in, it's not 100% there, ah well) without having to uninstall older versions. Plus, if Adobe sees their error and brings back functional code collapsing to DWCC 2015, it may just be a patch to an existing program on your machine.

chrixtopher
Participating Frequently
August 21, 2015

I had them both in my machine... just too troublesome switching between both version...

DW is great software I used since with Macromedia. Is good that Adobe added some great features, but why remove good features in old version?

Hope the new patch will come in soonest. I want to migrate fully in CC!

BTW just went to Adobe CC Event in Singapore last month, it was great!

Herbert2001
Inspiring
August 19, 2015

Even I up-voted for this feature, and I do not use DW anymore - but several of my students still do, and they would very much dislike the new folding which was introduced in 2015.

Herbert2001
Inspiring
August 19, 2015

I suppose the reason this code fold behaviour was changed (not saying this is good or bad!), is because the old version had no sense of the code order and organization.  This allowed for arbitrary custom code folds based on selections. The new version does have advantages (otherwise other mainstream code editors and IDEs would not have implemented the same system), but really needs simple shortcut keys to control the feature, and must be extended with other options which are readily available in the other editors and IDEs.

For example, both PHPStorm and Netbeans allow for custom code folds to be set, which can be controlled with attributes which decide whether they should be collapsed or not when loading the file.

// <editor-fold defaultstate="collapsed" desc="user-description">

  ...any code...

// </editor-fold>

This snippet inserts a custom fold in your php which collapses when the file is opened in Netbeans: very handy under circumstances.

Other handy options are automatic folding of html comments.

In a nutshell, I see the current implementation of code folding in DW to be at its infant stage. It is an unfinished feature.

Participant
August 18, 2015

Hey all,

I also complained about this feature...

Note: in CC you can roll back to previous versions of the software. While adobe clearly has their heads up their butt on this one, I don't use any of the features in the new software, so I rolled back to the previous 2014 release and my code collapsing is back.

Someone also mentioned PHPStorm - Brackets (Also be Adobe... insteresting) is pretty good and there is a code collapsing feature someone released as an extension, although it doesn't work well.

I strictly use Dreamweaver due to the code collapsing ability of the selected text, so rolling back is my only option at this point.

Participant
August 18, 2015

And with no ability to highlight chunks of code.  I really can't understand this

Preran
Legend
August 19, 2015

Hi all,

We did check with the team about this feature, and as of today, the data that we have from various sources indicate that most users aren't having any major issues with it. If this feature is really important to you, I encourage you to canvass for the idea

As of today, there are fourteen votes.

Thanks,

Preran

Participant
August 17, 2015

After several months of struggle dealing with strange editor changes our design team is phasing out the use of Adobe products for their work. We have found many other IDE's that are far better at doing all the above and do it intelligently without causing problems with each update. Adobe has refused to even acknowledge countless bug inputs by our team and thus because of their actions we have chosen to move on to various other IDE's such as phpStorm, Sublime Text. Most other web/php IDE's that focus more on a coder versus a designer have improved our design's team performance significantly.

Dreamweaver is good for someone first getting into web development I'm not denying that - but for real coders who develop back-end php systems you will be far better off moving on from this software to systems designed with you, the coder, in mind.

CelsoPecuraro
Participating Frequently
August 17, 2015

I agree with you. Today i'm testing PhpStorm and EmEditor (the best for huge files). The staff member Preran gone out, and it's clear that Adobe don't cares with dreamewaver users needs, this tool is a basic for programmers and web-designers.

SDGPete
Participating Frequently
August 18, 2015

We're also now evaluating PHPStorm as a replacement to Dreamweaver.  Adobe's lack of concern for this issue is terrible.

MustWin
Participant
August 17, 2015

The new collapse is terrible.

Can't get used to it and is not helpful at all. Want to collapse a one line tag? No luck. Want to collapse a custom selection? No luck. Want to delete a collapsed fragment? Not as you'd expect - expands the selection and deletes a character from the selection. YAY!

Absolutely terrible

CelsoPecuraro
Participating Frequently
August 14, 2015

The new colapse is a bad idea from adobe in cc2015. Was a nice tool and very hepful until 2014. For me it's impossible to use a code editor without versatile colapses. I use it too much. If this tool don't return, I will considering to change to another code editor.

chrixtopher
Participating Frequently
August 10, 2015

1 week after using Dreamweaver CC. I felt really frustrated without the select code folding.

They even removed the collapse shortcut key. Seriously? I to click on that little triangle thingy?

Also, I cant collapse 2 nested codes in same row. Because... they cannot have multiple triangle thingy on the left side...