Skip to content

ssrlive/pn

 
 

Repository files navigation

Programmer's Notepad

Programmer's Notepad is a text editor for Windows.

Screenshot

It is primarily written in C++ and extensible using Python, and is built on the following technologies:

Build in VS 2019

  • download and install VS 2019, following this link
  • download / install git and install vcpkg on D disk
d:
cd /
git clone https://github.com/microsoft/vcpkg.git
cd d:/vcpkg
./bootstrap-vcpkg.bat

./vcpkg integrate install

./vcpkg install wtl:x86-windows wtl:x64-windows
./vcpkg install expat:x86-windows expat:x64-windows
./vcpkg install python3:x86-windows python3:x64-windows
./vcpkg install boost-config[core]:x86-windows boost-config[core]:x64-windows
./vcpkg install boost-foreach[core]:x86-windows boost-foreach[core]:x64-windows
./vcpkg install boost-function[core]:x86-windows boost-function[core]:x64-windows
./vcpkg install boost-xpressive[core]:x86-windows boost-xpressive[core]:x64-windows
./vcpkg install boost-phoenix[core]:x86-windows boost-phoenix[core]:x64-windows
./vcpkg install boost-python:x86-windows boost-python:x64-windows
./vcpkg install boost-test[core]:x86-windows boost-test[core]:x64-windows
  • clone pn source code
d:
cd /
git clone https://github.com/ssrlive/pn.git
  • open pnwtl/pn.sln with VS 2019 to make a Release build.
  • Done

About

Programmer's Notepad

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.9%
  • Pascal 21.4%
  • Python 1.9%
  • C 1.7%
  • C# 1.6%
  • Inno Setup 0.2%
  • Other 0.3%