3

At the moment, when I'm writing notes into a FogBugz case, and want to paste formatted code, I need to write:

[code] ... [/code]

Is there a shortcut for adding these tags?

flag

1 Answer

3

FogBugz Snippets are probably the easiest way. Internally, we've created a snippet for "code" that expands to <code>[[codez]]</code>. By wrapping the inner part in square brackets, it will be automatically highlighted for you after it's inserted. That way, once you've defined the snippet, you can just type "code" and then your snippet activation key (` by default), and then start typing your code.

link|flag
Perfect! Cheers @db – Curt Aug 15 2011 at 9:11

Your Answer

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