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.
Asaf Gartner
I'd say that libraries are largely for doing things that are outside your domain of expertise. Ho…
»
Trevor Nagel
Thank you for trying out the demo and taking the time to report these issues, I really appreciate…
»
ratchetfreak
If a library solves your problem, go ahead and use it. Libraries tend to be more robust than you…
»
Mikael Johansson
All large, sane projects uses some kind of abstraction, even if that abstraction is just a C-comp…
»
Jason
I've been working with a library for my recent project and have ran into a few issues. I believe …
»
»
Simon Anciaux
There aren't default bindings for opening, closing panels and reloading the themes. If you have a…
»
kepler425b
In the documentation I couldn't find a keybind to open and close a panel. Also is there a shortcu…
»
nakst
If I have the code: 1 2 3 4 5 6 7 8 9 10 init_a_thingy(thingy_ctx, "Foo", …
»
Simon Anciaux
I just tried it but unfortunately it doesn't recognize my keyboard layout and I can't use the usu…
»
Casey Muratori
Mr4thDimentionif the core is always storing events, it will allow for arbitrarily overlapped reco…
»
Casey Muratori
In Emacs, keyboard macros allowed you to switch between views, and this was in fact crucial for i…
»
nj
I've used my own macro system inside of 4coder many times for complex search & replace and/or…
»
Allen Webster
Hmm, this is all really interesting and useful so far. Thinking about it, another couple of ques…
»
ratchetfreak
When doing macros it would be nice if 4coder could spit out code that you can use to implement an…
»
Manuel Maier
Hi there, I've filed a new "feature suggestion" with Microsoft to add an option that would allow…
»
itzjac
Very late to the discussion, I have waited an episode to go through all this. Thank you so much …
»
itzjac
Thank you rationalcoder, I think is very close to what I was asking for. I will definitely retur…
»
Casey Muratori
Emacs also allowed you to use "registers" for this purpose. I am not sure whether or not I think…
»
Trevor Nagel
Thanks for the interest Lares, the engine runs with a fixed time step that keeps it locked to 60 …
»
nj
I'd just want to point out that vim solved copying or pasting during a macro by letting the user …
»
joe513
Nice, thanks for adding it! Its getting harder to justify my printf() debugging now :)
»
albatros
Here is the compulsory emacsian equivalent : 1 2 3 4 5 6 7 8 9 10 11(defun codeClapRunT…
»
LaresYamoir
This is a really cool demo. I only played around a little bit with webgl/emscripten myself, maybe…
»
LaresYamoir
This looks really good, especially with the painting on the floor while running around. So from w…
»
spx
This is really cool, well done! I probably have to make the argument parsing part of the soon-to…
»
Casey Muratori
The problem with multiple cursors is that it is not repeatable. So you want keyboard macros eith…
»
albatros
Very very nice :D Thanks for sharing !
»
Miles
mmozeikoThe problem with splitting files in many TUs is that compiler needs to do a lot of redund…
»
joe513
With the release of version 0.6 I took advantage of the additional command line arguments and add…
»