https://github.com/radad/radnotepadmfc
Text Editor for Source Code
https://github.com/radad/radnotepadmfc
appveyor gui gui-application mfc scintilla text-editor windows
Last synced: 4 months ago
JSON representation
Text Editor for Source Code
- Host: GitHub
- URL: https://github.com/radad/radnotepadmfc
- Owner: RadAd
- Created: 2017-08-04T04:00:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T06:24:11.000Z (6 months ago)
- Last Synced: 2025-05-18T22:14:15.233Z (5 months ago)
- Topics: appveyor, gui, gui-application, mfc, scintilla, text-editor, windows
- Language: C++
- Homepage: https://radad.github.io/RadNotepadMFC/
- Size: 2.14 MB
- Stars: 28
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
RadNotepad MFC
Text Editor for Source Code. Supports many languages and customizable themes.

[](https://github.com/RadAd/RadNotepadMFC/releases/latest)
[](https://github.com/RadAd/RadNotepadMFC/releases/latest)
[](https://github.com/RadAd/RadNotepadMFC/commits/master)
[](https://ci.appveyor.com/project/RadAd/RadNotepadMFC)
[Scintilla](https://www.scintilla.org/)
-----------
%3C%2FVersion%3E&replace=%241&label=Scintilla)
[&replace=%241&label=Latest)](https://www.scintilla.org/ScintillaDownload.html)%3C%2FVersion%3E&replace=%241&label=Lexilla)
[&replace=%241&label=Latest)](https://www.scintilla.org/LexillaDownload.html)The main text control is a scintilla control.
Everything is included in order to build RadNotepadMFC.
If you want to download the scintilla source:
```bat
msbuild ScintillaPre.vcxproj /t:Update
msbuild LexillaPre.vcxproj /t:Update
```Build
-----
```bat
msbuild RadNotepad.vcxproj -p:Configuration=Release -p:Platform=x64
```