Hitting enter starts line over at character 1 -
11-07-2005
, 10:37 AM
I am converting from HomeSite+ to Dreamweaver for my CFML development. Been
using CFStudio and HomeSite for over 5 years, and figured that I've give
Dreamweaver a fair shot to prove itself to me (especially with the
highly-touted v8 release). One thing that I've noticed about DW that's
extremely hard to get used to is where the cursor goes after hitting Enter.
In HomeSite+, if i was writing the following code (replace -tab- with the
actual tab code to simulate what I am doing)
-tab-SELECT *
-tab-FROM SomeTable
-tab-WHERE id = #myid#
Now, once I hit Enter after the "SELECT *", HomeSite would return my cursor to
the position directly under the "S" in "SELECT". Dreamweaver puts my cusor
back at position 1 of the next line. Argh! This is really annoying when you
are writing queries in your code and have to keep tabbing in, over and over,
for every line (and some of my queries have 20-30 lines).
Is there a way to change how the Enter key behaves, so that it will act like
HomeSite+ does? |