dual_sport_dork 🐧🗡️

Progenitor of the Weird Knife Wednesday feature column. Is “column” the right word?

I make knives now, too. Why not buy one at flightlessforge.com?

  • 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle


  • Yes, and the form controls included do not support mouse wheel inputs either unless you manually capture the events in your own code using the Windows API. This includes e.g. multiline text boxes in within VBA applications even as late as in Office 2016 which is monumentally irritating.

    But VB itself was certainly among the first modern IDEs. It wasn’t the first IDE in general, though. I think that was probably Turbo Pascal back in the DOS days which had its editor, compiler, and debugger (such as it was) all in one lump.


  • As much as we love to hate on bad old M$, Visual Basic had a rather feature complete IDE for 1991, including syntax highlighting. At minimum by the 5.0 release (1997) it also had function syntax hints and certainly built in documentation. You could even customize the editor window colors.

    Of course it had absolutely no code repository or version control capability whatsoever. It was designed with a one dude, one computer, one project paradigm in mind for sure.