4coder receives stderr and stdout, so what you could probably do is just this:
Zero —
This would only be a windows thing and I don't know if this feature is as good / helpful as I am t…
Suppose a virtual memory linear arena would suffice for all of one's heap allocation needs. Would …
And what would you say about web development in C? Where do I even start, and how efficient would…
Thanks for the great source of information homie, I'll definitely check it out! And what would you…
I was able to download the new versions. Thanks for checking in!
Some others in the community might do a much better job of explaining this than I can (and they mi…
Change log for RemedyBG 0.2.1.0.Now allow referencing registers (RAX, RSP, EAX, AL, etc.) in the w…
It's probably more trouble than it's worth. I believe there is a way to use a gcc cross-compiler f…
Thanks Allen, I'll await the next release then.
Thanks for your thorough input homie! Let's say that I want to be able to follow Casey's series on…
In general any possible app or web service can be written in C. However, I cannot guarantee that e…
What's shakin' homies! I've been wondering for a while now if I can use C to create things other t…
I had previously only ever taken the "call the language's default dynamic allocator whenever I wan…
Not easily. You'd have to change a lot of stuff deep inside the "standard" customization stuff wh…
Hi All,I have file A open in both panels 1 and 2I change the active buffer in panel 1, to say the …
Another way to confirm that your config file is parsing as you expect is to read the messages buff…
A lot of people have requested that the bug/feature reports for RemedyBG be put in a public tracke…
For the record, this problem was addressed in 0.2.0.1. Thanks to Chen for helping me track this do…
@forrestthewoods: Were you able to download the latest version of RemedyBG. Is this still a proble…
Also if something is typed incorrectly in the config file 4coder will use a default setup so make …
This is actually the method I ended up deciding on. It seems easiest for at least how I want to us…
Another way is to let the user provide a custom allocator if they want to. Your link list function…
It isn't possible at the moment.
To change the indentation you need to disable virtual whitespace. In the config file:
Hi, I was wondering if I could extend the theme ? For instance I would like to color the CPP_TOKEN…
YOINK! thanks, works nicely. S
Hi, I like my indent width to be 2, but this does not seem to work. Neither if I set it to 8 or wh…
Thanks, that was very helpful. I'm not sure why I didn't think it was possible to write the state …