Jump to content

Next Line Cursor Position In Dreamweaver


Recommended Posts

I'm transitioning over from Expression Web 4 to Dreamweaver (CS4)

 

One of my frustrations is when I include a jquery function and move to the next line, the cursor position is located where the curly braces were on the previous line rather than at the start of the natural indent of the previous line: 

$('selector').jquerycode(function(){
                                   });

instead of:

$('selector').jquerycode(function(){
});

 

I've looked through the preferences but can't see anywhere where I can change this setting.  Anyone know of whether/where I can change this setting?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.