Formatting Your C++ Code the Easy Way

Everyone has his own coding style and dislikes everyone else’s. When you have to work with code written by other people, there’s a ton of it, and their coding style differs from yours in many ways, you have to do something.

As for Psi project, we in fact have some set of code style guidelines. But still sometimes we occasionally are looking at something that’s noticeably differs from our sense of perfection.

That’s where code beautifiers come into play.

(more…)

Qt Bundle for TextMate: Prerelease

UPDATE: I’ve put some stuff from my bundle to the official TextMate Bundle Repository. Now you could skip all this stuff and just use the GetBundle Bundle.

Long time, no posts, and truth to be said, I’ve been secretly working on Qt Bundle for TextMate all along, and now you can have your hands on it. Today I will discuss how to install it on your Mac. Description of what it actually does will follow, so explore it on your own and make suggestions.

(more…)

Productive Forum Posting

If you ever actively participated in heated forum debates, probably sometimes you ended replying to many points in original post, quoting bits of text. And then you sensed despair, because it was so hard to distinguish your text from original author — it all looked the same!.

Enter the world of productive forum posting.

(more…)