Re-write Code::Blocks template to work on Linux and Macos (#2073)

* update code::blocks example to support linux

* add macos support

* update screenshot

* update templates readme
This commit is contained in:
Richard Smith 2021-10-19 18:50:21 +01:00 committed by GitHub
parent ae7127232d
commit 8e599908d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 124 additions and 40 deletions

View file

@ -7,7 +7,7 @@ IDE | Platform(s) | Source | Example(s)
[4coder](http://4coder.net/) | Windows | ❌ | ✔️
[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | ❌ | ✔️
[CMake](https://cmake.org/) | Windows, Linux, macOS | ✔️ | ✔️
[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux | ❌ | ✔️
[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux, macOS | ❌ | ✔️
[Geany](https://www.geany.org/) | Windows, Linux | ✔️ | ✔️
[Notepad++](https://notepad-plus-plus.org/) | Windows | ✔️ | ✔️
[SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | ✔️ | ✔️