avatar_FloppySoftware

te: my small, humble, portable and useful text editor

Started by FloppySoftware, 17:30, 08 May 15

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FloppySoftware

Hi!

I've just uploaded to my website, 'te', my small, humble, portable and useful text editor.

It has been ported to the Amstrad CPC, PCW and the Spectrum +3.

Even to Windows!



+----+
| te +-------------+
+----| Text Editor |
     +-------------+

v1.00 / 07 May 2015
(c) 2015 M. Garcia / FloppySoftware
    www.floppysoftware.vacau.com
    cpm-connections.blogspot.com
   
floppysoftware *** gmail.com

Introduction
------------

The te text editor is small, humble, and useful.
It's screen oriented, and can be easily adapted to a lot of computers.

Command line
------------

It's simple:
        te [filename]
Examples:
        te              - To start an empty document
        te notes.txt    - To edit the document 'notes.txt'.


The screen layout
-----------------

On the first screen line, you will see - ie:
        te: NOTES.TXT   - The file name of the document your are editing.
And something like:
        Lin:0015/0042/0512 Col:32/90 Len:36
The numbers following 'Lin' are:
        0015    - The line number you are editing right now.
        0042    - The current total number of lines.
        0512    - The maximum number of lines.

The numbers following 'Col' are:
        32      - The column number on which you are.
        90      - The number of screen columns.

And, finally, the number following 'Len' is:
        36      - The length of the current line.
On the last screen line, you will see program messages.

The options menu
----------------

You can enter to the menu, by pressing the ESCAPE key, as shown
in the messages line:

        Press [EXIT] to show the menu.
Note that the name of your ESCAPE key may change, depending of
the program adaptation.

The options are:
        New       - To start a new document
        Open      - To open a document
        Save      - To save the current document
        save As   - To save the current document under another filename.
        Help      - To show the help screen.
        aBout te  - To show some te information.
        eXit te   - To quit the program.

You can select an option by pressing the character in uppercase.
To leave the menu, you must press ESCAPE.
If you start a new document, the 'Save' option will redirect to you to
the 'save As' option.

The help screen will show the keyboard configuration, that depends
of the program adaptation.


File backup
-----------

Each time a file is saved, te does a backup of the previous file
contents if it exists.

It is renamed as 'te.bkp'.

Adaptation
----------

The program adaptation is done by editing a small MESCC source code file.
In this file, you must specify the control characters that your
keyboard send, the help contents, and complete a few C functions to
clear the screen, etc.

As there are some adaptations already done, it's possible that your
machine is already included between them.

If not, don't worry, you can start from a similar adaptation.
See the source code files for more information.
Current adaptations are:
        - Amstrad PCW and CP/M Plus (31x90 VT52 like terminal).
        - Amstrad CPC and CP/M Plus (24x80 VT52 like terminal).
        - Spectrum +3 and CP/M Plus (23x51 VT52 like terminal).
        - K. Murakami's CP/M emulator (25x80 VT100/Ansi).
        - Takeda Toshiya's CP/M emulator (25x80 VT100/Ansi).
- PC and Windows 32 bit (25x80).

The port to Windows 32 bit has been succesfully done, by converting the
MESCC code to Ansi C and recompiling with the Pelles C compiler, using
its 'conio.h' library.


License
-------

This program is freeware, and it's licensed under the GPL license.


floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

FloppySoftware

I've just uploaded a version for DOS (25x80), compiled with Turbo C v1.01.
floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

Gryzor

Ha, I'm using it right now to compile a list I need for work, on Windows :)

FloppySoftware

Quote from: Gryzor on 13:46, 16 June 15
Ha, I'm using it right now to compile a list I need for work, on Windows :)
Ok! Did I already mentioned that it's humble but... useful?  :D 8)
(BTW, I have a Linux version too for gcc)
floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

CraigsBar

No OS-X! I feel discriminated against lol ;) no seriously this is a great little text editor.
IRC:  #Retro4All on Freenode

FloppySoftware

#5

TE v1.70, my text editor for CP/M has just been released!

Includes versions for the Amstrad PCW, CPC and Spectrum +3.

Now, thanks to TECF, the TE configuration tool, you can
configure TE even more:
- configuration name
- screen size ("auto" for CP/M 3 auto-detection)
- layout characters
- main key names
- key bindings

http://www.floppysoftware.es/te.html?path=cpm_projects|te
https://github.com/MiguelVis/te
floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

norecess464

I will never be an user of your text editor (because of CP/M reliance on Amstrad) ; but big congrats for the effort of making this program running on CP/M, DOS, Windows and GNU/Linux ! It's amazing. :)
My personal website: https://norecess.cpcscene.net
My current project is Sonic GX, a remake of Sonic the Hedgehog for the awesome Amstrad GX-4000 game console!

Gryzor

Yes, that! It looks really nice and with some well thought-out functionality :)

GUNHED

Quote from: FloppySoftware on 19:30, 01 July 21
TE v1.70, my text editor for CP/M has just been released!
Can you please post a DSK here for the CPC, I'm not getting it from your links.
If you do so, I will make a ROM for CP/M Plus if possible.
http://futureos.de --> Get the revolutionary FutureOS (Update: 2023.11.30)
http://futureos.cpc-live.com/files/LambdaSpeak_RSX_by_TFM.zip --> Get the RSX-ROM for LambdaSpeak :-) (Updated: 2021.12.26)

redbox

Quote from: GUNHED on 15:03, 04 July 21Can you please post a DSK here for the CPC, I'm not getting it from your links.

The link is on the project page - https://github.com/MiguelVis/te/archive/refs/heads/master.zip

Inside the zip file is TE_CPC3.COM

GUNHED

Thanks, this link even works.  :)  No DSK, but at least a COM file.


@FloppySoftware: Could you please provide a TE.COM file for the CPC which does not need to read the configuration file (means all parameters set for the CPC). From this file I can make a ROM for CP/M Plus on CPC.
http://futureos.de --> Get the revolutionary FutureOS (Update: 2023.11.30)
http://futureos.cpc-live.com/files/LambdaSpeak_RSX_by_TFM.zip --> Get the RSX-ROM for LambdaSpeak :-) (Updated: 2021.12.26)

FloppySoftware

Quote from: GUNHED on 17:13, 04 July 21
Thanks, this link even works.  :)  No DSK, but at least a COM file.


@FloppySoftware: Could you please provide a TE.COM file for the CPC which does not need to read the configuration file (means all parameters set for the CPC). From this file I can make a ROM for CP/M Plus on CPC.


Every TE binary is already patched with the right configuration, they don't read any configuration ever.


The configuration files are for TECF, the TE configuration tool, in order to change something if needed.


So the CPC version for CP/M Plus is ready to run as is and you do not need anything else.

floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

GUNHED

Quote from: FloppySoftware on 21:56, 04 July 21
So the CPC version for CP/M Plus is ready to run as is and you do not need anything else.
Perfect! Thanks a lot.  :) :) :)
http://futureos.de --> Get the revolutionary FutureOS (Update: 2023.11.30)
http://futureos.cpc-live.com/files/LambdaSpeak_RSX_by_TFM.zip --> Get the RSX-ROM for LambdaSpeak :-) (Updated: 2021.12.26)

m_dr_m


Very intriguing!


Like Norecess, I think the main deterrent is CP/M (and well, some features lacking). I can fire up Orgams' editor or Protext in 1 second.


Is there way to wrap CP/M tools so you don't have to suffer CP/M boot?

FloppySoftware

Quote from: m_dr_m on 18:09, 09 July 21
Very intriguing!


Like Norecess, I think the main deterrent is CP/M (and well, some features lacking). I can fire up Orgams' editor or Protext in 1 second.


Is there way to wrap CP/M tools so you don't have to suffer CP/M boot?


Oh well, that's not a problem for me because I love CP/M.  :P

I don't suffer CP/M boot, I enjoy it!  :laugh: :laugh: :laugh:

Regarding lack of features, just give me some time.  8)

floppysoftware.es < NEW URL!!!
cpm-connections.blogspot.com.es

norecess464

Quote from: FloppySoftware on 20:15, 09 July 21I don't suffer CP/M boot, I enjoy it!
Exactly. I'm always amazed when I see people working around CP/M, usually because I always felt the info about this system was lacking. There are multiple ways to enjoy our hobby, there is no need for a single path for everything!

Quote from: FloppySoftware on 20:15, 09 July 21Regarding lack of features, just give me some time.
One thing that is lacking to most native editors on Amstrad is that they are based on authoring a single document at a time ; I feel modern workflows imply the use of multiple documents opened at same time. But, only my opinion, and once again, I won't use your editor. :D
My personal website: https://norecess.cpcscene.net
My current project is Sonic GX, a remake of Sonic the Hedgehog for the awesome Amstrad GX-4000 game console!

m_dr_m

FWIW, Orgams is multi-sources. Protext+Extension IIRC can open several documents. FutureTex: multiple open files up to 480 KB.

GUNHED

Quote from: m_dr_m on 18:09, 09 July 21
Is there way to wrap CP/M tools so you don't have to suffer CP/M boot?
Yes, CP/M Plus can be in ROM and CP/M applications can be in ROM. Actually there is a growing number of CP/M tools in ROM. If you lack one let me know, and I'll have a look at it. However, I'm not quick with that, because it's not the focus of my work.
http://futureos.de --> Get the revolutionary FutureOS (Update: 2023.11.30)
http://futureos.cpc-live.com/files/LambdaSpeak_RSX_by_TFM.zip --> Get the RSX-ROM for LambdaSpeak :-) (Updated: 2021.12.26)

Powered by SMFPacks Menu Editor Mod