answersLogoWhite

0


Best Answer
Answer

Text editors allow data entry and updating. Some additional capabilities are:
- duplicating or deleting lines or blocks of lines
- changing specific text or using a regular expression to change a range of text
- moving sections of text
- finding text
- screen movement (up, down, left or right) by line, page or top/bottom
- command retrieval and repetition
- a macro facility
- retrieval of other files into the current one
- sorting
- regular expression capability
- undoing changes
- allowing more than one file to be edited at the same time
- writing to, appending to, or clearing the clipboard
- filling or overlaying areas with numbers or text
- splitting and joining lines either manually or at/after some text
- allowing split screens on the same or different files
- allowing invocation of external code/applications
- setting and going to bookmarks (in larger files)
- centering or justifying text
- excluding lines not of interest
- formatting or justifying paragraphs in various ways
- showing changed lines
- randomizing lines or paragraphs
- highlighting keywords or entire lines
- aligning strings within lines
- showing duplicate or unique data
- counting words or strings

Many text editors have these functions built in, other can be extended via
the macro facility. Emacs, SlickEdit, UltraEdit and VIM are extremely powerful
but require time and effort to master.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Text editors allow you to edit and write plain text without formatting. This is especially useful if you are working with code in programming and markup languages.

Advanced text editors include features like syntax highlighting, which can color code text based on the programming language it is written in, and macros, which allow you to automate repetitive tasks.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A text editor could be used to write HTML code. It could execute that code as well.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of text editors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Define editor different types of editors-computer science?

Sometimes called text editor, a program that enables you to create and edit text files. There are many different types of editors, but they all fall into two general categories:line editors: A primitive form of editor that requires you to specify a specific line of text before you can make changes to it.screen -oriented editors: Also called full-screen editors, these editors enable you to modify any text that appears on the display screen by moving the cursor to the desired location.The distinction between editors and word processors is not clear-cut, but in general, word processorsprovide many more formatting features. Nowadays, the term editor usually refers to source code editors that include many special features for writing and editing source code.


How can you create a HTML documents?

You can create a HTML file in any of the text editors known. Notepad and various other IDE's are examples.


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps <:


What programs to use to create .htm files?

A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.A simple text editor can be used. Something like Notepad. Any other basic text editor could also be used. You could use a word processor, though it is better to use a text editor. There are also some specialised html editors and some specialised htm development programs, like Dreamweaver.


What is the difference between line and stream editors?

A line oriented editor uses navigation and other means by line numbers. When you print a line, move to a line, or change something in a line all that is shown is the line itself, and not with the context of what is being changed. Line oriented editors were common when screen or page based editing was not available. These days most text editors will show at least a half to full page of where you are editing so you see the change in context.

Related questions

What are the types of text editors?

There are many types of text editors are present. vi, pico, emacs, notepad, nedit, wordstar


What are Pico and Joe editors?

They are both relatively easy-to-use text editors that are operated from a Linux or Unix console.


What is a text editor?

A text editor is program that allows you to open, view, and edit plain text files. Unlike word processors, text editors do not add formatting to text, instead focusing on editing functions for plain text.


What is the name of the text editor used in Linux?

There is no the text editor in Linux. There are dozens of possible text editors available for Linux, such as:edviVimEmacsJOENanoJEDKateGeditMousepadLeafpadjEditXeditGeanyNEditJuffEdJOVE


What do news editors want?

News editors want to facilitate the effective flow of information in the layout of a website or paper. They do this by arranging text and graphics.


What are the defferences between text editor and wysiwyg editor?

A text editor allows users to write and edit text using markup languages like HTML, while a WYSIWYG (What You See Is What You Get) editor provides a visual interface that shows how the content will appear on a webpage without needing to code. Text editors require knowledge of coding languages, while WYSIWYG editors are more user-friendly for those with limited coding experience.


Define editor different types of editors-computer science?

Sometimes called text editor, a program that enables you to create and edit text files. There are many different types of editors, but they all fall into two general categories:line editors: A primitive form of editor that requires you to specify a specific line of text before you can make changes to it.screen -oriented editors: Also called full-screen editors, these editors enable you to modify any text that appears on the display screen by moving the cursor to the desired location.The distinction between editors and word processors is not clear-cut, but in general, word processorsprovide many more formatting features. Nowadays, the term editor usually refers to source code editors that include many special features for writing and editing source code.


Applications of finite automata -text editor?

text editors can be constructed using finite automata.... one such example of text editor is MS-word.


What are some examples of text editors found on many Unix systems?

vi, vim, emacs, and pico are the most popularly available text editors on Unix systems. There are many more, of course, but these seem to be the most common.


What are the advantages for predictive text?

advantages of predictictive text is it helps tou to write the text more quicker and it give you the write spelling of the text.


How to open Excel file in dos editor?

A DOS editor is not capable of reading a standard Excel file. An Excel file must be opened with Excel or some application that can read Excel files. Text editors are not capable of doing that. They are designed for working on things like text files.If you have a standard Excel file and save it as a text file, then text editors can open them. All that will be in that is pure text, and not things like formulas and calculations and formatting etc. When you are saving as a text file, save it with a txt extension and most text editors will be able to open it. How you specifically do it will depend on the particular text editor you are using.


What is the default windows text editor?

There are a number of text editors available online for download or purchase some of the more popular free versions.