From 13628e4bce7a16813481af92f636596e5288712f Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Fri, 26 Jun 2015 23:08:23 +0200 Subject: [PATCH] Added reference to the QtCreator plugin --- Editor-Support.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index 1313b7f..f8f8ad5 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -86,4 +86,14 @@ https://github.com/PhilipWitte/NimKate ### TextMate -Available from the bundle installer in preferences ([repository](https://github.com/textmate/nim.tmbundle)). \ No newline at end of file +Available from the bundle installer in preferences ([repository](https://github.com/textmate/nim.tmbundle)). + +### QtCreator +https://github.com/filcuc/NimQtCreatorPlugin + +QtCreator plugin that supports: + +* Syntax highlighting +* Indentation +* Project management (build/run configuration) +* Debug with gdb