Rick C. Hodgin
Programmer
One thing I started doing a couple years back, was to modify my startup.prg to include some code which loaded the _screen.Picture from a folder that I had. I would get the ADIR() of all the JPG or PNG images, and then randomly select one based on an algorithm using SECONDS(). The images I had in that folder were all set to my monitor's resolution, and they would provide a nice non-white backdrop for doing development.
Another thing I did was visit Programming Fonts.org. There, I was able to test out a lot of different programming fonts, and finally settled on Fantasque Sans Mono. I think it's a beautiful font, but there are lots to choose from.
Something other than Courier New and white ... spices up your dev environment a little bit. IMO, once you modify startup.prg to set your _screen.Picture to something (I have a large library of animal and fish themes, but they can be anything), you'll never want to be in the white-only camp again.
Does anybody else have anything they've done to beautify VFP?
--
Rick C. Hodgin
Another thing I did was visit Programming Fonts.org. There, I was able to test out a lot of different programming fonts, and finally settled on Fantasque Sans Mono. I think it's a beautiful font, but there are lots to choose from.
Something other than Courier New and white ... spices up your dev environment a little bit. IMO, once you modify startup.prg to set your _screen.Picture to something (I have a large library of animal and fish themes, but they can be anything), you'll never want to be in the white-only camp again.
Does anybody else have anything they've done to beautify VFP?
--
Rick C. Hodgin