We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mikael Johansson
I live in Sweden, and am unemployed, so I do not know how much help this will be, but here, the on…
»
Brian
Greetings! When in the process of talking with a prospective employer, when should one bring up no…
»
pragmatic_hero
So far I've come up with a "hypothesis" that if - scanning left to right - an identifier has a ope…
»
Sander Boer
Hi, I found casey's harebrained scheme to lighting refreshing and I am always on the lookout for l…
»
Ginger Bill
To solve this issue, you will probably need to actually parse C. This is not that difficult but C …
»
pragmatic_hero
I'm adding some extras to basic meta-programming for C, and I can't come up with a simple, but fai…
»
Andras Koczka
I have sent the details. Also the autosaving now works perfectly, thanks a lot :)
»
Allen Webster
Huh yep that's a bug. I usually ignore the text indenting system these days since I just use code…
»
Andras Koczka
I have set enable_code_wrapping to false and DEF_TAB_WIDTH to 2, but it still uses the 4 wide inde…
»
Allen Webster
You are definitely making some of the most epic customizations I've ever seen!
»
Allen Webster
That sounds like you've got the "code wrapping" which automatically displays the code as if it had…
»
Siew Yi Liang
I know this is a bit of an old post, but I found exactly what the OP was looking for: a Dash/Veloc…
»
David Butler
#define cro_make_string(_name, _size) char _ ## _name ## _space[_size] = ""; String _name = {.st…
»
Andras Koczka
Hi Allen, I tried to set DEF_TAB_WIDTH to 2 (on version 4.0.20) but everything still looks the sam…
»
»
Ray
Thank you very much for your feedback! :D About the font, I use the default font that comes embedd…
»
David Butler
Im continuing the work of porting over all my emacs custom config stuff over to 4coder: } [/code…
»
pragmatic_hero
Iphone happened. Smartphones & tablets happened. ARM happened. I'm sure there were handful of "oh…
»
Simon Anciaux
I found . For the difference between the functions, you can search for them in stb_truetype.h and …
»
r2d2
I've played around with half-pixel offsets. It has fixed the clipping issue, thank you, skye_r! Di…
»
x13pixels
Thanks Stewart.
»
Flyingsand
I remember reading somewhere that coroutines were proposed for C++17. Not sure what the status is …
»
Jeroen van Rijn
Nice to see that raylib's joining the imgui bandwagon :) I really enjoy the dark theme's choice of…
»
Andrew Chronister
That default font is a little too thin and blocky IMO, for a default style you might want to go wi…
»
Ray
Some years ago I started developing a simple IMGUI module for raylib, inspired by Unity IMGUI, it …
»
Allen Webster
It seems that it has been a while since there was a 4coder update, but there has been plenty of pr…
»
Mikael Johansson
I worked briefly at a company (my only real programming job) that used Qt and even QML for the sof…
»
Stewart Henderson
Very cool project!
»
Asaf Gartner
This works for me: It's fairly easy to do if you keep a log file open in a text editor at all tim…
»
Matt Mascarenhas
»