answersLogoWhite

0

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

16y ago

What else can I help you with?

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.


How do you make rainbow text in notepad?

Notepad itself doesn't support text formatting, including colors. However, you can create rainbow text in Markdown or HTML format using styling or CSS in other text editors. Alternatively, you can use a programming language like Python with libraries that allow for console text colorization, but for simple Notepad, you can't achieve rainbow text directly. For colorful output, consider using a different editor or software that supports rich text formatting.

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 guidelines for citing an APA book with editors in a research paper?

When citing an APA book with editors in a research paper, include the editors' names in the reference list, followed by "(Eds.)". In the in-text citation, use the editors' names and the publication year.


What are the defferences between text editor and wysiwyg editor?

All wysiwig editors are text editors, but not all text editors are wysiwig. The acronym "wysiwyg" stands for "what you see is what you get." All text editors let you compose on the computer, and most provide some tools for managing the process of inputting and outputting. However, not all are wysiwyg. For example, the screen font may not be the same as the printed font. With wysiwig, the text will print just as you see it on the screen. That is to say, the formatting that you see on the screen will be what you see on the printed page, in terms of (for example) font, margins, and pagination.


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.


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.


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 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.


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.