Coder Social home page Coder Social logo

microinfo / notepad-plus-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from notepad-plus-plus/notepad-plus-plus

0.0 3.0 0.0 139.04 MB

Notepad++ official repository

Home Page: https://notepad-plus-plus.org/

License: Other

Batchfile 0.10% C 40.11% C++ 48.86% Makefile 0.81% NSIS 0.49% PostScript 0.24% CMake 0.05% Objective-C 0.15% Objective-C++ 1.70% PLpgSQL 0.06% Shell 0.01% HTML 6.22% QMake 0.06% Python 1.12% ASP 0.01% Lua 0.01% PHP 0.01% Perl 0.01% Ruby 0.01% Visual Basic 0.01%

notepad-plus-plus's Introduction

What is Notepad++ ?

Join the chat at https://gitter.im/notepad-plus-plus/notepad-plus-plus

Notepad++ is a free (free as in both "free speech" and "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL License.

To build Notepad++ package from source code:

There should be several ways to generate Notepad++ binaries, here we show you only the way with which Notepad++ official releases are generated.

  • notepad++.exe: Visual Studio 2013
  • SciLexer.dll: Visual Studio 2013 (with nmake)

notepad++.exe: Double click on PowerEditor\visual.net\notepadPlus.vcproj to launch Notepad++ project in Visual Studio, then build it with the mode you want, that's it.

SciLexer.dll: From version 6.0, SciLexer.dll comes with release contains boost's PCRE (Perl Compatible Regular Expressions) feature. Therefore Boost is needed to compile Scintilla in order to have PCRE support. Here are the instructions to build SciLexer.dll for Notepad++:

  1. Download the Boost source code. v1.55 should be used with VS 2013. Then unzip it. In my case, "boost_1_55_0" is copied in C:\sources\
  2. Go to scintilla\boostregex\ then run BuildBoost.bat with your boost path. In my case: BuildBoost.bat C:\sources\boost_1_55_0
  3. Go in scintilla\win32\ then run nmake -f scintilla.mak

You can build SciLexer.dll without Boost, ie. with its default POSIX regular expression support instead boost's PCRE one. It will work with notepad++.exe, however some functionalities in Notepad++ may be broken. To build SciLexer.dll without PCRE support:

  1. Go in scintilla\win32\
  2. Run nmake with an option nmake NOBOOST=1 -f scintilla.mak

Notepad++ Unicode release binary (notepad++.exe) and Scintilla release binary (SciLexer.dll) will be built in the directories PowerEditor\bin\ and scintilla\bin\ respectively. You have to copy SciLexer.dll in PowerEditor\bin\ in order to launch notepad++.exe

Go to Notepad++ official site for more information.

Notepad++ Contributors

notepad-plus-plus's People

Contributors

donho avatar jonandr avatar nn--- avatar milipili avatar pnedev avatar stenox avatar dail8859 avatar prclx323800 avatar rikk avatar mapje71 avatar rddim avatar laugel avatar brainjelly avatar rcdailey avatar gitter-badger avatar jay1109 avatar

Watchers

James Cloos avatar Thunder Cheng avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.