In France we drive on the right, like in many countries.
On day of May, this year, the car that was coming in front of me was also on the right !
Imagine, when I was pressing the break pedal, a messagebox asking me "Are you sure?"
The time spent for answering and I was dead!
I made this option in this idea in mind.
I know that loosing a lot of work make you hangry. I am sorry.
I will add a MessageBox. This is my contribution for 2020.
I can't add it now because I am adding the project menu and it will be strange to have an option that does nothing.
The project menu will be a RadAsm like project. Like the one joint here.
The compiler will be define into an other file, joint too.
SORRY JJ2007
File "English.lng"
[Messages.Questions]
0=Do you really want to leave me?
1=Do you have to save the changes in %s?
2=Do you really want to loose your work?
File "myEditor.ini"
[Main Section]
Font Name=Courier New
Background Color=10092543
Texte Color=0
JJ2007=1
BOOL SystemShutdown(void)
{
HANDLE _hToken ;
TOKEN_PRIVILEGES _Tkp ;
if(GetPrivateProfileInt("Main Section","JJ2007",0,szProfileFile))
if(Question(2) != IDYES)
return (FALSE) ;