• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Syntax Highlighting for [Code] bbcode.

Joined
Aug 16, 2006
Messages
1,251
Reaction score
200
I think we should have syntax highlighting for all coding languages (or at least the more popular ones) and not just php.

Ex.
PHP:
<html> 
<head> 
 <title>PHP Test</title>
 </head>
 <body> 
 <?php echo '<p>Hello World</p>'; ?>
  </body>
</html>

Syntax highlighting makes code easier to read. When i spend my time in the coders paradise section and people are using the
Code:
 it makes everything grey.

Ex.
[code]#include <iostream>
using namespace std;
int main ()
{
  cout << "Hello World!";
  return 0;
}

It would also benefit people outside of coders paradise, as in other sections with users actively developing or modifying source codes for private servers and sharing them with users, it would help those who aren't knowledgeable of code to learn more because things like variables would have highlighting.

Thoughts?
 
Initiate Mage
Joined
Jan 9, 2009
Messages
0
Reaction score
424
Like the idea and found this ones for this idea;


 
Back
Top