eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.09k stars 448 forks source link

[Bug][Docs]: Trailing spaces makes confusing and failure to install wxWidgets #3294

Closed Wohlstand closed 6 months ago

Wohlstand commented 6 months ago

What happened?

In the docs/wxWidgets/repo321.md (and others too), I got the confusion: because of trailing spaces after some of \ character in the apt install command example, I got a confusion when installing wxWidgets. That was lead "package not found" and "invalid command" errors on attempt to run such command. Please remove trailing spaces from these blocks to don't confuse newbiews who copying the example commands and attempts to run it. It's absolutely non-intuitive reason of error, I found it accidentally after investigating the source of error by browsing the repository itself via HTTP.

Operating system

Linux

dghart commented 6 months ago

Thank you for reporting this. It's now fixed for the last few releases.