May I suggest to package the .exe and the font in a .zip and to have a user friendly message if th…
Have a look at 4coder_default_bindings.cpp, it's the file that gets compiled by default for the cu…
joe513 —
Just wanted to post a couple small issues. Neither are critical but noticeable. 00.01.05 -4 Variab…
Go out at night and try to count all the stars in the sky. Go to a beach and try to count the grai…
I don't think the size of a program is necessarily the problem rather, how the components of that …
Neo Ar —
In my opinion there is a time and place for both. When working in a command line small single-purp…
Hi, My background is in C# and higher level languages. I'm very interested in getting familiar wit…
I will only reply as a user since I never developed any huge application and I would only be guess…
Yeah I've had experiences where I did need to release things too. I've had problems developing O…
Laurie —
Cool, that's good to know. I take it this applies to mobile OSs and everything too, right? Yeah …
Well spooling process is not an OS primitive. If process A depends on something that process B nee…
But there are things that do need to be released. I've run into the issue with a printer where I k…
Laurie —
Something I've been thinking about lately is large multi-use programs, and I was interested to see…
On any modern OS from last 15 or so years you don't need to release anything on exit of program. O…
Laurie —
Hi all. So something I've become curious about is which resources actually need to be released by …
spx —
..-4 has arrived. This is not a perfect fix but the issue is annoying enough and the handling for …
spx —
Looks like you got it, I have opened and closed several times with no issues at all.[/quote] Unfo…
joe513 —
Looks like you got it, I have opened and closed several times with no issues at all.
spx —
This should be because at one point I've changed which parts of the frontend are rendered in whic…
joe513 —
Now that you mention it, I did see it on 00.01.02 also, just slightly different. 00.01.01 - .02 a…
spx —
this is an interesting one. I have yet to succeed in actually creating a bootable ubuntu usb stic…
joe513 —
I just tried 1.05-2 and the issue is still there. Distribution - Ubuntu 16.04.2 LTS Let me know if…
spx —
pushed a 00.01.05-2 archive. This one should solve the issue you've encountered. If it still hangs…
spx —
For version 1.05 and 1.04 the application has been hanging during startup. The main window opens …
AH! ASAN strikes again! Nice find Miblo :)
Until recently Cinera was a one-shot affair. A single run of the program would merely involve proc…
joe513 —
Impressed with the speed of the releases/fixes! At this rate it will pretty solid in no time. You …
spx —
This one is mostly fixes but also has some smaller features in it. Without further ado, here is bu…
Try "devenv /useenv". I believe that by default devenv doesn't pass its environment variables to c…
Don't understand it, but seemed to solve it with ensuring the CMD prompt used to run all the shell…