Linked by Thom Holwerda on Sun 23rd Dec 2007 17:41 UTC, submitted by koki
Thread beginning with comment 293139
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2007-12-25
When I said LoseThos has links in source code. They are local file links which can be entered by naming a source code symbol (or naming a file or string in a file or an anchor in a file). If you need to document a reference to a function or symbol, you hit CTRL-L, select "link" and enter the symbol name. Then, you have a link which others can click to go there.
I did a physics program and drew a little vector graphic right in the source code to help document. It handles superscripts and subscripts. Everything goes in one file, so you don't have annoying little graphic files. You can output the graphics during run-time, too -- no separate resource files.
Imagine source code being a Word document instead of ASCII. Does Word support file links... I don't know.
Everything uses the same document format -- the command line supports links, graphics, trees, macros... the menu system does, forms do, the help system does, the clip-board. It's seamlessly integrated.
http://www.losethos.com
Edited 2007-12-25 20:16