Poll

???

First Option
12 (48%)
Second Option
10 (40%)
Third Option
2 (8%)
Fourth Option
1 (4%)

Total Members Voted: 25

Author Topic: Which of these looks most appealing to work with?  (Read 1020 times)

Ive always liked Notepad++.

Why don't you decide for yourself? We're not going to be the ones spending our time staring at it.

This thread isn't for my decision. I'm already using Sublime Text (first one) on my laptop locally, and Vim via putty.

This thread isn't for my decision. I'm already using Sublime Text (first one) on my laptop locally, and Vim via putty.
vim vim vim vim vim YES WE NEED MORE VIM
PLEASE VIM
ok enough vim love i love you all okay

NiXiLL pls teach me how to make vim look nice

NiXiLL pls teach me how to make vim look nice
use powerline! :3
(also don't forget to use pathogen or vundle and ultisnip is a good plugin)

I use Sublime Text. I like it, it's sleek. I don't know how to code really, though. I'm still learning - I know know how a basic function works, and how to prevent it from being spammed on a  server!

I use Sublime Text. I like it, it's sleek. I don't know how to code really, though. I'm still learning - I know know how a basic function works, and how to prevent it from being spammed on a  server!
Code: [Select]
function limit(delay, f) {
    var last = 0;
    return function() {
        var args = Array.prototype.slice.call(arguments);
        if(last + delay > Date.now()) {
            return;
        }
        else {
            last = Date.now();
            return f.apply(this, args);
        }
    };
}

var throttledfunc = limit(1000, function() {thing();});

The second and third ones look best to me but whatever you prefer dude. It's you doing the working and whatever you like best just use that

The second and third ones look best to me but whatever you prefer dude. It's you doing the working and whatever you like best just use that
but vim is obviously the best
you can almost smell the code
hear the code
touch the code
caress the code
fondle with the code
have love with the code
interject on the code
mmmmm

No no no, I know how to do it in Torquescript. Vaguely.

No no no, I know how to do it in Torquescript. Vaguely.
that's not torquescript :o


but vim is obviously the best
you can almost smell the code
hear the code
touch the code
caress the code
fondle with the code
have love with the code
interject on the code
mmmmm
why am I LAUGHING