Result my machine, i7 860 (4 cores 8 threads), Windows 7 64bit.
Set affinity is false:
1
2
3…
Thanks for looking at it. No antivirus or anything like that is running. I tried to look through …
Right now 4coder only supporrts AA smoothing. Any application that supports sub-pixel smoothing s…
What font smoothing does 4coder use, AA or sub-pixel? On another note, does anyone know how sub-p…
Yes, that sounds like you've got it
I doubt that changing the allocator has anything to do with it. It's almost certainly just there …
I see where my misconception was. You just start laying UI elements out in pixel coordinates star…
@Simon Hey Simon can you try this build on your computer
https://drive.google.com/file/d/1...sc…
I don't have any more ideas. Try to contact Allen by e-mail (the e-mail is in the read me) or rep…
It does do a search but when I try and replace it with kill_buffer it doesnt work. Im using linux.
I don't see this on my machine (also 4 core, 8 thread).
1
2
3
4
5
6
7
8
9
10
11
12
13
1…
I wanted to write some feedback and feature request for the debuggers present on the network. Som…
I have a problem where a certain number of threads in my thread queue don't wake up when they are…
In your original test, does CTRL + 't' does nothing at all or does it start a search ?
If it doe…
mrmixerI didn't test it for a long time but there seem to be a problem with the recent file menu …
seventh-chordThe maximization issue I previously reported still seems to be present: If I maximiz…
Yea I'm pretty sure I'm compiling correctly because the CTRL + p is working perfectly.
Edit: I di…
Thanks for the links Martins, I hadn't actually come across dpi before. Yea, looks like you proba…
@JustinCase3 Are you sure you're compiling the right file by calling
1./buildsuper.sh custom_laye…
I think this is possible but you'll have to modify the default_render_caller hook (or create a co…
Jason —
I would try the second method of setting up key bindings that mrmixer linked to in the wiki. This…
Ooh ok that makes sense. I knew it had to be something like that. And when I say rebind the arrow…
CTRL + 't' is bound to search_identifier in the mapid_file key map. Since mapid_file inherits fro…
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23#include "4coder_default…
I didn't test it for a long time but there seem to be a problem with the recent file menu where i…
Could you post the content of your custom file ? Does buildsuper.sh show any errors ?
This is true, I've seen many logging and assertion systems use/abuse this functionality to automa…
I increased POINTS_LEN to 10000000 (100x more). Then run both programs with THREAD_NUM = 1 (singl…
I've just pushed version 0.9 with a lot of changes and rebrand to "miniaudio". Since the original…
notnullnotvoid
What I'm much more puzzled by is how the rust version managed to increase perform…