Help talk:Syntax Highlighting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
How hard would it be to add VDF/Material/QC/etc. support? I'm sure [[Notepad++ VDF languages|the Notepad++ profiles]] could be re-engineered. --[[user:TomEdwards|TomEdwards]] 12:15, 17 January 2009 (UTC)
How hard would it be to add VDF/Material/QC/etc. support? I'm sure [[Notepad++ VDF languages|the Notepad++ profiles]] could be re-engineered. --[[user:TomEdwards|TomEdwards]] 12:15, 17 January 2009 (UTC)
: This was something on the to do list, but isn't very high priority at the moment because most of the code blocks on the VDC (other than C++) are relatively short and simple. The [http://qbnz.com/highlighter/geshi-doc.html#language-files syntax] is relatively straightforward, however. --[[User:JeffLane|JeffLane]] 20:07, 17 January 2009 (UTC)
: This was something on the to do list, but isn't very high priority at the moment because most of the code blocks on the VDC (other than C++) are relatively short and simple. The [http://qbnz.com/highlighter/geshi-doc.html#language-files syntax] is relatively straightforward, however. --[[User:JeffLane|JeffLane]] 20:07, 17 January 2009 (UTC)
== Background colour ==
Source code elements need backgrounds and borders to stand out from the words around them: just take a look at [[Threads]]. --[[user:TomEdwards|TomEdwards]] 19:09, 21 January 2009 (UTC)
== Helpful tag ==
I think the <code><nowiki><source></nowiki></code> tag is useful because it prevents you from having to use <code><nowiki><span></nowiki></code> tags everywhere. --[[User:Nathaniel|Nathaniel]] 02:54, 14 October 2010 (UTC)

Latest revision as of 19:54, 13 October 2010

VDF

How hard would it be to add VDF/Material/QC/etc. support? I'm sure the Notepad++ profiles could be re-engineered. --TomEdwards 12:15, 17 January 2009 (UTC)

This was something on the to do list, but isn't very high priority at the moment because most of the code blocks on the VDC (other than C++) are relatively short and simple. The syntax is relatively straightforward, however. --JeffLane 20:07, 17 January 2009 (UTC)

Background colour

Source code elements need backgrounds and borders to stand out from the words around them: just take a look at Threads. --TomEdwards 19:09, 21 January 2009 (UTC)

Helpful tag

I think the <source> tag is useful because it prevents you from having to use <span> tags everywhere. --Nathaniel 02:54, 14 October 2010 (UTC)