Notepad++






Notepad++ is a text editor and source code editor for use with Microsoft Windows. Unlike Notepad, the built-in Windows text editor, it supports tabbed editing, which allows working with multiple open files in a single window. The project's name comes from the C increment operator.
Notepad++ is distributed as free software. At first the project was hosted on SourceForge.net, from where it has been downloaded over 28 million times, and twice won the SourceForge Community Choice Award for Best Developer Tool The project has been hosted on TuxFamily since June 2010. Notepad++ uses the Scintilla editor component.





Features

General features include:
  • Tabbed document interface
  • Drag-and-drop
  • Multiple clipboards (plugin required)
  • Split screen editing and synchronized scrolling
  • Spell checker (requires Aspell) (Spell checker does not distinguish between text and code)
  • Supports text encoding formats such as Unicode, for international writing systemsUTF-8 and several UTF-16 encodings are supported.
  • Support for Windows, Unix and Classic Mac OS line ending characters
  • Find and replace: with regular expressions (including multi-line); over multiple documents; and marking/summary of occurrences
  • Data comparison
  • Zooming
Source code editing features include:
  • Auto-completion
  • Bookmarks
  • Syntax highlighting and syntax folding
  • Brace and indent highlighting
  • Smart highlighting
  • Project manager
  • Regular expression find and replace (in perl compatible extent)
  • Speech synthesis
  • FTP Browser (plug-in included in standard installation)
  • Macro recording and execution
  • Various tools such as line sorting, text encoding conversion, text folding
  • File status auto-detection
  • Customizable shortcut key mapping
  • Function list




Programming languages

Running on Mac OS X using theWine compatibility layer

Notepad++ supports syntax highlighting and code folding for over 50 programming, scripting, and markup languages.[6][8] It attempts to automatically detect the language that a given file uses, using a modifiable list of file extension bindings. Users may also manually set the current language, overriding the extension's default language. The program also supports autocompletion for a subset of the API of some programming languages.
The following languages are natively supported by Notepad++ as of version 6.6:
  • AdaaspAssemblyAutoIt
  • Batch
  • CC++C#CamlCmakeCOBOLCoffeeScriptCSS
  • DDiff
  • Flash ActionScriptFortran
  • Gui4CLI
  • HaskellHTML
  • INNO
  • JavaJavascriptJSP
  • KiXtart
  • LISPLua
  • MakefileMatlabMS-DOSINI file
  • NSISNormal Text File
  • Objective-C
  • PascalPerlPHPPostScriptPowerShell, Properties, Python
  • R, Resource file, Ruby
  • ShellSchemeSmalltalkSQL
  • TCLTeX
  • Visual BasicVHDLVerilog
  • XML
  • YAML
Users can also define their own language (for syntax highlighting) and its respective API (for autocompletion) by using the built-in User Language Define System. Users may configure the syntax highlighting's font styles per element, per language, and the resulting formatted script may be printed in full-color (WYSIWYG). Additionally, Notepad++ displays indent guidelines when source code is indented with tab characters, and highlights closing braces, brackets and tags.

Plugins

Notepad++ has support for macros and plugins. Currently, there are 27 official plugins for Notepad++, 10 of which are included by default in the program. The first plugin to be included in the program was "TextFX", which includes features such as W3C validation for HTML and CSS, text sorting, character case alteration and quote handling.Plugin site lists over 140 compatible plugins.[citation needed]

Development

This project is originally by Don Ho, a developer based in Paris and graduated from Paris Diderot University in 2000. This project, based on the Scintilla editor component, is written in C++ with only Win32 API calls using only the STL in order to increase performance and reduce program size. Notepad++ tries to reduce overall processor usage by using efficient binaries that require fewer CPU computations.

Interface translations

Notepad++ supports switching into local language after providing a single XML file containing all text that should be translated. As of 2013, the user community has contributed translations into many languages, as well as into some local dialects.

Easter egg

If F1 is pressed or the About dialog is opened while the currently selected text contains a name, a new document is created and a quote from that person is entered using simulated typing. Among the names that trigger this easter egg are Bill GatesLinus TorvaldsBrian Kernighan and Darth Vader. Selecting the text 'random' selects a random quote.





Share on Google Plus

About MANI KUMAR CHOWDARY

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Thanks for writing on us