<lavaflow>
johnjay: I also have a habit of working things out after I express my confusion with language
<lavaflow>
here is what I've more or less settled on. needs some tweaking and cleanup, but it basically works: http://pasterack.org/pastes/56340
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
pie___ has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
pie__ has quit [Ping timeout: 246 seconds]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
dddddd has quit [Remote host closed the connection]
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
keep_learning_M has quit [Quit: Leaving]
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
lockywolf has joined #racket
caltelt_ has quit [Ping timeout: 250 seconds]
keep_learning_M has joined #racket
endformationage has quit [Quit: WeeChat 2.4]
sauvin has joined #racket
lockywolf has quit [Remote host closed the connection]
buyfn has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
pera has quit [Ping timeout: 246 seconds]
libertyprime has quit [Quit: leaving]
buyfn has quit [Quit: buyfn]
tsizz has quit [Quit: Page closed]
buyfn has joined #racket
buyfn has quit [Quit: buyfn]
pie__ has joined #racket
pie___ has quit [Read error: Connection reset by peer]
mSSM has joined #racket
caltelt_ has joined #racket
widp_ has joined #racket
vraid has joined #racket
widp_ has quit [Ping timeout: 246 seconds]
caltelt_ has quit [Ping timeout: 268 seconds]
ym555_ has joined #racket
fmu has joined #racket
fmu_ has quit [Ping timeout: 245 seconds]
fmu_ has joined #racket
fmu has quit [Ping timeout: 272 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
iyzsong has joined #racket
selimcan has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #racket
widp_ has joined #racket
ym555_ has quit [Ping timeout: 250 seconds]
dddddd has joined #racket
iyzsong has quit [Ping timeout: 250 seconds]
ym555_ has joined #racket
YuGiOhJCJ has joined #racket
jao has joined #racket
notzmv has quit [Remote host closed the connection]
ubLIX has joined #racket
pera has joined #racket
tsizz has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
widp_ has quit [Ping timeout: 245 seconds]
Sgeo_ has joined #racket
Sgeo has quit [Ping timeout: 255 seconds]
endformationage has joined #racket
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 245 seconds]
ubLIX has quit [Quit: ubLIX]
tsizz has quit [Quit: Page closed]
pera has quit [Ping timeout: 244 seconds]
pera has joined #racket
endformationage has quit [Quit: WeeChat 2.4]
badkins has quit []
badkins has joined #racket
widp_ has joined #racket
_apg has joined #racket
widp_ has quit [Ping timeout: 250 seconds]
vraid has quit [Quit: Leaving]
ym555_ has quit [Quit: leaving...]
ym555 has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
pera has quit [Remote host closed the connection]
efm has quit [Remote host closed the connection]
efm has joined #racket
sauvin has quit [Remote host closed the connection]
pera has joined #racket
hjek has joined #racket
aeth has quit [Read error: Connection reset by peer]
aeth has joined #racket
widp_ has joined #racket
q9929t has joined #racket
hjek has quit [Ping timeout: 250 seconds]
endformationage has joined #racket
selimcan has quit [Remote host closed the connection]
Fare has joined #racket
libertyprime has joined #racket
widp_ has quit [Quit: WeeChat 2.1]
FreeFull has joined #racket
Fernando-Basso has joined #racket
Fare has quit [Ping timeout: 255 seconds]
<zenspider>
lavaflow: what are you using for an editor? it isn't drracket. I'm asking because the indentation is inconsistent between define/public and define/override and am wondering why
<lavaflow>
good catch. I'm using vim and my racket.vim syntax file is currently broken
<lavaflow>
(it ommits define/override. I've been meaning to fix it but havent' gotten around to it.)
<zenspider>
I'm torn on indentation styles. Often I like hanging the value off to the right, but I don't like that huge swath in your gui code. it's too deep... not sure how to come up with a consistent style tho.
widp_ has joined #racket
<lavaflow>
yeah, I agree it's too deep
<lavaflow>
the overrides should be formatted like the define/public, which should save space. and knocking (class canvas%... onto the next line should save even more