Alan Turing
Alan Turing

Reputation: 12571

Qt Mode for Emacs

What are you using to develop Qt code in Emacs, so that it's highlighted/indented properly?

This page explains an extension to CC mode, but it seems a little outdated. Since Qt is constantly evolving, is there a more up-to-date Qt mode available?

Upvotes: 2

Views: 2629

Answers (1)

Ernest Friedman-Hill
Ernest Friedman-Hill

Reputation: 81694

That page makes it pretty clear that the standard cc-mode packaged with GNU Emacs is supporting Qt extensions now; just make sure your cc-mode is up to date and you should be all set.

Upvotes: 6

Related Questions