Skip to content

Commit 613895c

Browse files
committed
Merge pull request #43 from misto/patch-1
Update entry on Cevelop
2 parents b28ae0e + e3da497 commit 613895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Both of these tools from [JetBrains](https://www.jetbrains.com/cpp/) offer some
144144

145145
### Cevelop
146146

147-
The [cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available.
147+
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.
148148

149149
### Qt Creator
150150

0 commit comments

Comments
 (0)