See Also

Notepad

Notepad is a simple text editor Text editor

A text editor is software application [i] used for editing plain text [i]. ... 

 included with all versions of Microsoft Windows Microsoft Windows

Microsoft Windows is a family of operating system [i]s by Microsoft [i]. ... 

 since version 1.0 Windows 1.0

Windows 1.0, released on November 20 [i] 1985 [i], was Microsoft [i]'s first attempt to implement a multi-tasking [i] ... 

 in 1985.

Discussions

  Discussion Features

   Ask a question about 'Notepad'

   Start a new discussion about 'Notepad'

   Answer questions about 'Notepad'

   'Notepad' discussion forum


Encyclopedia

For the item of stationery, see notebook Notebook

A notebook is a virgin book [i] of paper [i] on which notes [i] may be written [i]. ... 

.



Notepad is a simple text editor Text editor

A text editor is software application [i] used for editing plain text [i]. ... 

 included with all versions of Microsoft Windows Microsoft Windows

Microsoft Windows is a family of operating system [i]s by Microsoft [i].... 

 since version 1.0 Windows 1.0

Windows 1.0, released on November 20 [i] 1985 [i], was Microsoft [i]'s first attempt to implement a multi-tasking [i]... 

 in 1985.

Overview

Notepad is one of the most common text-only editors. The resulting files—typically saved with the .txt extension—have no format tags or styles, making the program suitable for editing system files that are to be used in a DOS DOS

DOS commonly refers to the family of closely related operating system [i]s which dominated the IBM PC compatible [i] ... 

 environment. Notepad can edit files of almost any format; however, it does not treat Unix-style text files correctly .

Early versions of Notepad offered only the most basic functions, such as finding text. Newer versions of Windows include an updated version of Notepad with a search and replace function, as well as [ctrl-f] for "search" and similar keyboard shortcuts. In older versions such as those included with Windows 95, 98, ME and 3.1, there is a 64-kilobyte limit on the size of the file being edited, an operating system limit of the EDIT class.

Up to Windows 95, Fixedsys was the only available font Typeface

In typography [i], a typeface consists of a coordinated set [i] of glyph [i]s designed with stylistic un ... 

 for Notepad. Windows NT 4.0 and 98 Windows 98

Windows 98, also known as Windows 97, is a graphical operating system [i] released on June 25 [i] ... 

 introduced the ability to change this font. In Windows 2000 Windows 2000

Windows 2000 is a preemptible [i], interruptible, graphical and business-oriented operating system [i] ... 

 the default font was changed to Lucida Console Lucida

Lucida is a family of typeface [i]s designed by Charles Bigelow [i] and Kris Holmes [i]... 

.

In the Windows NT Windows NT

Windows NT is a family of operating system [i]s produced by Microsoft [i], the first version of which wa... 

-based versions of Windows, Notepad can edit traditional 8-bit text files as well as Unicode Unicode

Unicode is an industry standard [i] designed to allow text [i] and symbols from all of the writing systems [i] ... 

 text files .

For many uses, Notepad has been superseded by WordPad WordPad

[i] that is included with almost all versions of [[Microsoft Windows]... 

 or any word processor Word processor

A word processor is a computer [i] application [i] used for the production of any ... 

, such as Microsoft Word Microsoft Word

Microsoft Word, or Microsoft Office Word, is Microsoft [i]'s flagship word processing [i] ... 

. However, Notepad does not require a lock on the file it opens, so it can open files already opened by other processes, users or computers, whereas WordPad cannot. Also, Notepad is much faster and easier to use than WordPad or Microsoft Word, even though it lacks the advanced formatting tools of those respective applications. The DOS EDIT Edit (MS-DOS)

edit, also known as MS-DOS Editor, is a text editor [i] which comes with MS-DOS [i] and Microsoft Windows [i] ... 

 text editor, especially as updated in Windows 95, where it became an MDI Multiple document interface

Graphical computer applications with a Multiple Document Interface are those whose all windows reside u... 

 application, also provides many features never offered by Notepad.

Notepad makes use of a built-in window class named "EDIT".

Notepad also has a built-in simple logging function, which simply inserts a new timestamp each time the file is opened. To activate this feature, the first line of the text file must be ".LOG", without the quotes.

Notepad was, until recently, a Windows-only application, but can now be run natively in the open source Open source

Open source describes practices in production and development that promote access to the end product's s... 

 ReactOS ReactOS

ReactOS is a project to develop a free software [i]/open-source [i] operating system [i] ... 

 operating system. The program included with ReactOS is derived from WINE Wine

Wine is an alcoholic beverage [i] produced by the fermentation [i] of the juice of fruit [i] ... 

 and is open source itself under the GNU GNU

GNU is a free [i] operating system [i] consisting of a kernel [i], libraries [i] ... 

 Lesser General Public License GNU Lesser General Public License

The GNU Lesser General Public License is a free software license [i] published by the Free Software Foundation [i]... 



There are many freeware third-party replacements for Notepad with additional functionality, for example TED Notepad TED Notepad

TED Notepad is a text editor [i] for Microsoft Windows [i]. ... 

, EditPad EditPad

EditPad is a text editor [i] and source code editor [i] for Windows [i] and Linux [i], ... 

 Lite, Notepad++ Notepad++

Notepad++ is a free source code editor [i] which supports several programming languages running under th ... 

 and Notepad2 Notepad2

Notepad2 is an open source [i] text editor [i] for Microsoft Windows [i], released under a GNU GPL [i] software license [i] ... 

.

Unicode detection


The Windows NT version of Notepad has the ability to detect Unicode files that are missing a byte order mark. It does this by using a Windows API function called IsTextUnicode. This function is imperfect, with the side effect that some small, all-lowercase ASCII text is incorrectly identified as UTF-16.

On May 18, 2006 it was reported that, given a file containing a phrase like "this app can break", Notepad will interpret the file as two-byte Unicode and attempt to display it as such. If the correct Chinese font is installed, Chinese characters will be displayed. The bug is caused by a specific string of characters, divided by spaces. This string is four letters, space, three letters, space, three letters, space, five letters. This can be done with any word, or phrase that fits into that place. The bug was considered to be an easter egg Easter egg

Easter eggs are specially decorated egg [i]s given out to celebrate the Easter [i] holiday or springtime [i] ... 

, but is not any longer.

See also

  • List of text editors List of text editors

    The following is a list of text editor [i]s. ... 

  • Comparison of text editors

References