This blog has been sorely neglected since I got caught up with our school's switch between MIS providers. So, in an effort to rescue it from the hordes of one-post blogs on the web, here, for no good reason at all, are some of the text editors I have known:
Notepad
Yes, we all have to start somewhere…
Wordpad
Has a better time with Linux/Unix new line breaks than Notepad, but it's a rich text editor >_<
Pico
Long term users of Excel VBA will be familiar with slow processing of page set up if code like the following is used:
With ActiveWorksheet.PageSetup
.CenterHeader = "Title of the Worksheet".LeftFooter = "Today's Date".RightFooter = "Page &P of &N".PrintArea = "$A$1:$H$28"End With
The problem with the code is that, despite the use of the With statement, each line requires a call to