Results 1 to 11 of 11

Thread: VBForums Extension+ Test

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    VBForums Extension+ Test

    Note: This is a Note.

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: VBForums Extension+ Test

    Console Output: javac -d ../classes HelloWorld.java

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: VBForums Extension+ Test

    Times New Roman Regular

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: VBForums Extension+ Test

    A Normally Header Or Title

  5. #5
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VBForums Extension+ Test

    Quote 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:
    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

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VBForums Extension+ Test

    Code:
    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                                            
    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

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    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.

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VBForums Extension+ Test

    Well, you are not allowed to use CSS, so I guess that it is lost....

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    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){}
    	}
    }

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: VBForums Extension+ Test

    looks like it is working pretty well...but what is going on with all these weird colours.......

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    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
  •  



Click Here to Expand Forum to Full Width