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.
x13pixels
For some reason, when building in Visual Studio it decides to put out two PDBs: a partial PDB fil…
»
x13pixels
The upcoming release has a more sensible error message for this. Thanks for answering Mārtiņš.
»
Jason
Oh wow, even after looking over it a few times I missed that part. I'm so used to using my own ma…
»
Simon Anciaux
You should try attaching a debugger to 4coder and see where it crashes. In your custom layer or i…
»
Jason
I'm still very new to 4coder and I'm currently trying to learn and implement some functionality. …
»
Joe Straitiff
I created a quick ruby script to parse the .index files and turn them into srt files to load into…
»
khrob
G'day Ted, I just registered here so I could say thanks and great work on these articles! They…
»
Henry Migo
Hi all, Whenever I try to put "" or '' in my 4coder editor on Mac it doesn't register the input,…
»
simon sutherington
I have a surface book that has the same problem. There are two reliable ways to fix it, 1. In …
»
Robert Herman
I love this editor! However, on my Windows 8.1 high-dpi screen, 4coder is too small to use. I've …
»
Robert Herman
How would you go about using say Chipmunk2D with CToy, or is there another C physics engine that …
»
Robert Herman
I know the thread is old, but I wanted to thank you for CToy. It reminds me of my first days of p…
»
Mārtiņš Možeiko
It probably has to do with debug information than compiler. I'm guessing RemedyBG supports only c…
»
davidoro
I tried to run an executable compiled with gcc with no success. Remedy runs the program but shows…
»
davidoro
Whoops, that's exactly it. Compiling with 64bit flag fixed it. Thanks!
»
x13pixels
Thanks much. I got your email Krzysztof. I'll take a look!
»
Krzysztof
Hey George, I've updated to 19.16.27026.1 and I'm still getting a crash when trying to break on …
»
JimAitken
Thank you Martins, SDL source is indeed very informative. At times however, I find it a bit diffi…
»
CalPhorus
Hey, I have HTTPS Everywhere setup (installed a few minutes ago as I just learned about it), and…
»
David Butler
According to the documentation: Newer clients are encouraged to switch to the generic event (evd…
»
Mārtiņš Možeiko
I personally in this kind of situations go to libSDL or glfw source code to check what they do. …
»
JimAitken
I am interested in reading gamepad input, specifically a gamepad with the layout of a wired xbox …
»
Simon Anciaux
I think the font are rendered differently, it was pixel perfect; looks anti-aliased now:
»
albatros
Awesome, I'll look into that :)
»
x13pixels
Thanks Simon. Dear ImGui is designed to work along side a game loop. However, I didn't want Remed…
»
Stromberg
I see, thanks a lot for clearing it up :)
»
Simon Anciaux
mapid_default_code_map is used by files with the extensions specified in the config.4coder file. …
»
Stromberg
Thanks, that works great :D I'm wondering though I have this 1 2 3 4 5 6 7begin_map(context, map…
»
Simon Anciaux
mapid_file is for text file, not code. Try with default_code_map instead.
»
Simon Anciaux
I have a weird bug where only part of a source panel is updated when scrolling. Here is a video,…
»