home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / basic / basicedi.spk / !BASICEdit / !Help < prev    next >
Internet Message Format  |  1991-09-22  |  2KB

  1. Date: 19 april 1989
  2. The basic loader.
  3.  
  4. I have made this simpel routine from my previously made wimp shell library
  5. (of course not yet fully completed,... but I'm working on it) and the
  6. routines I could steel from the demonstration programs. It works need and
  7. gives an user friendly ring to  the desktop for developpers (Why din't you
  8. make it ACORN??). In future I hope to build a real Basic editor multitasking in the ARC unless someone beats me to it.
  9.  
  10. The basic loader sets the system variable Current$Dir to the current 
  11. directory. So when finally you want to save your program press F3 enter
  12. <Current$Dir>.filename and hit return or place the name in a REM statement
  13. on the first line (REM > <Current$Dir>.filename) to save your program.
  14.  
  15. In basic the function keys are programmed in the following way.
  16.    key 1 : <Current$Dir>.
  17. These keys are set in the !run command file of the !BasicEdit application
  18. directory so you can change them to your specific needs.
  19.  
  20. If anyone feels the need to publish the program in any kind of magazine
  21. please feel free to do so. The program is mostly self explanatory. But for
  22. more information you can also contact me. (Phone : 070-291508 The
  23. Netherlands).
  24.  
  25.               Hugo Eckhardt
  26.  
  27.                                              
  28. Er, yeh. Thanks, Hugo. I'll take it from here...
  29.  
  30. It's been hacked a bit since then...
  31. ArmBE has been modified to let you use any screen mode (i.e. 76!)
  32. BSFixRM has been added so that backspace works like DELETE (Note that this
  33. is a keyboard buffer module...)
  34. CursorRM has been added so you can move the cursor with the mouse (But may
  35. have been removed again in this version as I got sick of it...)
  36.  
  37. Also, Dragging an application directory to it now loads the !RunImage
  38. inside it.
  39.  
  40. Dragging non-BASIC files to it no longer causes an error to be displayed.
  41.  
  42. And other misc. hacks...
  43.  
  44.               Captain Midnight & The Master of the Arcane
  45.