Saint_Michael
Jul 11 2008, 12:34 PM
There are many differences between text editor and a word processor. One of those differences is that most text editors are universal in editing any text based documents, while word processors can only edit certain types of files like Open Office. So, because of that universal editing more text editors are very basic and so they carry few commands, such as copy and paste and being able to save the document. While word processors have hundreds of commands and come with many other features such as templates, thesaurus, spell checker etc etc. So with all those features a word processor has, that means that their is usually price tag and so another major difference is that most text editors are free as well. However, there are some text editors that are built like word processors and HTML editors and so they come with various features and what not. THus the reason why text editors are very important in Linux because these open source programs can practically do anything and in the linux world, being able to building open source applications is a major reason to have a text editor around and on top of that you can quickly customize your linux distro as well since most linux distros configuration files can be edited by a text editor. The editor tht I will be talking about is called EMACS (Editable Macro's) and the reason I chose this editor is because it has a long history and is favorable editor by some LISP hackers as well. This editor first came out in 1976 and is still on that market as of 2008. This text editor is very customizable and comes in many different versions and so the features are limitless. If you do a search for EMACS in your synaptics package manager you should be able to find various versions of this software. Although I have not used this editor myself I found it a interesting software because of its connection to LISP Hacking. So the questions I put on table about this topic are what are some other differences between a text editor and a word processor and of course what are your favorites? SOURCES http://en.wikipedia.org/wiki/Emacshttp://www.gnu.org/software/emacs/http://www.linux.com/feature/137879
Reply
Aerrow
Jul 12 2008, 10:51 PM
Personally, I prefer text editors because they run more file types and are more portable.
Reply
moutonoir
Jul 27 2008, 09:30 PM
Me too...whenever I can, I use text editors to edit my files. The only time I use word processors is when I'm working on a novel and want the revision features, or when I'm doing a school assignment where I need it to print nicely. Text editors are more flexible, and if basic features are all I need, then that's all that I want to be available.
Reply
kudmus
Jul 28 2008, 08:23 AM
I wouldn't know about EMACS. I wanted to test it but at gnu.org they said "To compile Emacs on Windows, you will need the MingW or Cygwin port of GCC with MingW make..." and that alone scared me simply because I'm not a programmer. I love text editors and my favourites are Notepad++ and ConTEXT. They are not identical in terms of features so i can't get rid of any of them. Each one does stuff that cannot be done by the other. I like their support for various languages and they are so handy when it comes to PHP, CSS, HTML, Javascript, etc.
Reply
rayzoredge
Jul 28 2008, 04:07 PM
There are actually a lot of very powerful text editors out there. I prefer them in a lot of cases where I just don't feel like waiting to open up Microsoft Word or if I just need to make a quick fix... or especially when I write up my code for web design, since I'm stubborn and like to code instead of drag-and-drop. (The resulting code from drag-and-drop programs like Adobe Dreamweaver and Microsoft FrontPage usually tend to get quite messy... consequently creating larger files.) I recommend Notepad++ for those of you who like to code. It colors different keywords so you can easily pick out your lines in your code, and plus, it has tabs so you can work like you work in Firefox!
Reply
coolcat50
Jul 28 2008, 08:08 PM
Well, a text editor can read just about any file type, but alot of files will show up as gibberish computer code or something. Word processors I believe can do the same thing, but some file types will show up differently between the word processor and a text editor. Try opening up a .doc file in Notepad and you will see what I mean. They both perform similar functions, but each one is used for different purposes.
Reply
pedro-kun
Jul 30 2008, 08:37 PM
Actually, text editors and word processors have nothing in common, except the fact that they receive users' input and save it to files, lol. A (plain) text editor displays and saves a document regardless of the type of document... Everything is plain text, and nothing more is saved than what you see on the screen. So, if you write "thing" and save it to a file, no matter what text editor you use to view it aftewards, it will always display like "thing". So, the text editor is a very flexible tool... You can edit HTML files, XML, CSS, and most config files which use plain text format. Also, programming languages read plain text files, so these programs are recommended to edit your code. Even emails can be written in these programs... besides, email was originally plain text! Nowadays people cram all kinds of useless junk in their emails without even knowing it -> they use formatting in emails, but that's another matter... perhaps I'll talk about it in another post :) As for word processors, these tools take more things into account... First, they save the text you wrote... Then, they can save the formatting you applied, the revisions made to the document, keep track of headers, footers, page layout and things like that. This means that what is saved to the file is much more than just what you wrote... So, if you try opening a .doc file (for example) in notepad, it will look like Hell lol. We might say that text editors are text-only and word processors are more like publishing tools, as they manage much more things than the text itself (page, etc) There's another option for those interested... It's called typesetting, and it is a system used in production of professional documents and books. The most used system for this is called LaTeX... basically, you write an input file with code that describes your document's structure and text... and the Typesetting engine outputs a high-quality, professional-looking PDF formatted and ready to print. An example Latex file would say: CODE \documentclass[a4paper,11pt]{article} \author{António Pedro Cunha} \title{My sample Article} \date{\today} \begin{document} \maketitle \section{A section} This is a sample document. \end{document} As for the editors, processors and such things... My favourites are: VIM (for almost everything, including typesetting) OOo Writer/MSO Word 2003 for quick documents that need formatting.
Reply
Recent Queries:--
notepad versus word html - 14.57 hr back. (1)
-
txt vs word - 21.51 hr back. (1)
-
blue fish word processor - 254.34 hr back. (1)
-
text processors - 267.96 hr back. (1)
-
cygwin vs mingw differences - 288.89 hr back. (1)
-
configuration files in linux xml vs plain text - 310.48 hr back. (1)
-
why text is displayed differently in notepad and editplus - 316.07 hr back. (1)
-
best linux word processor novel - 499.70 hr back. (1)
-
editplus vs context - 509.04 hr back. (1)
-
word vs text - 528.14 hr back. (1)
-
notepad vs word processors - 555.77 hr back. (1)
-
notepad vs ms word - 555.86 hr back. (1)
-
text program like word - 787.86 hr back. (1)
-
"text editors" vs "word processors" - 799.18 hr back. (1)
Similar Topics
Keywords : text, editors, word, processors
- Html Editors Seem 'persona Non Grata'.
Problems with running HTML editors. (2)
Looking For Html Pre-processors
Alternatives to Dreamweaver (3) Im looking for a open-source HTML pre-processors , Ive used dreamweaver in the past but I no longer
have access to it, so what im looking for is the next best thing or close to it in an open source
format. Whats out there what have you guys used. Ive looked into once called Blue fish but it just
doesnt seem very good. But let me knoww aht you guys have out therte or seen.. post some names and
Ill search them or post some links .. thanks in advance.....
Best Text Editor?
Looking for a TE that auto-indents. (9) Hey guys just wondering what you think the best text editor is? I'm currently looking for one
that auto-indents scrappy code. Any ideas?....
Editplus : Text/html/programmers Editor For Windows
(5) QUOTE EditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for
Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features
for Web page authors and programmers. Syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++,
Java, JavaScript and VBScript. Also, it can be extended for other programming languages based on
custom syntax files. Seamless Web browser for previewing HTML pages, and FTP commands for uploading
local files to FTP server. Other features include HTML toolbar, user tools, line ....
Text Mode Browser
(11) Last year, I downloaded elinks, a text mode browser, but didn't put any serious use into it
until today. Some features that got my attention was QUOTE * It is text mode, meaning I can
run it when X won't start up, over a low bandwidth SSH link, or when I just don't feel like
looking at graphics. * More control over how pages are displayed. I very often don't like the
colour schemes that webmasters think are great, and in elinks, ignoring their choices is as simple
as pressing %. But if I do like the color, it lets me use it! * ECMAScript and ....
Firefox Extension Problem...
Gotta get rid of this text selection thing! >_< (5) I've been using Firefox lately, and i placed an extension in it, to try it out, but after
uninstalling it, the feature is still here... I dont mind the feature all that much, but it does
become inconvenient for me when there's lots of scrolling, and i want to use the "home" and
"end" keys. Also, i cant do quick edits to my posts cause of it. I love the quick edit feature. I
was wondering if anyone ever installed an extension similar and could tell me the name of it? Cause,
i forgot the name of it......
Saint Michael Poll: HTML editors - The Best?
Special edition-HTMl Editors (19) As of this printing of Saint-Michaels Tips and Tricks issues we have 364 hits which is think is
pretty good for this website but to generate more views i guess if anyone has tips and tricks of
their own they like to see featured on our tips and tricks issue contact me and let me know what you
want added on. But today we are going to talk about html editors a web designer's friend for
the most part going to list some of the top editors out there, and believe me they rrange from free
to few hundred bucks just to use the software to design websites. so here we go fi....
Text Viewer
notepad-like (2) I need a Text Viewer, with PHP support, HTML if neccessary. Because i've tried all, EditPlus
and UltraEdit, and I'm not satisfied. Can you still recommend another program(s)?....
HTML Editors
Your preference? (100) So what's the best HTML editor? Or at least what you use? I searched in Google, and they (of
course) all claim to be good, and I think they are. But what do you guys use? (Or do you just use
Notepad? /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> ) Oh
yeah, I'd prefer free ones! /laugh.gif" style="vertical-align:middle" emoid=":lol:"
border="0" alt="laugh.gif" /> Edit: Can someone move this post? I'm so sorry but I posted in
the wrong forum... /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"....
Looking for text, editors, word, processors
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for text, editors, word, processors
*MORE FROM TRAP17.COM*
|
advertisement
|
|