Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.19 KB

RadNotepad MFC

Text Editor for Source Code. Supports many languages and customizable themes.

Windows Downloads Releases commits-since Build

Screenshot

The main text control is a scintilla control. Everything is included in order to build RadNotepadMFC. If you want to download the scintilla source:

msbuild ScintillaPre.vcxproj /t:Update
msbuild LexillaPre.vcxproj /t:Update

Build

msbuild RadNotepad.vcxproj -p:Configuration=Release -p:Platform=x64