• Full screen editor?

    From Sean Dennis@1:11/200 to All on Friday, July 16, 2004 17:18:45
    Hello, All.

    I'm wanting to write my own FSE, but I'm lost on how to work the line editing, screen wrap, etc. Anyone know where I could find some example code to help me out?

    Thanks,
    Sean

    // hausmaus@outpostbbs.us | http://outpostbbs.us

    --- The Local Console
    * Origin: Outpost BBS - 1.618.549.1859 - outpostbbs.us (1:11/200)
  • From Wayne Steele@3:633/690 to Sean Dennis on Saturday, July 17, 2004 16:02:00
    Hi Sean,

    * In a message originally to All, Sean Dennis said:

    I'm wanting to write my own FSE, but I'm lost on
    how to work the line editing, screen wrap, etc.
    Anyone know where I could find some example code
    to help me out?

    Look at FSED.PAS from the EleBBS source code... Not a great editor but it's a base...

    email me if you need it...

    Lata,
    zomorf badnewsbbs@westnet.com.au ICQ: 12489905
    http ftp telnet://badnews.bbs.us & badnewsbbs.darktech.org


    ---
    * Origin: Come & Visit for a Kick@ss EleBBS & EleWEB BBS (3:633/690)
  • From Roelof Beverdam@2:280/5218 to Sean Dennis on Sunday, July 18, 2004 10:33:40
    Hello Sean,

    I'm wanting to write my own FSE, but I'm lost on how to work the line editing, screen wrap, etc. Anyone know where I could find some example
    code to help me out?

    There was an (optional) Turbo Pascal 3 Tools package which included an FSE - with sources.

    And probably there are some useful snippets in the SWAG library too.

    Cheers,
    Roelof Beverdam
    e-mail: r.beverdam@hccnet.nl

    --- Dutchie V3.10.11
    * Origin: The Beaver's Nest (2:280/5218)
  • From Robert Wolfe@1:3407/4 to Roelof Beverdam on Wednesday, July 28, 2004 13:15:50
    Roelof Beverdam wrote in a message to Sean Dennis:

    I'm wanting to write my own FSE, but I'm lost on how to work the line editing, screen wrap, etc. Anyone know where I could find some example
    code to help me out?

    There was an (optional) Turbo Pascal 3 Tools package which included
    an FSE - with sources.

    And probably there are some useful snippets in the SWAG library
    too.

    So, are the SWAG snippets still available these days?

    ---
    * Origin: Buffalo Online * Buffalo NY * buffalo.sytes.net (1:3407/4)
  • From Sean Dennis@1:11/200 to Robert Wolfe on Wednesday, July 28, 2004 15:00:44
    Hello, Robert.

    On 28 Jul 04 at 12:15, Robert Wolfe wrote to Roelof Beverdam:

    So, are the SWAG snippets still available these days?

    I think I've got them online here... ftp to midnightshour.org and look in /prog.

    Later,
    Sean

    // hausmaus@outpostbbs.us | http://outpostbbs.us

    --- The Local Console
    * Origin: Outpost BBS - 1.618.549.1859 - outpostbbs.us (1:11/200)
  • From mark lewis@1:3634/12 to Robert Wolfe on Wednesday, July 28, 2004 21:40:46
    And probably there are some useful snippets in the SWAG library
    too.

    So, are the SWAG snippets still available these days?

    yes, IIRC, they are also still available from the SWAG website... i just can't remember what that URL is...

    BTW: is it robert wolfe or robert todd?? i seem to recall something about a legal name change but the nodelist doesn't reflect that... just inquiring, ya know ;)

    )\/(ark


    * Origin: (1:3634/12)
  • From Robert Wolfe@1:3407/4 to Mark Lewis on Wednesday, July 28, 2004 22:16:46
    yes, IIRC, they are also still available from the SWAG
    website... i just can't remember what that URL is...

    http://www.gdsoft.com

    BTW: is it robert wolfe or robert todd?? i seem to
    recall something about a legal name change but the
    nodelist doesn't reflect that... just inquiring, ya
    know ;)

    It's now LEGALLY Robert Wolfe. But, yes, I am the same person.


    ---
    * Origin: Buffalo Online * Buffalo, NY * buffalo.sytes.net (1:3407/4)
  • From mark lewis@1:3634/12 to Robert Wolfe on Friday, July 30, 2004 21:00:12
    yes, IIRC, they are also still available from the SWAG
    website... i just can't remember what that URL is...

    http://www.gdsoft.com

    thanks!

    BTW: is it robert wolfe or robert todd?? i seem to
    recall something about a legal name change but the
    nodelist doesn't reflect that... just inquiring, ya
    know ;)

    It's now LEGALLY Robert Wolfe. But, yes, I am the same
    person.

    cool... i was thinking that ;) glad to see that you are still around... was just kinda confused about that nodelist entry (hint hint) OB-)

    )\/(ark


    * Origin: (1:3634/12)
  • From Roelof Beverdam@2:280/5218 to Robert Wolfe on Friday, July 30, 2004 00:55:39
    Hello Robert,

    And probably there are some useful snippets in the SWAG library
    too.

    So, are the SWAG snippets still available these days?

    Sure. I found a complete set in HTML format on the PC Magazine
    web site - just to name one.

    Cheers,
    Roelof Beverdam

    --- Dutchie V3.10.11
    * Origin: The Beaver's Nest (2:280/5218)
  • From Scott Adams@1:112/91 to Sean Dennis on Sunday, August 08, 2004 02:24:41
    Quoting Sean Dennis to All <=-


    I'm wanting to write my own FSE, but I'm lost on how to work the line editing, screen wrap, etc. Anyone know where I could find some
    example code to help me out?

    Delphi has alot of source for that...

    Windows or dos?

    Basic line stuff is easy. I wrote up a simple program years
    ago for a few utils that only reads a file and uses editor
    functions. I could send it. But best thing is find
    SWAG there should be alot of sources there as well more
    than my little program.



    ... AD&D Mistake #15: Thinking that THAC0 is Mexican cuisine
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to Robert Wolfe on Sunday, August 08, 2004 02:25:39
    Quoting Robert Wolfe to Roelof Beverdam <=-


    I'm wanting to write my own FSE, but I'm lost on how to work the line editing, screen wrap, etc. Anyone know where I could find some example
    code to help me out?

    There was an (optional) Turbo Pascal 3 Tools package which included
    an FSE - with sources.

    And probably there are some useful snippets in the SWAG library
    too.

    So, are the SWAG snippets still available these days?

    No. There is only one site that really has them.
    I have a link on my website. But they've not been
    updated since probably '97?....




    ... "Faith.... manages." Delenn
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to mark lewis on Sunday, August 08, 2004 02:27:27
    Quoting mark lewis to Robert Wolfe <=-

    @MSGID: 1:3634/12@fidonet 690e8861
    And probably there are some useful snippets in the SWAG library
    too.

    So, are the SWAG snippets still available these days?

    yes, IIRC, they are also still available from the SWAG website... i
    just can't remember what that URL is...
    BTW: is it robert wolfe or robert todd?? i seem to recall something
    about a legal name change but the nodelist doesn't reflect that...
    just inquiring, ya know ;)

    My website has the swag site

    http://users.cybermax.net/~longshot

    The links page in programming.

    Is that todd? he changed his name?...been trying to reach
    him for some time now :)



    ... Run out of small children to BUTCHER? - G'Kar
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Scott Adams@1:112/91 to Robert Wolfe on Sunday, August 08, 2004 02:29:13
    Quoting Robert Wolfe to Mark Lewis <=-

    @MSGID: 1:3407/4.0 41084ffe
    yes, IIRC, they are also still available from the SWAG
    website... i just can't remember what that URL is...

    http://www.gdsoft.com

    BTW: is it robert wolfe or robert todd?? i seem to
    recall something about a legal name change but the
    nodelist doesn't reflect that... just inquiring, ya
    know ;)

    It's now LEGALLY Robert Wolfe. But, yes, I am the same person.

    Todd?..dude...email me so we can see what's up with
    adventurenet and you...been emailing you for some time
    but no replies.

    longshot@darktech.org


    ... "Either way, there's not much time left." - Sheridan
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Sean Dennis@1:18/200 to Scott Adams on Monday, August 09, 2004 12:52:03
    Hello, Scott.

    On 08 Aug 04 at 01:24, Scott Adams wrote to Sean Dennis:

    Windows or dos?

    OS/2, actually. ;) But I'd make it for Win32 and DOS too.

    SWAG there should be alot of sources there as well more
    than my little program.

    Once I get settled down into my new home, then I'll look. I have lots of projects I'll be wanting to work on. ;)

    Later,
    Sean

    // hausmaus@darktech.org | http://midnightshour.org | AIM: eekahausmaus

    --- GoldED+/EMX 1.1.5-21020
    * Origin: Outpost BBS - outpostbbs.us (1:18/200)
  • From Scott Adams@1:112/91 to Sean Dennis on Monday, August 09, 2004 23:28:39
    Quoting Sean Dennis to Scott Adams <=-


    Windows or dos?

    OS/2, actually. ;) But I'd make it for Win32 and DOS too.

    SWAG there should be alot of sources there as well more
    than my little program.

    Once I get settled down into my new home, then I'll look. I have lots
    of projects I'll be wanting to work on. ;)

    Swag doesn't have much os/2 stuff if I recall. But theres
    plenty for PC format code for such utils. Its not that
    hard. Wordwrap, spell checkers, window editing and such
    is pretty simple with the API and other code out there. In
    delphi you could do a full editor in about 10 min with the
    pre-set API. :)



    ... "Ambassador Delenn told me what happened." - Garibaldi
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)
  • From Roelof Beverdam@2:280/5218 to Scott Adams on Wednesday, August 11, 2004 00:20:45
    Hello Scott,

    So, are the SWAG snippets still available these days?

    No. There is only one site that really has them.

    Within a minute I already had 2 different sites offering SWAG... One offered it
    converted to HTML, the other one still had the original Reader format.

    Thus I assume there will be a few more.

    ;-)

    Cheers,
    Roelof Beverdam

    --- Dutchie V3.10.11
    * Origin: The Beaver's Nest (2:280/5218)
  • From Scott Adams@1:112/91 to Roelof Beverdam on Thursday, October 07, 2004 23:16:53
    Quoting Roelof Beverdam to Scott Adams <=-

    So, are the SWAG snippets still available these days?

    No. There is only one site that really has them.

    Within a minute I already had 2 different sites offering SWAG... One offered it converted to HTML, the other one still had the original
    Reader format.
    Thus I assume there will be a few more.

    There are thousands which offer them..my site...for example.
    I'm talking there was only ONE official site doing it.
    Anything else was copies and or links.



    ... "Sometimes, peace is another word for surrender." - Ivanova
    --- Fringe BBS
    * Origin: EWOG II - The Fringe - 904-733-1721 (1:112/91)