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.
Jason
I just implemented a simple way to read a type name found under my cursor and display it's definit…
»
Simon Anciaux
To do that you generally use the working directory plus relative paths. For example if you can lau…
»
Jason
Okay, so after some testing I think that maybe the reason my struct definitions weren't being foun…
»
C_Worm
Hey! Im wondering if there is a way for my executable in my \build directory to find assets like t…
»
Mārtiņš Možeiko
0xc3 0xa3 in utf-8 is 0xe3. Seems that Remedy is passing unicode encoded in utf-8 which is not rea…
»
winnythefoo
I sort of got in the same boat, I followed along with a bunch of HMH a while ago and then got busy…
»
bzzr
While using Remedy I noticed that the strings given as arguments in the "Command Arguments" field …
»
Robert Ortner
So I have put my code for new views into the view_input_handle hook. There already was some view …
»
Michael_Flaherty
Looks like there's no hook for new view being active, there's 'HookID_ViewEventHandler' but I don'…
»
machinamentum
You can read the blog post here:
»
Jason
This might be a potential bug. Anyone else have any issues with the command 'list_all_locations_of…
»
x13pixels
Hi Oscar! I did indeed have a Patreon setup a while back but bailed when they changed the fee stru…
»
Jason
Ah, I see. Thanks so much for the help!
»
SedatedSnail
Awesome, thanks for the links! Looks like these will be super useful.
»
Mārtiņš Možeiko
You can still call functions to libc and provide your own _start. That will work fine. Documentati…
»
SedatedSnail
TLDR How do I write my own _start procedure while still dynamically linking with the systems libc?…
»
n00bmind
Hi there! Maybe I'm missing something, but I don't see a way of making recurring contributions to …
»
John
It's been a while since I messed with the custom layer so this might not be the best way: }[/code…
»
Jason
If it's built in Could you give me an example using 4coder's custom api how I would implement my d…
»
clearfeld
I've extracted the default bindings and their associated documentation into a text file. So we can…
»
»
Simon Anciaux
The error means that there are two (or more) function called WinMain but with different parameters…
»
John
Really nice of you sharing your ideas and will love to try your editor! The way I did undo/redo is…
»
seventh-chord
Thanks for your reply! I'm actually also writing a text editor, mostly as a learning experience. C…
»
Lokit Khemka
I was following the day 1 tutorial in Visual Studio 2019. But, I cannot compile the code. It is g…
»
Jake
Hey folks, I recently released a game on Steam called Give Up The Dupe using my own game engine bu…
»
John
Hi seventh-chord! (BTW cool name, I used to build guitars and have made a couple of 7strings. EDIT…
»
seventh-chord
Cool! I'd be interested in how you (and others) implement textbuffers, so insertions at arbitrary …
»
John
Hello everyone, I'm writing a simple text editor as an experiment, modeled mainly after 4coder whi…
»
John
On my end (Windows 10), this is how it already works. 4coder remembers the cursor line/column for …
»