Code Monkey home page Code Monkey logo

dwed's Introduction

DWED

Text file editor and IDE for MS-DOS and 8086/88 CPU (IBM XT-grade PC) designed in modern style.

Main features:

  • Support files with size over 64k
  • Support basic syntax highlight (C/C++/C--, Pascal, Basic, Assembler, Xml/Html, text files etc)
  • Support multiple file editing at the same time
  • Support internal clipboard (size up to 32k)
  • Support unix-like text files for open
  • Dont require DPMI-server or 80286 CPU, but support EMS/XMS
  • Support Long File Names (LFN)
  • Support Windows Clipboard (you can use it with DosBox-X)
  • Support user's color scheme (via config-file)
  • Support user's shell script running by hotkeys F5, F8, F9.
  • You can disable highlight and receive good speed with XT.
  • Support mouse

Restrictions:

  • This software is writen in Borland Pascal, so string length is limited to 255 chars.
  • DOS-conventional memory will be enought to load file up to ~300k..400k (expect - 300k border).
  • 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.
  • 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.

Here is small review/intro on FreeDOS channel: http://www.youtube.com/watch?v=7zFomGoKdlQ

How to run and use

Use:

C:\DWED\dwed.exe filename1 .. filenameN

Use key F1 to get more documentation (hotkeys, tips etc). I don't want write documentation and put all knowledge to buildin help.

Screenshots

Text file highlight

Image Screenshot - Txt syntax highlighjt

Turbo Pascal syntax highlight

Image Screenshot - Pascal syntax highlighjt

Power Basic syntax highlight

Image Screenshot - Basic syntax highlighjt

C syntax highlight

Image Screenshot - C syntax highlighjt

Help mode

Image Screenshot - C syntax highlighjt

ASCII Table addon

Image ASCII Table addon

Inspired by

ASCII program. Version 4.23 (C) Compact Soft, 1991.
By: Alexander Dudarenko & Dmitry Kohmanyuk.

Published at Softpanorama in 1993 (SP53A), now here is my remake for dwed.

Calculator addon

Image Calculator addon

Build and dependency

Requires system2 library - https://github.com/DosWorld/libsystem2

To build binaries, you need Borland Pascal 7.0 in path, SPHINX C-- by Michael Sheker and my small make. Then - type

  make

License

MIT License

dwed's People

Contributors

dosworld avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.