Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

java without eclipse

Name: Anonymous 2008-09-18 18:13

is it possible to be fluent in java and not love eclipse?

Name: Anonymous 2008-09-25 15:10

Is it possible to love eclipse at all?

Name: Anonymous 2008-09-25 15:31

>>41
Not if you are a LISP-fag.

Name: Anonymous 2008-09-25 15:47

>>42
besides?

Name: Anonymous 2008-09-26 4:25

>>28
OMG you found a flaw in my analogy. Woe is me.

Name: Anonymous 2008-09-28 10:57

Java

Name: Anonymous 2008-09-29 7:46

someone care to tell how i can compile and run in vim with one command (preferably user-defined)?

I'd usually go "!javac WhatImWorkingOn.java", then "!java WhatImWorkingOn".

This is slow.

I could see this becoming difficult because I'd need to truncate the ".class" off the filename. Make grep can be used in concurrence? Anyone got any tips?

Name: Anonymous 2008-09-29 8:09

>>46
$ javac WhatImWorkingOn.java && java WhatImWorkingOn

Name: Anonymous 2008-09-29 9:05

>>46
This might be of interest to you:

:h cmdline-special
:h filename-modifiers

Name: Anonymous 2008-09-29 12:08

>>47,48

DON'T HELP HIM!

Name: Anonymous 2008-09-29 12:53

>>46
ever hear of a shell script, faggot?

Name: Anonymous 2008-09-29 13:00

>>50
Ever heard of .vimrc, faggot?
set tabstop=4
set textwidth=80
set pt=<F9>
set tags=tags;.
set number
set numberwidth=4
let b:is_mzscheme=1
run mzscheme-qf.vim
sy on

function SetLispIndent()
    set nocindent
    set autoindent   
    set lisp
endf

function SetCIndent()
    set nolisp
    set cino=>4,=0,l1,b1,h0,(0,w1,W4,m1,U1
    set noautoindent
    set cindent
endf

function _SwitchIndent(filename)
    if match(a:filename, ".scm$") == -1
        call SetCIndent()
    else
        call SetLispIndent()
    endif
endf

command SwitchIndent call _SwitchIndent(expand("%"))
if !exists("autocommands_loaded")
    let autocommands_loaded = 1
    autocmd BufRead * SwitchIndent
endif

Name: Anonymous 2008-09-29 13:04

>>51
mzscheme-qf.vim:
set tabstop=4
set textwidth=80
set pt=<F9>
set tags=tags;.
set number
set numberwidth=4
let b:is_mzscheme=1
run mzscheme-qf.vim
sy on

function SetLispIndent()
    set nocindent
    set autoindent   
    set lisp
endf

function SetCIndent()
    set nolisp
    set cino=>4,=0,l1,b1,h0,(0,w1,W4,m1,U1
    set noautoindent
    set cindent
endf

function _SwitchIndent(filename)
    if match(a:filename, ".scm$") == -1
        call SetCIndent()
    else
        call SetLispIndent()
    endif
endf

command SwitchIndent call _SwitchIndent(expand("%"))
if !exists("autocommands_loaded")
    let autocommands_loaded = 1
    autocmd BufRead * SwitchIndent
endif

Name: Anonymous 2008-09-29 13:06

>>46
ಠ_ಠ

Name: Anonymous 2008-09-30 2:34

<MrVacBob> the worst part about eclipse is having to tell your parents you use a program written in java

Name: Anonymous 2008-09-30 7:27

>>54
I love MrVacBob-sama.

I should start hanging out in #4chan more.

Name: Anonymous 2008-09-30 7:47

>>55
Homosexuality does this sometimes. You should get yourself checked by a doctor just in case.

Name: Anonymous 2008-09-30 21:05

I love MrVacBob-osama.

Fuck off with your crazy moon language.

Name: Anonymous 2009-05-18 14:44

>>17
Stop calling me a faggot, faggot.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List