|
-
Jun 2nd, 2005, 07:30 PM
#1
Thread Starter
Fanatic Member
-
Jun 2nd, 2005, 07:31 PM
#2
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
Console Output: javac -d ../classes HelloWorld.java
-
Jun 2nd, 2005, 07:31 PM
#3
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
-
Jun 2nd, 2005, 07:33 PM
#4
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
A Normally Header Or Title
-
Jun 3rd, 2005, 05:28 AM
#5
Re: VBForums Extension+ Test
 Originally Posted by nebulom
Console Output: javac -d ../classes HelloWorld.java
Wow...I love this one.. ...I NEED it.. ...never thought about it before...how does it do multiple lines if they are not the same length?
Test this for me:
-
Jun 3rd, 2005, 09:48 AM
#6
Re: VBForums Extension+ Test
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
Yuk
-
Jun 5th, 2005, 07:45 PM
#7
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
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>
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.
-
Jun 6th, 2005, 02:26 AM
#8
Re: VBForums Extension+ Test
Well, you are not allowed to use CSS, so I guess that it is lost....
-
Jun 7th, 2005, 08:10 PM
#9
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
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){}
}
}
-
Jun 8th, 2005, 02:00 AM
#10
Re: VBForums Extension+ Test
looks like it is working pretty well...but what is going on with all these weird colours... ....
-
Jun 8th, 2005, 02:03 AM
#11
Thread Starter
Fanatic Member
Re: VBForums Extension+ Test
I based it on jEdit default coloring system.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|