Note: This is a Note.
Printable View
Note: This is a Note.
Console Output: javac -d ../classes HelloWorld.java
Times New Roman Regular
A Normally Header Or Title
Quote:
Originally Posted by nebulom
Wow...I love this one..:)...I NEED it..:D...never thought about it before...how does it do multiple lines if they are not the same length?
Test this for me:
Quote:
cd /usr/src
wget http://www.kernel.org/pub/linux/kern...6.11.6.tar.bz2
tar -xvjf linux-2.6.11.6.tar.bz2
ln -s /usr/src/linux-2.6.11.6 /usr/src/linux
cd linux
make menuconfig
cd /usr/srcCode:cd /usr/src
wget http://www.kernel.org/pub/linux/ker....6.11.6.tar.bz2
tar -xvjf linux-2.6.11.6.tar.bz2
ln -s /usr/src/linux-2.6.11.6 /usr/src/linux
cd linux
make menuconfig
wget http://www.kernel.org/pub/linux/ker....6.11.6.tar.bz2
tar -xvjf linux-2.6.11.6.tar.bz2
ln -s /usr/src/linux-2.6.11.6 /usr/src/linux
cd linux
make menuconfig
Yuk :sick:
Unless we can have [code hl=black] to produce a pre having attributes like style="background:black" etcetera, we can have what we want. So I guess my span/color to match Console Output is yucky indeed.HTML Code:<pre style="font:10pt courier new;
background:black;color:silver;padding:3px;">
cd /usr/src
wget [url]http://www.kernel.org/pub/linux/ker....6.11.6.tar.bz2[/url]
tar -xvjf linux-2.6.11.6.tar.bz2
ln -s /usr/src/linux-2.6.11.6 /usr/src/linux
cd linux
make menuconfig
</pre>
Well, you are not allowed to use CSS, so I guess that it is lost....
Java Code Highlighter test
Code:package com.vbforums.test;
public class VBForumsExtensionTest{
public static void main(String[] args){
System.out.println("VBForums Extension Test");
int i=100;
float f=123.45;
boolean b=true;
// Comment test
/* Yet another comment test */
if(b){}
}
}
looks like it is working pretty well...but what is going on with all these weird colours...:D....
I based it on jEdit default coloring system.