Skip to content

A portable build of Notepad++ packaged in compliance with the PortableApps.com format specifications.

License

Notifications You must be signed in to change notification settings

daemondevin/Notepad-Deux-Plus-Portable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad Deux Plus Portable is just French for Notepad Two Pluses Portable (Notepad++ Portable)

Notepad++ Portable

Notepad++Portable is a portable version of the popular Notepad++ application. Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

Visit the Notepad++ GitHub project page.

Support

To recompile this PAF you must use my version of the PortableApps.com Launcher.

Download

All downloads available in the Releases section. This portable application was packaged using a modified version of the PortableApps.com Launcher.

Features

  • Runs the full Notepad++ text and source editor.
  • Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, OneDrive, etc) or hard drive.
  • No need for any external software - simply download extract and run!
  • Packaged in PortableApps.com format for easy integration.
  • Associations are supported and easily customizable.

To add your own file associations, open the Notepad++Portable.ini file. Under [Associations] add any extension you wish to support. For example:

[Associations]
1=txt
2=nsi
3=nsh
4=nfo

For a list of supported filetypes, open AppInfo.ini and review the [Associations]Filetypes key.

Note:

  • Adding a lot of extensions can and will effect launch time.
  • Windows XP tends to cache icon resources which are inevitably visible even after exiting Notepad++.
  • Windows 8 can be problematic and may require unlocking for some filetypes—i.e. when double-clicking on a supported file format and Windows asks you to select Notepad++ from a list. This is because Windows 8 has an implementation of a hash ID for associations.
  • Do not associate through Notepad++! This will leave trash in the registry when you exit the program.
  • SendTo is also available for any filetypes that aren't associated but are supported for use with Notepad++.
  • Optional Fonts folder to support fonts within the directory ..\Data\Fonts. Any fonts added in this folder will be added to the system and are available for usage during runtime. Be aware, the more fonts to process the longer it will take for the launcher to load and unload these fonts.

Supported Fonts:

  • .fon
  • .fnt
  • .ttf
  • .ttc
  • .fot
  • .otf
  • .mmm
  • .pfb
  • .pfm
  • More features soon to come!

System Requirements

Credits

License

  • Portable application code released under the MIT license.
  • Notepad++ is governed under the GPL License.