Add the ability to easily reverse video (show white on black, instead of black on white). Yes, I see that you could do this by going through each font color and changing it, but how about an easy option, when you want to change things.
Even better: add color themes!
Reverse Video
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
While not what you are looking for, perhaps define a second document class that is the inversion of your "normal" class. Only challenge would be making TP click over to the new class. I thought it'd be as simple as right click the background of a document and set it from the properties context menu but to no avail.
Instead, it looks like after defining your new class you would need to
Instead, it looks like after defining your new class you would need to
- disassociate the extension from the primary class
- register the extension with the inverted class
- close the open document
- reopen the document
I choose to fight with a sack of angry cats.
You can do as tallyrand suggests and create another syntax definition file that is not assigned to any document class and then manually switch over using the file properties dialog below.
Not pretty but it should work I think.
Hope this helps.
Not pretty but it should work I think.
Hope this helps.
Running TextPad 5.4 on Windows XP SP3 and on OS X 10.7 under VMWare or Crossover.