1. ed.ex - blocking functions
- Posted by "Ferlin H. Scarborough" <ferlin at SCOTT.NET> Nov 15, 1996
- 1845 views
Hello ALL, Just wanted to say HI, and let everyone know that I am VERY new to EUPHORIA programming, but have fallen in LOVE with it. I took on the ED.EX program as my learning tool. I have added a procedure to PRINT the file you are editing, I have modified the ESC commands to accept lower or uppper case choices, I have also added to the command completion procedure: global function and global procedure commands completion. (Not bad for about an hours work, for an AMATEUR.) I would like to now take on the task of adding Blocking Functions, to mark a block of text, and either (PRINT, DELETE, MOVE, WRITE to a file or COPY) it. ANY programming tips would be appreciated. THANKS in advance. Sincerly Ferlin H. Scarborough. (ferlin at scott.net)
2. Re: ed.ex - blocking functions
- Posted by Daniel Berstein Zimmermann <dberst at CMETNET.CMET.NET> Nov 15, 1996
- 1858 views
- Last edited Nov 16, 1996
Ferlin H. Scarborough wrote: > I would like to now take on the task of adding Blocking Functions, to mark > a > block of text, and either (PRINT, DELETE, MOVE, WRITE to a file or COPY) > it. Check out some modifications added to ed.ex by Jacque Deschens, youb can comment/uncomment block of lines... > ANY programming tips would be appreciated. Also check out my homepage (the URL below) there are some files and various lin ks to other Euphoria pages.. maybe that hepls Regards. -- Daniel Berstein Zimmermann dberst at cmet.net http://www.geocities.com/SiliconValley/Heights/9316
3. Re: ed.ex - blocking functions
- Posted by Marcel Kollenaar <M.Kollenaar at SLO.NL> Nov 16, 1996
- 1800 views
Hello Ferlin, Nice to have you in our Euphoria community. > Hello ALL, > > Just wanted to say HI, and let everyone know that I am VERY new to > EUPHORIA programming, but have fallen in LOVE with it. I took on the ED.EX I love this language too. So much I took a registred version. Works much nices. > program as my learning tool. I use this language for more than a year and still need a lot of learning from another programmers code. It keeps you sharp. > > I have added a procedure to PRINT the file you are editing, I have > modified the > ESC commands to accept lower or uppper case choices, I have also added to > the command completion procedure: global function and global procedure > commands completion. (Not bad for about an hours work, for an AMATEUR.) > > I would like to now take on the task of adding Blocking Functions, > to mark a block of text, and either (PRINT, DELETE, MOVE, WRITE > to a file or COPY) > it. > > ANY programming tips would be appreciated. - Make it first running on paper, - than code it, - Run it, - Enjoy it and love it. > THANKS in advance. > > Sincerly Ferlin H. Scarborough. (ferlin at scott.net) > Have a nice programming time, Marcel Kollenaar M.Kollen at slo.nl