From e3da49750d2fe1e60634173a05e2b6091f0d477c Mon Sep 17 00:00:00 2001 From: Mirko Stocker Date: Fri, 9 Oct 2015 10:06:34 +0200 Subject: [PATCH] Update entry on Cevelop @PeterSommerlad asked me to update the entry on Cevelop. --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 1e54ee0..361659b 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -144,7 +144,7 @@ Both of these tools from [JetBrains](https://www.jetbrains.com/cpp/) offer some ### Cevelop -The [cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available. +The Eclipse based [Cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available. For example, you can replace macros with C++ `constexprs`, refactor namespaces (extract/inline `using`, qualify name), and refactor your code to C++11's uniform initialization syntax. Cevelop is free to use. ### Qt Creator