jcanker Posted May 10, 2011 Share Posted May 10, 2011 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? Link to comment https://forums.phpfreaks.com/topic/236011-next-line-cursor-position-in-dreamweaver/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.