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.
ratchetfreak
JoystickThanks for the great source of information homie, I'll definitely check it out! And what…
»
Joystick
Thanks for the great source of information homie, I'll definitely check it out! And what would y…
»
forrestthewoods
I was able to download the new versions. Thanks for checking in!
»
Ryan Fleury
Some others in the community might do a much better job of explaining this than I can (and they m…
»
x13pixels
Change log for RemedyBG 0.2.1.0. * Now allow referencing registers (RAX, RSP, EAX, AL, etc.) in…
»
SIMPalaxy
It's probably more trouble than it's worth. I believe there is a way to use a gcc cross-compiler …
»
Jackson
Thanks Allen, I'll await the next release then.
»
Joystick
Thanks for your thorough input homie! Let's say that I want to be able to follow Casey's series …
»
Timothy Barnes
In general any possible app or web service can be written in C. However, I cannot guarantee that …
»
Joystick
What's shakin' homies! I've been wondering for a while now if I can use C to create things other …
»
AlexKindel
I had previously only ever taken the "call the language's default dynamic allocator whenever I wa…
»
Allen Webster
Not easily. You'd have to change a lot of stuff deep inside the "standard" customization stuff w…
»
Jackson
Hi All, - I have file A open in both panels 1 and 2 - I change the active buffer in panel 1, to …
»
Jackson
Thanks for sharing!
»
Allen Webster
Another way to confirm that your config file is parsing as you expect is to read the *messages* b…
»
x13pixels
A lot of people have requested that the bug/feature reports for RemedyBG be put in a public track…
»
x13pixels
For the record, this problem was addressed in 0.2.0.1. Thanks to Chen for helping me track this d…
»
x13pixels
@forrestthewoods: Were you able to download the latest version of RemedyBG. Is this still a probl…
»
Tucker Kolpin
Also if something is typed incorrectly in the config file 4coder will use a default setup so make…
»
sudo459
This is actually the method I ended up deciding on. It seems easiest for at least how I want to u…
»
Simon Anciaux
Another way is to let the user provide a custom allocator if they want to. Your link list functio…
»
Simon Anciaux
It isn't possible at the moment.
»
Simon Anciaux
To change the indentation you need to disable virtual whitespace. In the config file: 1enable_vi…
»
Sander Boer
Hi, I was wondering if I could extend the theme ? For instance I would like to color the CPP_TOK…
»
Sander Boer
YOINK! thanks, works nicely. S
»
Sander Boer
Hi, I like my indent width to be 2, but this does not seem to work. Neither if I set it to 8 or …
»
CodyCoderson
Thanks, that was very helpful. I'm not sure why I didn't think it was possible to write the state…
»
Ryan Fleury
Hmm, I think there are probably many ways you can approach this. My first approach would be to ha…
»
CodyCoderson
First let me say that I'm new to programming, so if I'm asking stupid questions, sorry. I've bee…
»
Blake Martin
I often that the intrusive approach that rachetfreak mentioned is the simplest. It can consume ex…
»