Archive: Right Click Fix for MakeNSISw


Right Click Fix for MakeNSISw
added in a little bit of code to allow the right click menu to appear for the text window in makensisw for all oses (not just 2000 upwards as is the current case). it will also react to the application key (the one next to the right hand windows key ;) )

attached is the modified program and the altered source file (makensisw.cpp - changes are indicated)

-daz


Thanks, uploaded.


:( found a problem with the addition i made. on win2k upwards the right click menu was being shown twice. removed the handling of the wm_contextmenu message now so it will use the richedit v1 compatible code always now.

also altered the code slightly so that the 'test' option will only work if the compile generated an installer - makes sense really :)

-daz

@devs - just remembered i've used the altered code i have for a recompile and run option so if you want to cut it out or leave in then it's all marked where the changes have been made are


Uploaded, thanks.


had forgotten about this one ;) no problem

-daz