Notepad Replacement
-
Always a passionate subject with developers... I like UltraEdit (http://www.ultraedit.com/[^] Its not free, but then, neither are good developers... Along with the usual features of a professional editor, it has one that I find impossible to live without, and I have seen in no other editor. "Column mode" lets you select (Rubber Band style) inside the text, entire columns, where you can pick out code that you would normally have to wind up deleting the whole line. ...other than that, it has the usual great features, most of them have....
-
Notepad++ is definitely impressive. Use it all the time now.
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
It's not free, but I've always loved UltraEdit 32[^].
"Das Machine is nicht fur gefingerpoken und mittengrabben. Ist easy schnappen der springenwerk, blowenfusen und poppencorken mit spitzensparken. Ist nicht fur gewerken by das dummkopfen. Das rubbernecken sightseeren musten keepen das cotten-pickenen hands in das pockets - relaxen und watchen das blinkenlights."
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
I like UEStudio
-
UltraEdit a great simple way to handle all editing need. Sadly it has gone comertial now but still a nice editor for a few $$:) http://www.ultraedit.com
-
UltraEdit a great simple way to handle all editing need. Sadly it has gone comertial now but still a nice editor for a few $$:) http://www.ultraedit.com
-
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
I've always favoured notetab http://www.notetab.com/ntl.php[^] Quoting from the help NoteTab automatically detects the format (DOS/UNIX/Mac/Unicode) of a text file when you open it. During the loading process, UNIX and Mac files are converted to the DOS/Windows format. Through the "Options | Documents | Save As" setting, you can determine what format should be used when the document is saved. If you choose "Original", the original format is restored. Alex
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
-
I like how it reloads your tabs on startup, cause sometimes I get a little crazy with the mouse and accidentally close it down.
- S 50 cups of coffee and you know it's on!
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
I have been using CONText for years without any problems. It is an excellent text editor and is released as Freeware. http://www.context.cx/
Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
For the unix at heart, there is vim @ http://www.vim.org/[^] You've got a GUI (gvim) and if you install the command line extensions (an option to select during install), it will work in a command window as well. It's got syntax highlighting all set up, it's fast, and has all the power of vim, especially (for me) the regex engine. Not for everyone, though. Steep learning curve, but well worth it.
geo463
-
Beautiful? Beautiful?! If you are looking for a text editor to look beautiful, your looking at the wrong thing. How does it handle very large text files... That's an important feature. How well does it do syntax highlighting on multiple formats... That's very important. Can you add support for your own formats, or make changes to existing formats without needing the source code? That's an extremely nice feature! And good to know SciTE has it. A text-editor should be all about simplicity, quick to use keyboard shortcuts and support for syntax highlighting without being slowed down at all. I can't say that I have tried any other of the replacements mentioned here, simply because I have been using SciTE for nearly 3 years now. There may be prettier and even better text editors recommended here, but saying that there is something wrong with SciTE is way off base. It does it's job, and does it very well :) If your looking for pretty, maybe get yourself the newest version of MS Office and use Word as your text editor... I assure you, it works as well, and looks very pretty while doing it ;P Sebastian Schocke Senior System Architect South Africa Professionals built the Titanic, Amateurs built the Ark. Think about it
I meant , When you open the tool, a new untitled file comes with a horizontal scrollbar ! why ? By beautiful i also meant simplicity. a notepad need to be just blank.
Omit Needless Words - Strunk, William, Jr.
Vista? Photoshop Preview Handler
-
Scarey stuff... *bows down to superior editing prowess* I lasted all of 3 minutes in VI before a quick "ctrl+alt+F2 -> gedit filename" was called! lol.. nothing but respect for anybody willing to spend time learning it! :) Have you ever seen the VeloType keyboards? You type by "chording" keys, difficult to master, but if you spend the time and the punishment, you end up typing twice the top speed of a traditional typist!! Have a look! :)
Looks pretty cool. I can understand not wanting to learn VI. I did it as a Unix SysAdmin. No choice really. It was the editor that was on all the machines. As I did a great deal of contract work, and programs where hard to carry back then :), I learned VI. Used it for years. Now not using it is very frustrating for me. The QWERTY keyboard is one of those funny stories. The keys were intentionally laid out to slow a typist down as the original mechanical typewriters would jam if you type too fast. As the technology improved, they layout never changed. So even though we type on computers that no one could ever hope to out type we still use a layout designed to slow you down. An easier way to improve your typing speed might be to try switching to a Dvorak layout on your keyboard. I haven't tried it, but the fastest typist in the world set the record using one. http://web.syr.edu/~rcranger/blackburn.htm[^]
Tanks for your support
Pat O
Blog_ _ _
/*\== /*\== /*\==
<ooo> <ooo> <ooo> -
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
PSPad (http://www.pspad.com/) has syntax highlighting, HEX editor, file diff and lots more. Completely free.
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
I know this has been posted a thousand times by different people, but I didn't need one at those times hence paid no attention. I want an editor that is reasonably light weight, runs on Vista and is capable of handling Unix text files. What recommendations do y'all have?
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
I use pspad http://www.snapfiles.com/dlnow/rdir.dll?id=106469[^]
Jwalant Soneji (BE IT) Mobile: +91 9969059127 http://jnsoneji.spaces.live.com http://jnsoneji.blogspot.com