{"id":22345391,"url":"https://github.com/dosworld/dwed","last_synced_at":"2025-07-30T11:06:14.528Z","repository":{"id":60442908,"uuid":"311526559","full_name":"DosWorld/dwed","owner":"DosWorld","description":"Text file editor and IDE with syntax highlight for MS-DOS and 8086 CPU. Works in Real-Mode and can handle file up to 2G.","archived":false,"fork":false,"pushed_at":"2025-03-11T13:54:39.000Z","size":2462,"stargazers_count":90,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-20T04:03:27.834Z","etag":null,"topics":["16-bit","16bit","16bit-dos","16bits","8086","assembler","c","dos","ide","ms-dos","pascal","real-mode","retro","syntax-highlighting","text-editor"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DosWorld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":"dosworld","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-11-10T02:47:47.000Z","updated_at":"2025-04-22T23:36:50.000Z","dependencies_parsed_at":"2025-03-11T14:32:11.603Z","dependency_job_id":"6da85ea9-8407-4e37-b7c7-4f5d9c374c03","html_url":"https://github.com/DosWorld/dwed","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DosWorld/dwed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fdwed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fdwed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fdwed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fdwed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DosWorld","download_url":"https://codeload.github.com/DosWorld/dwed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fdwed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858003,"owners_count":24155916,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["16-bit","16bit","16bit-dos","16bits","8086","assembler","c","dos","ide","ms-dos","pascal","real-mode","retro","syntax-highlighting","text-editor"],"created_at":"2024-12-04T09:17:36.342Z","updated_at":"2025-07-30T11:06:14.464Z","avatar_url":"https://github.com/DosWorld.png","language":"Pascal","funding_links":["https://patreon.com/dosworld"],"categories":[],"sub_categories":[],"readme":"# DWED\r\n\r\nText file editor and IDE for MS-DOS and 8086/88 CPU (IBM XT-grade PC) designed in modern style.\r\n\r\nMain features:\r\n\r\n* Support files with size over 64kb (~300kb conventional, or up to 2gb swap)\r\n* Dont require DPMI-server or 80286 CPU, but support huge swap-file (could be placed on ramdisk)\r\n* Support basic syntax highlight (C/C++/C--, Pascal, Basic, Assembler, Xml/Html, text files etc)\r\n* Support multiple file editing at the same time\r\n* Support unix-like text files for open\r\n* Support Long File Names (LFN)\r\n* Support internal clipboard (size up to 32kb)\r\n* Support Windows Clipboard (you can use it with [clipdrv](https://github.com/DosWorld/clipdrv) or DosBox-X)\r\n* Support user's color scheme (via config-file)\r\n* Support user's shell script running by hotkeys **F5**, **F8**, **F9**.\r\n* You can disable highlight and receive good speed with XT.\r\n* Support mouse\r\n\r\nRestrictions:\r\n\r\n* This software is writen in Turbo Pascal, so string length is limited to 255 chars.\r\n* DWED don't parse file content in the same way, as compilers - so, some time syntax highlight can fail (be wrong). I know it. But it is better then nothing.\r\n* No Undo/Redo functionality. The reason is the same as why i dont build AST for syntax highlight - here is no memory/CPU speed for it.\r\n\r\nHere is small review/intro on FreeDOS channel: http://www.youtube.com/watch?v=7zFomGoKdlQ\r\n\r\n# How to run and use\r\nUse:\r\n\r\n\tC:\\DWED\\dwed.exe filename1 .. filenameN\r\n\r\nUse key **F1** to get more documentation (hotkeys, tips etc). I don't want write documentation and put all knowledge to buildin help.\r\n\r\n# Screenshots\r\n\r\n### Text file highlight\r\n![Image Screenshot - Txt syntax highlighjt](https://github.com/DosWorld/dwed/raw/main/DWED-TXT.PNG)\r\n\r\n### Turbo Pascal syntax highlight\r\n![Image Screenshot - Pascal syntax highlighjt](https://github.com/DosWorld/dwed/raw/main/DWED-PAS.PNG)\r\n\r\n### Power Basic syntax highlight\r\n![Image Screenshot - Basic syntax highlighjt](https://github.com/DosWorld/dwed/raw/main/DWED-BAS.PNG)\r\n\r\n### C syntax highlight\r\n![Image Screenshot - C syntax highlighjt](https://github.com/DosWorld/dwed/raw/main/DWED-C.PNG)\r\n\r\n### Help mode\r\n![Image Screenshot - C syntax highlighjt](https://github.com/DosWorld/dwed/raw/main/DWED-HLP.PNG)\r\n\r\n### ASCII Table addon\r\n![Image ASCII Table addon](https://github.com/DosWorld/dwed/raw/main/DWED-ASC.PNG)\r\n\r\nInspired by\r\n\r\n\tASCII program. Version 4.23 (C) Compact Soft, 1991.\r\n\tBy: Alexander Dudarenko \u0026 Dmitry Kohmanyuk.\r\n\r\nPublished at Softpanorama in 1993 (SP53A), now here is my remake for dwed.\r\n### Calculator addon\r\n![Image Calculator addon](https://github.com/DosWorld/dwed/raw/main/DWED-CLC.PNG)\r\n\r\n# Build and dependency\r\n\r\nRequires system2 library - https://github.com/DosWorld/libsystem2\r\n\r\nTo build binaries, you need Turbo Pascal 6.0/7.0 in path, SPHINX C-- by Michael Sheker and my small make. Then - type\r\n\r\n      make\r\n\r\n# License\r\n\r\nMIT License. See LICENSE file.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosworld%2Fdwed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosworld%2Fdwed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosworld%2Fdwed/lists"}