Printer Friendly Version Attach Files
leiger |
27 Apr 2010 15:02. Edited 4 times. (Edit, Permalink) If you want to add Java code to your feature request, you can do that. All threads and replies support both methods displayed here (because we don't use the comments module in this forum!) The default Wikidot code blocks
/** * The HelloWorldApp class implements an application that * simply prints "Hello World!" to standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } } A better-looking solutionThis solution comes from this page: http://snippets.wikidot.com/code:syntax-highlighter . To find out more about the original creator of this syntax highlighter, click on the blue information icon that appears when hovering your mouse over the code block shown below. [[include :snippets:syntax-start type=java]] Included page "inc:signature" does not exist (create it now) |
leiger |
28 Apr 2010 01:26. Edited 0 times. (Edit, Permalink) I get this popup message:
And then the code is shown on the page without colour highlighting and without any of the cool display elements (hover buttons, background image, etc) Included page "inc:signature" does not exist (create it now) |
(user deleted) |
28 Apr 2010 02:53. Edited 0 times. (Edit, Permalink) Included page "inc:signature" does not exist (create it now) |
leiger |
28 Apr 2010 03:35. Edited 0 times. (Edit, Permalink) I was using Windows XP + IE7 earlier. Included page "inc:signature" does not exist (create it now) |
leiger |
28 Apr 2010 03:39. Edited 0 times. (Edit, Permalink)
and then
Included page "inc:signature" does not exist (create it now) |