home *** CD-ROM | disk | FTP | other *** search
-
- ------------------------------------------------
- | Uedit V2.0 |
- | Copyright (C) 1986-87, Rick Stiles |
- | (S=Shift,A=Alt,C=Ctl,BS=BackSpace,KP=KeyPad) |
- ------------------------------------------------
-
- + Edit 20 files at once (or up to 55, if you sacrifice all buffers).
- + 8 megabytes per file (or to the limit of memory).
- + Cut/paste/copy with separate hilited/inverted regions in 55 buffers.
- + Interlace mode and tunable RGB coloring.
- + Columnar data copy/clear/insert/overlay.
- + Undo accidental deletes.
- + Forward and backward searching and replacing, case sensitive or non.
- + Wildcard and either/or in search-strings.
- + 3-keystroke sequence swaps function-keys anytime.
- + Up to 7 menus, 20 items each, with optional checked menu items.
- + Every menu, gadget, key, mouse function customizable.
- + Save or recover editor configuration anytime.
- + Program it to do things automatically at start-up.
- + Learn 200 inputs: keys, gadgets, mouse-clicks, menu selections.
- + Do a mail-merge or auto-edit a list of documents using Learn Mode.
- + Save & load learned sequences.
- + Execute DOS commands, getting results optionally.
- + Get directory listings - click-load files from directory lists.
- + Sleeps so other tasks run fast.
- + Print hilited region (through Preferences or straight to printer).
- + Speak hilited region and error messages.
- + Close Box is programmable, 8 in all using shift keys.
- + 4 invisible "gadgets" in message line, programmable, 32 in all.
- + Auto-indent, auto-backup, word-wrap, right-justify, reformatting etc.
- + Click Title Bar for tiny window for access to CLI and icons.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <shftAlt-1:
- while (compile) nothing
- putMsg(" ")
- do (n54,0,19) if (not isEmpty(buf[n54])) freeBuf(curFile)
- runKey(shftAlt-2)
- runKey(shftAlt-3)
- >
- <shftAlt-2:
- loadFile("demo")
- toggle(curFile)
- freeBuf(curFile)
- speak("Hi there, I am You Edit, an extremely powerful text editurr, for the Amiga")
- speak("I don't believe any other microcomputer, has an editurr quite like mee")
- toggle(curFile)
- speak("I can edit up to twenty files at once, but that is just the beginning")
- speak("You can make, powerful commands for me, and define, my menues, completely")
- speak("You can program me, to load your files, and do big things, automatically")
- runKey(shft-esc)
- runKey(normal-help)
- speak("This is my Helpp file, press the Helpp key, and see it, any time")
- while (vScroll(ePage)) refreshDisplay
- runKey(normal-help)
- toggle(curFile)
- runKey(shft-esc)
-
- runKey(alt-`)
- if (not getFlag(curfile,columnar)) flipflag(curFile,columnar)
- moveCursor(curFile,sFile)
- moveCursor(curFile,downLine)
- do (n54,1,13) moveCursor(curFile,eChar)
- equateLoc(curFile,sHilite,atCursor)
- do (n54,1,5) moveCursor(curFile,eLine)
- equateLoc(curFile,eHilite,atCursor)
- refreshDisplay
- moveCursor(curFile,eWord)
- moveCursor(curFile,sWord)
- equateLoc(curFile,sInvert,atCursor)
- do (n54,1,5) moveCursor(curFile,eLine)
- equateLoc(curFile,eInvert,atCursor)
- refreshDisplay
- moveCursor(curFile,sHilite)
- runKey(shftCtl-3)
- do (n54,1,5) {
- moveCursor(curFile,downLine) moveCursor(curFile,downLine)
- do (n53,1,8) moveCursor(curFile,eChar)
- runKey(shftCtl-5)
- refreshDisplay
- }
- runKey(alt-`)
- speak("You can select, from twenty four, color combinations, and save it for next time")
- equateLoc(curFile,atCursor,sInvert)
- do (n54,1,3) toggle(color)
- putMsg(" ")
- speak("You can read about, my advanced features")
- speak("But I am easy to use, and very powerful, using just my menues, and Helpp file")
- >
-
- <shftAlt-3:
- do (n54,0,19) if (not isEmpty(curFile)) freeBuf(curFile)
- insertRgn(curFile,sFile,
- "
- Try me!
-
- Use the right mouse-button to check out my menus.
-
- Press the Help-key for help.
-
- Press it again to get rid of Help.
-
- Press the CTRL-key and CLICK on these file names:
-
- Help! Config! demo Cheat-Sheet
- ",all)
- vScroll(sFile)
- refreshDisplay
- loadConfig("s:Data!")
- >
-
-