Something to replace notepad?

Joined
Dec 13, 2007
Messages
53
Reaction score
2
Points
8
Location
Portland, OR
Your Mac's Specs
2.1Ghz C2D MacBook, 4GB RAM, 120GB HDD
I thought TextEdit would do the trick and for the most part it seemed to, but as soon as I had to open the file on a Windows PC I ran into problems.

I wrote out some html coding and tried to keep it organized. When I open it in windows it is completely unorganized, and has weird boxes. The file still works, it just doesn't look nice any longer. This is a problem when I'm presenting the file in front of a class, or trying to turn some work in..

How would I go about fixing this, or is there a program that would work better then TextEdit? The idea of installing Windows just to use notepad seems very wrong.
 
Joined
Mar 4, 2008
Messages
477
Reaction score
22
Points
18
TextWrangler is soon becoming my favorite text editor. It colors the code, which is always helpful, and best of all it's free.

I just did a little test. An html file I had opened fine in WordPad, but looked a mess in NotePad.

I don't get Windows :p
 
Joined
Sep 30, 2007
Messages
9,962
Reaction score
1,235
Points
113
Location
The Republic of Neptune
Your Mac's Specs
2019 iMac 27"; 2020 M1 MacBook Air; macOS up-to-date... always.
TextEdit will work just fine. The problem is you need to change the format it's saving in. Change the defaults to "Plain Text".
 
Joined
Nov 5, 2007
Messages
985
Reaction score
31
Points
28
Your Mac's Specs
Black MacBook- 2.2GHz, 1gb RAM, 160GB, Double-Layer Superdrive.
When you go to save click Save As and than change the file format to Word 2007 or 97.
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
TextEdit will work just fine. The problem is you need to change the format it's saving in. Change the defaults to "Plain Text".
that may be, but it's find/replace function seems to work lousy for me. I've searched for patterns I was staring at with no hits.

Besides, I've been looking for something more along the lines of Ultraedit or Textpad, which are a bit more.. visual.. than Textedit, or vi.. and it looks like TextWrangler may fit the bill. Thanks! :)

edit: Okay, maybe not. Find is still sucking.
 
Joined
Feb 5, 2008
Messages
874
Reaction score
11
Points
18
Location
Alabama
Your Mac's Specs
Mid 2009 MacBook Pro  Mid 2007 iMac  4G iPod Touch  iPhone 4S  iPad
I thought TextEdit would do the trick and for the most part it seemed to, but as soon as I had to open the file on a Windows PC I ran into problems.

I wrote out some html coding and tried to keep it organized. When I open it in windows it is completely unorganized, and has weird boxes. The file still works, it just doesn't look nice any longer. This is a problem when I'm presenting the file in front of a class, or trying to turn some work in..

How would I go about fixing this, or is there a program that would work better then TextEdit? The idea of installing Windows just to use notepad seems very wrong.
Are you trying to show the HTML or render it through a browser? I believe TextEdit, by default, saves in RTF. To display the code, you'd want to save it as plain text and, of course, to render it in the web browser, HTML.

Minutes later....

I stand corrected. I just wrote a basic HTML code that, if saved a HTML, would display. I saved it in RTF and it and the code displays just fine. I have a feeling this has something to do with Mac/Windows compatibility. I'd save the documents in HTML and open them on the PC with a text editor.
 
OP
ecodisk
Joined
Dec 13, 2007
Messages
53
Reaction score
2
Points
8
Location
Portland, OR
Your Mac's Specs
2.1Ghz C2D MacBook, 4GB RAM, 120GB HDD
I saved it as a .html file, so that it would display in a web browser. When I tell it to open in notepad I have the issues, also when I go to view the page source in IE or FireFox I have the same problem. It displays the page I wrote just fine, but not the code.

As for changing it to plain text, I had to do that to get it to work in OSX. When I was originally writing it I couldn't get it to open as a web page on the Mac until I told it to be plain text, so it was saved as plain text before I transfered it to the Windows machine.

Sorry I forgot to include this info, I was a bit frustrated when I wrote my first post. It kinda just shot me in the foot when I was doing a presentation. :p

Oh, and thanks for the TextWrangler suggestion, I'm going to go test that right now.
 
Joined
Oct 22, 2007
Messages
8,967
Reaction score
287
Points
83
Location
London
Your Mac's Specs
Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver
I would also strongly recommend BBedit

You can download BBedit lite for free and it is set-up to help coders write html etc

edit: lite is no longer developed, but BBedit is shareware
 
Joined
Mar 30, 2004
Messages
4,744
Reaction score
381
Points
83
Location
USA
Your Mac's Specs
12" Apple PowerBook G4 (1.5GHz)
I would also strongly recommend BBedit

You can download BBedit lite for free and it is set-up to help coders write html etc

edit: lite is no longer developed, but BBedit is shareware

The free version of BBEdit is called TextWrangler. ;) It replaced "BBEdit Lite" several years ago.
 
Joined
Sep 5, 2007
Messages
452
Reaction score
9
Points
18
Location
Canada
Your Mac's Specs
Macbook Pro, 2.4GHz Core2 Duo 10.6.8, MacMini
I'm not sure if this is what you're looking for, but I use smultron on the mac, but now that I've more figured parallels I'm going to try loading notepad++
 
Joined
Aug 2, 2005
Messages
1,229
Reaction score
75
Points
48
Your Mac's Specs
2.6GHz Core i7 15" MacBook Pro - 8GB DDR3 SDRAM - 750GB 7200 RPM HDD - GeForce 650M GT 1GB VRAM
Joined
Mar 8, 2008
Messages
91
Reaction score
0
Points
6
Your Mac's Specs
White Macbook 1GB RAM 80 GB Combo Drive
Bean is a really good text editor. It's similar to Word but free.
 
Joined
Mar 31, 2008
Messages
93
Reaction score
2
Points
8
Your Mac's Specs
First gen Mac Pro, Dual 2.66
I think it's important to understand the underlying technology to be able to help. Most word processing programs add formatting to a document. Like if you save a Word document and try to open it in notepad, you'll see little squares all over the place. This is where Word added formatting to the document, and very basic editors can't translate that formatting. And it doesn't matter if you do any specific formatting of your own, the program will add it's.. touch.. anyway when you save.

I can't fully answer this on the Mac side of things regarding programs, but you will want to look for a flat text editor.

I did a quick search on google, and this may help: http://docs.info.apple.com/article.html?artnum=106212
 
Joined
Apr 2, 2006
Messages
125
Reaction score
5
Points
18
Location
Edmonton, Canada
Your Mac's Specs
15" MacBook Pro, 12" iBook G4, 14" iBook G4 running Ubuntu 7.10
I suppose this is where one would have to match the Cocoa appeal with Aquamacs Emacs... but I like my GNU/Linux-identical, dated Carbon look. Though, to be fair, I most enjoy using it from the Terminal. :p

Ooohh...Aquamacs...it does look really nice... :)

Now if I could just get rmail to work :(
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
I know you can get mutt working
 
Joined
Sep 28, 2009
Messages
57
Reaction score
0
Points
6
Location
Vermont
Your Mac's Specs
13" MacBook Pro. 2.26Ghz, 4GB, 500GB HD
I've fallen in love with TextWrangler
 
Joined
Mar 9, 2004
Messages
9,065
Reaction score
331
Points
83
Location
Munich
Your Mac's Specs
Aluminium Macbook 2.4 Ghz 4GB RAM, SSD 24" Samsung Display, iPhone 4, iPad 2
Subethaedit and Textmate are my editors of choice.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top