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

POST YOUR SYNTAX HIGHLIGHTING STYLE

Name: OP !!s15PQp1KDxpnAmH 2007-07-23 21:40 ID:Gh0XGG7m

/prog/rammers, what does your typical code window look like?

Name: Anonymous 2007-07-24 8:42 ID:B9+u7Eh7

Name: Anonymous 2007-07-24 8:54 ID:hJhR6/Dw

>>41
Engrish

Name: Anonymous 2007-07-24 9:06 ID:Heaven

Name: Anonymous 2007-07-24 9:10 ID:Heaven

>>23
>>5 is dejavu sans mono, which totally kicks ass.
just in case you were wondering.

Name: Anonymous 2007-07-24 9:14 ID:u4P5zDN9

>>38
Well.. yes, but that doesn't mean I like it.

>>39
Verbatim? Like that floppy disk manufacturer or what? I don't get it.

>>40
Yes, about that.. I'm just playing around, recently started to read "Teach Yourself Scheme in Fixnum Days", so that can't rally be counted as active use.

Name: Anonymous 2007-07-24 9:21 ID:heFFigDF

>>45

"Verbatim" means an exact copy, and comes from Latin.

Name: Anonymous 2007-07-24 9:23 ID:2IHnDrTJ

Name: Anonymous 2007-07-24 9:24 ID:u4P5zDN9

>>46
And "verbatim code"? What does that mean?

Name: Anonymous 2007-07-24 9:29 ID:hJhR6/Dw

>>48
Spoppy kasta

Name: Anonymous 2007-07-24 9:29 ID:heFFigDF

>>48

No idea. He probably meant "verbose".

Name: Anonymous 2007-07-24 9:48 ID:Heaven

Name: Anonymous 2007-07-24 10:27 ID:tdIIti1M

>>37
lol

Name: Anonymous 2007-07-24 10:28 ID:Heaven

>>51
your font sucks.

Name: Anonymous 2007-07-24 10:34 ID:heFFigDF

I think that an IDE (or lack thereof) can make a considerable impact on the day-to-day development. Consider writing C# code in Notepad versus Visual Studio. Yes, that might be an extreme example, but I've worked in environments where crappy editors become bumps in the road that slow down the daily work and increase the number of "stupid" error that are otherwise caught by the smart IDE editor. Colour syntax highlighting, auto-formatting, things like refactoring method names, etc. Those things might be blips on the radar to some but having good tools makes the real "work" more efficient and less error-prone. I used vi, vim, gvim, nedit and SlickEdit when I did development for Unix and hands down SlickEdit won simply because I was able to let the smart editor clue me in on the stupid typos and such that I made. With Visual Studio, I save TONS of time being able to find references quickly, do some refactoring with a couple of clicks, build and see build errors within the editor, etc. Certainly having a great IDE isn't going to save a project that lacks one or more of the other items mentioned, but having one certainly can save a company money, particularly if the programmers are making use of the features it offers.

Name: Anonymous 2007-07-24 11:00 ID:8SnMJqb6

Name: Anonymous 2007-07-24 11:11 ID:Heaven

>>55

Hahaha, that is absolute genius!

Name: Anonymous 2007-07-24 12:17 ID:Heaven

>>55
Of course that doesn't compile, it should be 'java.util.*' (in fact, you don't even need to import anything). And main takes a String[].

Name: Anonymous 2007-07-24 12:32 ID:Qu45HF4f

This is a full-screen capture of how I do it:

http://img238.imageshack.us/img238/5964/sssm0.png

Font is my own modified version of Lucida Console BTW. It features decent "i" and "l", traditional "*", and properly aligned *-+>:etc symbols.

Now I'll critique everybody else:

>>2,41
Nice, perhaps a bit too much contrast

>>5,9,13,20,37
Staring at a light bulb 8 hours a day makes my eyes bleed, quit the white background jesus fucking christ.

>>9,20,43
Fugly colours, background colours are best kept for very important things

>>24
Nice, if a bit dark.

>>28
Nice colours, but I hate bold and that's not an Unicode font

>>31,35
Fugly colours and bloated interface

>>55
Win

I like >>24 best.

Name: Anonymous 2007-07-24 12:51 ID:8vFbL6i0

OK, here's my home setup, pretty much sames as at work, but decent fonts and pretty code.

http://img258.imageshack.us/img258/2857/eqtildernrbziptu5.png

gvim & gnome-terminal & epiphany, couldn't wish for more. <3

Name: Anonymous 2007-07-24 13:23 ID:2IHnDrTJ

>>59
Don't Ruby to do a Perl scripts job.

Name: Anonymous 2007-07-24 13:25 ID:tdIIti1M

>background colours are best kept for very important things
please elaborate. i call bullshit. or opinions.

also perl>python

Name: Anonymous 2007-07-24 14:29 ID:US+38A1s

My code window: (((((((((((((((lambda x (lambda x x ) y (lamdba x) ((((((((((((()))))))))))))()())))))))))))))))))))))(((((((((((((((((((((((((())))))))))))))))))))))))))))))))))))))

Is my next-gen game engine (EXPERTLY-PROGRAMMED).

Name: OP !!s15PQp1KDxpnAmH 2007-07-24 14:39 ID:gep3D44D

you guyz need moar Lisp, and more interactive EXPERT programming.

http://img258.imageshack.us/img258/1230/moarlispld0.png

Name: Anonymous 2007-07-24 15:46 ID:2IHnDrTJ

>>63
That looks like pythons with brackets.

Enjoy your shit.

Name: Anonymous 2007-07-24 17:07 ID:HXZV4stD

Name: Anonymous 2007-07-24 17:41 ID:dljhK6qj

>>24
Want.
Identify please.
Also post config file if handy please.

Name: Anonymous 2007-07-24 17:45 ID:Heaven

>>66
it's ust a :set ruler and a :set hi and a :set numbers
im not >>24 but i can tell.
ffs

Name: Anonymous 2007-07-24 18:21 ID:Heaven

>>66

Colorscheme was pasted by anonymous in another thread, so thanks to him/her.

colors: http://pasta.dagur.com/p/1184875093
vimrc: http://pasta.dagur.com/p/1185315402

>>67
Pretty much.
Plus some autocmd magic to resume editing on the same line as when I last quit vim. And binding double-tap ii to esc, which is kind of nice.

Name: Anonymous 2007-07-24 18:36 ID:2IHnDrTJ

Name: Anonymous 2007-07-24 18:41 ID:Heaven

>>69
kind of want. could you paste it?

Name: Anonymous 2007-07-24 18:43 ID:Heaven

>>67
>>68
Saved. Thanks.

Name: Anonymous 2007-07-24 18:47 ID:Heaven

>>69
bleh, having a shitload of ----->'s is more confusing than helpful.

Name: Anonymous 2007-07-24 18:54 ID:Heaven

Name: Anonymous 2007-07-24 19:33 ID:gep3D44D

>>69
dude, those arrows look gay. even programmer's notepad is better for seeing indentation:

http://img466.imageshack.us/my.php?image=thingzr9.png

Name: Anonymous 2007-07-24 19:40 ID:idnnyehs

All these are shit next to Textmate, it supports alpha transparency in syntax colours

Name: Anonymous 2007-07-24 19:43 ID:gep3D44D

>>75
give me an example of where alpha transparency is useful and worth boasting about

Name: Anonymous 2007-07-24 20:14 ID:Heaven

>>74
$list = "";
lol web developers.

Name: Anonymous 2007-07-24 20:36 ID:Heaven

>>77
error_reporting(E_ALL);
lol code practices

Name: Anonymous 2007-07-25 8:47 ID:EynsCvmw

hi ther

Name: Anonymous 2007-07-25 9:58 ID:TWOhmU+k

disable_goto(GOTO_CONSIDERED_DANGEROUS);
lol internet

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