code editors - wyswyg (context)etc

greg's picture

He has: 1,581 posts

Joined: Nov 2005

I'm doing some website work with someone else, re-coding etc

it seems we are both using different editors, I always use notepad, if when I open a file in notepad the text/code all goes to the right with no carriage returns, generally, opening it in wordpad solves this as wordpad has margins.
Then when I save the file from wordpad, then re-open it in notepad it then also scrolls down the page in notepad too, rather than to the right as before

is it ok to do this? I have never seemingly had any problems that I know of doing this.

Context text editor is what the person I am working with uses.
I have never heard of it, is it ok? anyone know any problems with it etc?

Cheers!

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

Notepad is a very basic editor, not much in formatting, where wordpad is more formatting.

IMO if you are doing any decent aount of coding, I would look for an alternative. Until I bought Zend Studio, I always used Ultra Edit. It was cheap (yeah it is not free, but there are a TON of features in there). There are three things I find it well worth the money over the years. Has a good spell checker, has syntax highlighting for many languages, has direct OPEN/SAVE to an FTP server, bracket matching and collapsing, and many others. Ultra edit has the option for line wrapping, either automatically for you (actually doing line breaks) or visual line wraps. Also it has a pretty good macro system. There are times it's COLUMN MODE comes in handy (lets you select a rectangular section of text to copy and paste, anyone who ever used ansi draw would know what I mean).

Even though I do have Zend Studio, I still have Ultra Edit set up as my default text editor in windows, and will use it for some tasks. And there are times I will use the CODE view of Dreamweaver (yes I have the fancy toys), mainly for javascript. Also, sometimes for a quick change I'll just log into the server using SSH and use PICO to makea quick change.

If you want to check out Ultra Edit, it is at UltraEdit.com Just don't get overwhelmed by all the features. Do what I did, start out using the ones you know, and then when you get time either play with or look at the help for some menu items you are curious about. There are several cool featuers I have found just playing.

I just looked at the site for ConTEXT, looks pretty powerful itself, so you may want to try that. Some will say go for that since it is "free" where UltraEdit costs, however, I feel if you really use it a lot, the respectful thing is to donate, so either of them should "cost" you.

The most important thing is to be comfortable with whatever you use.

-Greg

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.