Posted 17 years ago
by Matthew Smith
-
Developer,
One Plus One Solutions Pty Limited
Version: 4.0.0272

Hi,
I have a client who has requested the following nested multiline comment block format (I'm using a custom dynamic language):
/*
MakeWindow
/*
MakeConsole
*/
MakeWindow
*/
I've implemented the standard Multiline Comment Block out of the C# Dynamic language implementation, but as you can see the outside/inside comments don't form correctly (I also checked the advanced C# plugin which does the same as this).
Is this sort of nesting possible??
I have a client who has requested the following nested multiline comment block format (I'm using a custom dynamic language):
/*
MakeWindow
/*
MakeConsole
*/
MakeWindow
*/
I've implemented the standard Multiline Comment Block out of the C# Dynamic language implementation, but as you can see the outside/inside comments don't form correctly (I also checked the advanced C# plugin which does the same as this).
Is this sort of nesting possible??
Regards, Matt