Italo —
Let me preface this by saying that I understand that OOP practices are not cache-friendly since th…
Anders —
I'm following along right now! It's great and my own personal development as a programmer has sped…
The way graphics apis have evolved since the 90's also tells a lot. It used to be a lot of separat…
Guntha —
Hello, Mike Acton joined Unity at the end of last year, and Unity has recently provided users to c…
This is a common line of argument when discussing a popular approach vs. a less-popular approach. …
Hi, i recently had a conversion with a group of developers and we got into the topic of data-orien…
Jason —
I think this really stood out for me. I read an article that said it is often best to only use li…
I'd say that libraries are largely for doing things that are outside your domain of expertise. How…
Thank you for trying out the demo and taking the time to report these issues, I really appreciate …
If a library solves your problem, go ahead and use it. Libraries tend to be more robust than your …
All large, sane projects uses some kind of abstraction, even if that abstraction is just a C-compi…
Jason —
I've been working with a library for my recent project and have ran into a few issues. I believe t…
There aren't default bindings for opening, closing panels and reloading the themes. If you have ac…
In the documentation I couldn't find a keybind to open and close a panel. Also is there a shortcut…
nakst —
And if I want to turn it into this code: Then I have a fairly basic use case for a macro system.…
I just tried it but unfortunately it doesn't recognize my keyboard layout and I can't use the usua…
One feature I've kind of been dreaming about in 4coder was if it was always recording, you could …
In Emacs, keyboard macros allowed you to switch between views, and this was in fact crucial for im…
nj —
I've used my own macro system inside of 4coder many times for complex search & replace and/or rest…
Hmm, this is all really interesting and useful so far. Thinking about it, another couple of quest…
When doing macros it would be nice if 4coder could spit out code that you can use to implement and…
Hi there, I've filed a new "feature suggestion" with Microsoft to add an option that would allow u…
itzjac —
Very late to the discussion, I have waited an episode to go through all this. Thank you so much mm…
itzjac —
Thank you rationalcoder, I think is very close to what I was asking for. I will definitely return …
Emacs also allowed you to use "registers" for this purpose. I am not sure whether or not I think …
Thanks for the interest Lares, the engine runs with a fixed time step that keeps it locked to 60 f…
nj —
I'd just want to point out that solved copying or pasting during a macro by letting the user copy…
joe513 —
Nice, thanks for adding it! Its getting harder to justify my printf() debugging now :)
Here is the compulsory emacsian equivalent : (defun codeClapRunToMain () (interactive) (compile "…