Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making Dreamweaver more like Notepad++

I'm moving to Dreamweaver from Notepad++, and while Dw does have many better features than Notepad++, there are a few that I'm really missing.

  1. Is there a way to make the "Home" key on the keyboard take you to the front of where the code starts, instead of the very front of the line? In Notepad++ this is how it works by default, and I don't know why anyone would want to go to the very front of the line instead of the front of the code. I use tabbing to keep it more organized, so this feature is really important to me.

  2. How do I duplicate a line in Dw? In Notepad++ I can select the line and press ctrl + d and it automatically duplicated the code. This is awesome for something like a gallery or a table where I don't want to have to type out every line because it's so similar.

  3. Less important, as I don't use this that often, but can you vertically select in Dw? In Notepad++ you can hold down alt and select lines vertically. Ex:

    http://dl.dropbox.com/u/12147973/vert-select.jpg

Thanks in advance.

like image 503
JacobTheDev Avatar asked Aug 01 '11 13:08

JacobTheDev


3 Answers

For #2, check out the Code Extras extension for Dreamweaver

No Longer works in DW5.5; Try here - http://yoropan.com/en/archives/544

like image 87
Danilo Celic Avatar answered Sep 28 '22 04:09

Danilo Celic


I was also wanting some of this features... I discovered that, at least in CS6, #2 is already in Dreamweaver, but the shortcut is Ctrl+Alt+Down ou Up, depending on the direction that you wanna duplicate the code.

Note that I had to disable the shortcut that turns your screen view for that to work. (It's an intel default, press Ctrl+Alt+f12 to open the options)

And tãa dãaa... IT WORKS! :D

like image 22
madagalbiati Avatar answered Sep 28 '22 02:09

madagalbiati


I want to say one thing different. My Dreamweaver theme (Users who use Dreamweaver after use Notepad++). Download Dreamweaver.xml

"Dreamweaver.xml" file is in here for windows: C:\Program Files\Notepad++\themes\Dreamweaver.xml

like image 42
Entelardo Avatar answered Sep 28 '22 02:09

Entelardo