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.
Felix Klinge
from also comes to mind. It's a CPU/GPU profiling tool written in C that consists of one .h and …
»
Barret Gaylor
I am currently working on Handmade Fighter, and I am now trying to figure out the lighting system …
»
Lucas89
Thanks for the tip :) I've edited my previous posts to remove useless calls to refresh_view. I'm w…
»
Allen Webster
I know the docs are abysmal so here's a tip, the "refresh" calls are only necessary after you call…
»
Lucas89
I'm glad I decided to post these ideas on the forums. I've been using C for just over a week now,…
»
ratchetfreak
instead of moving the whole range up, why not move the line above the range down below the range (…
»
Lucas89
So moving lines up and down wasn't enough for me, I needed to be able to move ranges too: } CUSTO…
»
Lucas89
In addition to the previous two changes I made in the last post, I've also just created these two …
»
Lucas89
Another two in case anyone is interested. First of all here is a simple one, delete line: } bind(…
»
Sergio González
I could replicate the problem by creating a new user with some non-US characters in the name. Rega…
»
xel
I'm still on 4.0.6 super, but I think kill-rect is going to convert me real soon.
»
Lucas89
If you're talking about the functions mark_matching_brace and cursor_to_surrounding_scope in the …
»
Pumpkin Sauce
Yes, my username is actually in Greek. It's very possible that it would be it - since I've came ac…
»
Oswald Hurlem
I'll stream Friday at noon this week. For the past week I've been working to make it so the terrai…
»
»
Sergio González
Thanks for reporting! Seems like Milton can't access the AppData directory. If you go to %appdata%…
»
Mārtiņš Možeiko
Afaik EASTL was made at least 9 years ago. C/C++ compilers improved a lot since then.
»
Allen Webster
Nice! That's a lot of really cool stuff. Lucas89, not sure if you saw it, but the power version d…
»
Caleb
Oddly enough EA found that manually inlining the functions in their own STL implementation instead…
»
Dan
Perhaps you could submit a pull request with your fixes to save Sean the effort?
»
Dan
Sorry I just realized this was already answered in the poorly titled thread "What am I doing wrong…
»
Dan
I have warnings as errors enabled in Visual Studio, and I'm getting a few type conversion errors, …
»
Pumpkin Sauce
Windows 8.1, 64bit When I run Milton.exe I get the following message "The default canvas could not…
»
Lucas89
And a few more for moving the mark like a normal cursor: } CUSTOM_COMMAND_SIG(lucas_mark_prev_tok…
»
Lucas89
Yet another one. Duplicate line: } CUSTOM_COMMAND_SIG(lucas_duplicate_line) { View_Summary view =…
»
xel
I found the function jumping a useful replacement for page up/down. The block selection function y…
»
mathk
I can't find it :< Edit: Doh! I thought you found the feature not the thread proclaiming the missi…
»
Kyle Devir
Great to hear of your progress, Andreas! :)
»
Mārtiņš Možeiko
From compiler perspective there is very little benefit. Especially if you are using unity build. F…
»
Lucas89
Nice :) I'll try it out for myself. I'm always looking for new ways to navigate the buffer.
»