Jump to content
SubSpace Forum Network

Recommended Posts

Posted (edited)

whenever i open any txt file i'm presented with this unstructured piece of shit

 

what is causing it?

wtf.PNG

Edited by Xog
Posted
Notepad is specifically oriented around the Windows Operating System, where the enter key translates in plain text to a carriage return character followed by a line break. The problem is, different Operating Systems handle the enter key differently. For example, *nix will just use a line break, while Mac takes only a carriage return. When Notepad opens a file, it expects the file to conform to the Windows format, otherwise it treats everything as belonging on the same line. There's not much you can do to avoid this except use a different program such as Wordpad.
Posted

Get Notepad++, Programmer's Notepad, UltraEdit, or some other similar program. You'll throw notepad in the recycle bin real quick after you try one of these out. As light as notepad, but you get more than one undo blum.gif

And they support all styles of line endings

And you can get syntax coloring easily for most common programming languages

I use Programmer's notepad myself and would never, ever go back to notepad (or even less wordpad)

 

Edit: Or ATLEAST change the font of your notepad to courrier new or something blum.gif

Posted

probably just a fancy version of notepad(duh)

 

im assuming it colour codes your lines so your kewl when you enter a command word and it turns blue or something yeyeyeyee

Posted

Good thing I never heard of it.

 

It's notepad on steroids.

Was talking about jEdit, obviously... Notepad++ was in my suggestion in the first reply of the topic blum.gif

Guest
This topic is now closed to further replies.
×
×
  • Create New...