DevLink 2009

Another year, another DevLink.

DevLink Jerseys for 2 years

Highlights

  • Tweets about me moving the ship from Jim Holmes and Leon. I am here to do epic battle with Microsoft, so their tweets me the world to me.
  • Telling my Uncle Jimmy stories one night at the bar. I so have to go into standup comedy.
  • Setting Leon up for that spike about “well get a better compiler” in the Deep Fried Bytes podcast
  • Meeting the nature boy rick flair
  • I discovered PockeTwit for the Windows Mobile phone
  • And of course Open Spaces more on that below.

Open spaces

I really liked Jeff’s puzzle one, because I got to have a childhood moment about the NES game Shadowgate. I might actually have to buy (another) Super NES now.

I really liked getting to use a projector during the open space i proposed on agile development. I was happy to see others stand up and start using the whiteboard to describe their agile processes, despite . It was nice that I was able to share what I wanted to share, but learn stuff from others (the Honda agile approach with swim lanes and what goes in and out. We don’t do this quite this visually in the CodePlex team, but there is a notion that this is happening in our releases).

Happy Open Space attendees

Alan Stevens in Opening Circle

Lowlights

  • The conference wasn’t long enough for me =D I only get to see these folks twice a year, maybe 3 times if I’m really fortunate. I only got 3-4 hours a sleep (and this was after a red-eye) because I wanted to max hour the time I got to hang with everyone.
  • I wished I had submitted a talk called “How To Program Manage an Agile Team” I’ll definitely submit for CodeMash

How to trick Visual Studio to not show line numbers for blank lines?

Going through my folder of my blog “contact me” emails, I came across this question. I like tricking Visual Studio into doing things, so I thought I’d share.

Is there a way to display only line number of coded lines, i.e. don’t number blank lines? Numbered blank lines makes showing code in powerpoint decks hard to follow.

Here’s the screenshot of what could go into your powerpoint deck.

line numbers only on real lines of code

To do this,

  1. Enable Word Wrap (Tools Options – Text Editor – All Languages – General)
  2. At the end of the first real line (like #28 above), start inserting white space until it goes off the screen. Note the Word Wrap glyph.
  3. Turn off the Word Wrap glyph (same place as in step 1) and Turn off “View White Space” (Edit – Advance – View White Space)

Here’s what the hack really looks like

what hack looks like using visible white space

Sorry, this isn’t the start of a new VS tip series. Just wanted to share some q&a that have come in through my blog.

Technorati Tags: VS2005Tips,VS2008Tips