A Real Hacker’s IDE

We don’t use a GUI IDE, but if we did, it would most certainly be something along the lines of [Martin]’s embedded-IDE project. We’ve always felt that most IDEs are just fancy wrappers around all the tools that we use anyway: Makefiles, diff, git, ctags, and an editor. [Martin]’s project makes them less fancy, more transparent, and more customizable, while retaining the functionality. That’s the hacker’s way — putting together proven standard tools that already work.

The code editor he uses is QScintilla, which uses clang for code completion. The “template” system for new projects? He uses …read more

Continue reading A Real Hacker’s IDE

New Word Editor Feature Proves its Worth

New Word Editor

It’s hard to think of new features for an application like Word that has been around for so long. Adding something that nags the user to be more precise and concise wouldn’t seem like it would be popular, but I rather like the new “Editor” feature. And providing more context in spell checking is a good thing too!

The post New Word Editor Feature Proves its Worth appeared first on Petri.

Continue reading New Word Editor Feature Proves its Worth