For some reason, when building in Visual Studio it decides to put out two PDBs: a partial PDB fil…
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…
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. …
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…
Hi all,
Whenever I try to put "" or '' in my 4coder editor on Mac it doesn't register the input,…
I have a surface book that has the same problem.
There are two reliable ways to fix it,
1. In …
I love this editor!
However, on my Windows 8.1 high-dpi screen, 4coder is too small to use. I've …
How would you go about using say Chipmunk2D with CToy, or is there another C physics engine that …
I know the thread is old, but I wanted to thank you for CToy.
It reminds me of my first days of p…
It probably has to do with debug information than compiler. I'm guessing RemedyBG supports only c…
I tried to run an executable compiled with gcc with no success.
Remedy runs the program but shows…
Whoops, that's exactly it. Compiling with 64bit flag fixed it.
Thanks!
Thanks much. I got your email Krzysztof. I'll take a look!
Hey George,
I've updated to 19.16.27026.1 and I'm still getting a crash when trying to break on …
Thank you Martins, SDL source is indeed very informative. At times however, I find it a bit diffi…
Hey,
I have HTTPS Everywhere setup (installed a few minutes ago as I just learned about it), and…
According to the documentation:
Newer clients are encouraged to switch to the generic event (evd…
I personally in this kind of situations go to libSDL or glfw source code to check what they do.
…
I am interested in reading gamepad input, specifically a gamepad with the layout of a wired xbox …
I think the font are rendered differently, it was pixel perfect; looks anti-aliased now:
Awesome, I'll look into that :)
Thanks Simon. Dear ImGui is designed to work along side a game loop. However, I didn't want Remed…
I see, thanks a lot for clearing it up :)
mapid_default_code_map is used by files with the extensions specified in the config.4coder file. …
Thanks, that works great :D
I'm wondering though I have this
1
2
3
4
5
6
7begin_map(context, map…
mapid_file is for text file, not code. Try with default_code_map instead.
I have a weird bug where only part of a source panel is updated when scrolling.
Here is a video,…