vote up 0 vote down star

Does anyone know how to set the code text editor font style to italics in Visual Studio 2005 or 2008? Note, I'm talking about the code editor not in code itself.

flag
Do you mind if I ask why you want to do this? I don't have any answers to offer, I'm just curious. – Patrick Johnmeyer Oct 20 '08 at 14:02

2 Answers

vote up 1 vote down check

Unfortunately the only way to do this, unless there's some undocumented registry setting, would be through the environment automation modules. I know Visual Assist X will italicize certain things if set up that way, so it must be possible.

I would start with Microsoft's automation samples and see what you can find. (I've made this a community answer so that if anybody wants to investigate further they can.)

link|flag
vote up 3 vote down

You cannot through the standard IDE options, the editor only allows you to change the font or set it bold.

Your best bet would be to use a font that only has italic characters (make sure that all chars take the same space).

link|flag
Your suggestion about an italic-only font is a good one, but your absolute "cannot" is incorrect and you should either qualify it ("cannot through the standard IDE options") or remove it from your answer. I don't know how Whole Tomato did it but clearly it is possible. – Patrick Johnmeyer Oct 20 '08 at 17:39
Right. I fixed it. – m_oLogin Nov 24 '08 at 15:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.