Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I'll have to play around with that. I have just about all my files in projects, but I know I can open a file and save and close a file that is not in a project, though I have not tried to create a file that is not in a project.
yes I can do that too... open, edit save anywhere I want. But try creating a file without associating it with a project. It will always result in sadness.
Why are you using Dreamweaver anyway? It's not so bad if you get rid of all the crap, turn off code formatting, change tabs to spaces and only use the code view. LOL
astions wrote:Why are you using Dreamweaver anyway? It's not so bad if you get rid of all the crap, turn off code formatting, change tabs to spaces and only use the code view. LOL
I use Dreamweaver for the auto-complete. I type with one hand. As you can imagine, it speeds up the process.
astions wrote:Why are you using Dreamweaver anyway? It's not so bad if you get rid of all the crap, turn off code formatting, change tabs to spaces and only use the code view. LOL
I use Dreamweaver for the auto-complete. I type with one hand. As you can imagine, it speeds up the process.
Yeah, I'm not a big fan of Dreamweaver but autocompletion features are great in any editor. If your typing with one hand, I would encourage you to try out Quanta. You'll have to install Linux (I recommend Fedora) in order to use it, but it offers autocomplete for pretty much every word in a particular file, including function names, variables, constants etc. There are ways to run it on a windows computer, but you still would need to have it installed on a linux box.