Notepad++: Difference between revisions

Content deleted Content added
No edit summary
GreenC bot (talk | contribs)
Reformat 1 archive link. Wayback Medic 2.5 per WP:USURPURL and JUDI batch #27ae
Line 40:
 
==History==
Notepad++ development began in September 2003 by Don Ho, a former [[Paris Diderot University]] [[computer science]] student.<ref name="theinitialcommit/don-ho"/><ref>{{cite web |last1=HO |first1=Don |title=CV |url=https://donho.github.io/ |website=donho.github.io}}</ref><ref name="LH2015AU">{{cite web|url=http://www.lifehacker.com.au/2015/06/behind-the-app-the-story-of-notepad/|title=Behind The App: The Story Of Notepad++|first=Andy|last=Orin|date=18 June 2015|publisher=Lifehacker Australia}}</ref> Ho first used JEXT (a [[Java (programming language)|Java]]-based text editor)<ref name="jext.org">{{cite web |title=Jext - Free Software (Logiciel Libre) Source Code Editor |url=http://www.jext.org/ |website=jext.org |access-date=24 July 2024 |archive-url=https://web.archive.org/web/20080901083056/http://www.jext.org/ |archive-date=1 September 2008 |url-status=usurped |date=1 September 2008}}</ref><ref>{{cite web |last1=Guy |first1=Romain |title=jext |url=https://github.com/romainguy/jext |website=romainguy |publisher=github |access-date=24 July 2024 |date=8 February 2024}}</ref> at his company but, dissatisfied with its poor performance, he began to develop a text editor written in [[C++]] with [[Scintilla (editing component)|Scintilla]].<ref name="LH2015AU"/> He developed it in his spare time since the idea was rejected by his company.<ref name="LH2015AU"/> Notepad++ was built as a Microsoft Windows application; the author considered, but rejected, the idea of using [[wxWidgets]] to [[Porting|port]] it to the [[macOS|Mac OS X]] and [[Unix]] platforms.<ref name="LH2015AU"/>
 
Notepad++ was first released on [[SourceForge]] on 25 November 2003, as a Windows-only application.<ref name="theinitialcommit/don-ho">{{cite news |last1=Long |first1=Maddison |date=30 May 2017 |title=An Interview With Notepad++ Creator Don Ho |url=https://theinitialcommit.com/2017/05/30/don-ho/ |website=_theInitialCommit |access-date=24 July 2024 |language=en}}</ref> It is based on the [[Scintilla (editing component)|Scintilla editor component]], and is written in [[C++]] with only Windows API ([[Win32]]) application programming interface ([[API]]) calls using only the [[Standard Template Library]] (STL) to increase performance and reduce program size.<ref name="Features" /><ref>{{cite web|url=http://news.filehippo.com/2015/06/notepad-is-changing-code-and-changing-the-world/|title=Notepad++ Is Changing Code And Changing The World|first=Arianna|last=Gael|date=24 June 2015|publisher=Filehippo}}</ref>