ragnar76 / texel

Retro Texel spreadsheet application for TOS systems

Home Page:https://snailshell.de/Texel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texel Texel-Logo

Over 20 years ago I wrote a spreadsheet application called "Texel" for Atari/TOS/MagiC systems. From time to time I'm being asked if I could release the Texel source code... Well, here it is.

Texel main window on Atari Falcon 030

Disclaimer

This source code is completely out of date. It is provided as-is without any warranty.

I publish the source files for historical / archaeological reasons only, for informational purposes. The code is not intended to be used any more, especially not as a template for new code.

Please note

Texel was built using Pure Pascal (an Object Pascal dialect for Atari/TOS/MagiC systems). I don't think it will compile any more, because I used a special version of the Pure Pascal compiler that allowed for a larger virtual method table (VMT) than the compiler version that was publicly available. I don't think the necessary compiler binary was ever made public – but please prove me wrong!

Some parts of the code (some class names, some variables) and most of the documentation are in German only. Sorry for that.

And remember, the code you'll see does not represent the way software should be written and built today. I would not want to write files with 20000 lines or more nowadays (it was a bad idea even in the last millenium). And I definitely would not want to work without automated unit tests. But heck, those were the times...

Have fun! :-)

Thomas
@thmuch

Links

  • A brief history of Texel's development (in German) and some b/w screenshots.

Screenshots

settings

find/replace

context menu

main window

About

Retro Texel spreadsheet application for TOS systems

https://snailshell.de/Texel/


Languages

Language:Pascal 100.0%