{"id":28234696,"url":"https://github.com/radad/radnotepadmfc","last_synced_at":"2025-06-12T22:32:16.910Z","repository":{"id":46572122,"uuid":"99301406","full_name":"RadAd/RadNotepadMFC","owner":"RadAd","description":"Text Editor for Source Code","archived":false,"fork":false,"pushed_at":"2025-04-23T06:24:11.000Z","size":2239,"stargazers_count":28,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T22:14:15.233Z","etag":null,"topics":["appveyor","gui","gui-application","mfc","scintilla","text-editor","windows"],"latest_commit_sha":null,"homepage":"https://radad.github.io/RadNotepadMFC/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RadAd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-04T04:00:56.000Z","updated_at":"2025-04-28T11:01:35.000Z","dependencies_parsed_at":"2025-04-23T06:36:06.669Z","dependency_job_id":null,"html_url":"https://github.com/RadAd/RadNotepadMFC","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/RadAd/RadNotepadMFC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadAd%2FRadNotepadMFC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadAd%2FRadNotepadMFC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadAd%2FRadNotepadMFC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadAd%2FRadNotepadMFC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RadAd","download_url":"https://codeload.github.com/RadAd/RadNotepadMFC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadAd%2FRadNotepadMFC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259541564,"owners_count":22873714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appveyor","gui","gui-application","mfc","scintilla","text-editor","windows"],"created_at":"2025-05-18T22:14:15.862Z","updated_at":"2025-06-12T22:32:16.455Z","avatar_url":"https://github.com/RadAd.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ![Icon](res/RadNotepad.ico) RadNotepad MFC --\u003e\n# \u003cimg src=\"res/RadNotepad.ico\" width=32/\u003e RadNotepad MFC\n\nText Editor for Source Code. Supports many languages and customizable themes.\n\n![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)\n[![Downloads](https://img.shields.io/github/downloads/RadAd/RadNotepadMFC/total.svg)](https://github.com/RadAd/RadNotepadMFC/releases/latest)\n[![Releases](https://img.shields.io/github/release/RadAd/RadNotepadMFC.svg)](https://github.com/RadAd/RadNotepadMFC/releases/latest)\n[![commits-since](https://img.shields.io/github/commits-since/RadAd/RadNotepadMFC/latest.svg)](https://github.com/RadAd/RadNotepadMFC/commits/master)\n[![Build](https://img.shields.io/appveyor/ci/RadAd/RadNotepadMFC.svg)](https://ci.appveyor.com/project/RadAd/RadNotepadMFC)\n\n![Screenshot](docs/RadNotepad.png)\n\n[Scintilla](https://www.scintilla.org/)\n-----------\n![Scintilla](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fraw.githubusercontent.com%2FRadAd%2FRadNotepadMFC%2Frefs%2Fheads%2Fmaster%2FScintillaPre.vcxproj\u0026search=%3CVersion%3E(.*)%3C%2FVersion%3E\u0026replace=%241\u0026label=Scintilla)\n[![Scintilla latest](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fwww.scintilla.org%2FScintillaDownload.html\u0026search=Release%20(%5B1-9%5C.%5D%2B)\u0026replace=%241\u0026label=Latest)](https://www.scintilla.org/ScintillaDownload.html)\n\n![Lexilla](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fraw.githubusercontent.com%2FRadAd%2FRadNotepadMFC%2Frefs%2Fheads%2Fmaster%2FLexillaPre.vcxproj\u0026search=%3CVersion%3E(.*)%3C%2FVersion%3E\u0026replace=%241\u0026label=Lexilla)\n[![Lexilla latest](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fwww.scintilla.org%2FLexillaDownload.html\u0026search=Release%20(%5B1-9%5C.%5D%2B)\u0026replace=%241\u0026label=Latest)](https://www.scintilla.org/LexillaDownload.html)\n\nThe main text control is a scintilla control.\nEverything is included in order to build RadNotepadMFC.\nIf you want to download the scintilla source:\n```bat\nmsbuild ScintillaPre.vcxproj /t:Update\nmsbuild LexillaPre.vcxproj /t:Update\n```\n\nBuild\n-----\n```bat\nmsbuild RadNotepad.vcxproj -p:Configuration=Release -p:Platform=x64\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradad%2Fradnotepadmfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradad%2Fradnotepadmfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradad%2Fradnotepadmfc/lists"}