Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!ncar!gatech!purdue!haven!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!blackwater!vrm From: vrm@blackwater.cerc.wvu.wvnet.edu (Vasile R. Montan) Newsgroups: comp.sys.mac.programmer Subject: Text editor code wanted (like HyperCard's script editor) Message-ID: <1617@babcock.cerc.wvu.wvnet.edu> Date: 21 Apr 91 01:11:41 GMT Sender: news@cerc.wvu.wvnet.edu Reply-To: un020070@vaxa.wvnet.edu Lines: 17 I'm writing a lengthy shareware program. Objects in my program will have scripts, very much as they do in HyperCard. Does anyone have code for something like HyperCard's script-editing modal dialog? This code allows cut and paste with command key combiations, and also seems to make provision for tabs. These things would be beneficial, but the biggest thing I need is scrollable text editing in a modal dialog (or equivalent). The nicest thing would be if I could pass a handle to the initial text and not have to worry about anything else. Any text-editing code would be a start, however. I would appreciate any Pascal code (unfortunately, I do not understand a word of C). Thank you! --Kurisuto un020070@vaxa.wvnet.edu