Text Editors -- Common Features
Because the text editor is the simplest, that is why I chose it first. Everything else you learn about any program will start with this as a basis.
What is a Text Editor?
First of all, what do I mean by a text editor?
A text editor is any program that you can use to create a text document without regard to any formatting. That is what makes the text editor the simplest of all the text programs. It contains only the basic features you need to write and edit text.
Text Editor Menus
When you look at a menu of a text editor, you should see only 4 or 5 of the basic 6. The menu options you are most likely to see are File, Edit, View, Tools, And Help. The one you most likely would not see is the Windows option, because most text editors do not allow for multiple document windows. To have a different text editor window, you would have a separate "instance" of the program. In other words, it would create a new copy of the program in memory that would show in the taskbar of the operating system.
File Menu
When you look in the file menu, you will find all the common menu items for creating, saving, opening, and printing documents. About the only option you won't find is the properties option. As a basic program, most editors do not let the user set any features here.
One note about the Save and Open options is that because text editors are basic programs, they will generally save and open simple documents using a standard format, such as ASCII or UTF-x. If you open a file and it has a bunch of unreadable characters displayed, then the format of the file is a more complex format than the text editor is able to use. The format you are able to save in can either be found in the Preferences or Options that govern the program or you will be given a Character Encoding option that gives you some choices to choose from.
Edit, View, Tools, Windows, and Help Menus
Most of the other menu options are going to be fairly standard. It's possible that you might see a menu option other than one of these 6, but if you do, most likely it has moved one of the common menu items into a separate menu. If the program you are using does allow child windows, you will see the Windows (or equivalent) menu item.
One thing to take note of is where the Preferences or Options menu item is. Most often it would be under tools if this option exists, but it might be under the Edit menu.
A useful option that you will most likely find in the View menu is the option to Wrap Lines of text. What this does is instead of creating a horizontal scroll for lines that are wider than the window allows, the text editor will "wrap" that line of text to the next line. This can be very useful if you have a lot of long lines. For a text editor, a line is considered any text up to the carraige return (ie the enter key is pressed). So wrapping lines of texts makes it easier to read through lines of paragraphs written in a text editor. If you don't see the Wrap Lines option in the View Menu, check the program options to see if you can set it there.
Of all the menus, the Tools is the one that might have non-standard items. If the text editor is a fairly old editor that has not been updated recently, you might not even see this option. But a newer text editor may include spell checking and document statistics. These would be located under the text menu. Also, if it does provide spell checking, you might have an option to autocheck your spelling. This can be a handy feature.
If your text program does have spell checking, keep in mind that the spell checker doesn't necessarily check to make sure you have the right word for the sentence. For example, if you spelled "two" where you meant "too", the spell checker will recognize this as a valid spelling, even though it is the wrong word. This is a simple example, but say you meant to say exhausted, the spell checker might not catch that you spelled exhaled instead.
Toolbars
Most text editors are not going to have a toolbar, but if it does, you can expect to find basic toolbar options. The basic file options include New, Open, Save, and Print. You will likely find editing options here as well, including Undo, Redo, Cut, Copy, Paste, Find, and Replace. The last option you will likely see on a toolbar for a text editor would be a button to bring up the Help contents.
These are all the common elements you will find on a text editor. Remember, a text editor simply allows you to write text, not to format it in any way. This can actually be beneficial if you are writing web pages or any other kind of program. Another great use for a simple text editor is to make a quick note of information that you want to save and be able to recall quickly. Text editors are great for short pages of text, but are not as good for longer documents.
