▲ | Lapel2742 16 hours ago | |||||||
> “In my house”, we used something called SideKick Plus (1984), which wasn’t really a code editor: it was more of a Personal Information Management (PIM) system with a built-in notepad. Finally! Someone who still remembers the best software ever written. I looooved Sidekick and we used it throughout our small company. It's so long ago. I remember only parts of it now but it was such a useful tool. | ||||||||
▲ | SoftTalker 14 hours ago | parent | next [-] | |||||||
The reason IDEs blossomed on DOS was because there was no multitasking. On unix/linux, even on a "dumb" tty with no GUI, you could hit CRTL-Z and your editor would go into the background and you'd be at a shell where you could run make or gdb or manage files. Then type 'fg' and your editor would be back exactly as you left it. IDEs do all that in one huge program because if you exited your editor to run the compiler or run your program, when you went back to the editor it was starting up cold again. TSR programs like Sidekick avoided some of this but were a poor substutute for real multitasking. | ||||||||
| ||||||||
▲ | 3x35r22m4u 13 hours ago | parent | prev | next [-] | |||||||
SideKick had the ability to take "screenshots" of the text shown in other applications. Being a TSR was cool, but stealing text from another program interface was mind blowing! | ||||||||
▲ | NetMageSCW 13 hours ago | parent | prev [-] | |||||||
The best software ever written was ThinkTank (and next it to it, Memory Mate). Sidekick was great for popularizing the TSR, though. |