hi
I am trying to use sharpsnippetcompiler sample to write a little VB.NET/c# class compiler and debugger.
I have got a big probem with contextmenustrip
when I right click on the texteditor there is no contextmenustrip
and in the debug mode also there is no contextmenustrip
is there any code to use to activate this contextmenustrip???
I am using the sample from github :https://github.com/blorgbeard/sharp-snippet-compiler
and I have tryed to do many things but I don't know how to resolve this problem.
by analizing SD source code I have get that sharpdeveloptextarea contains an intisialize method that loads the contextmenu from the tree path but I am unable to call it or to check if it is called.
please help me