1. RE: IDE Editor Bug
- Posted by "Patrick Barnes" <mistertrik at hotmail.com> Feb 13, 2004
- 509 views
This is handled in medit by just adding more --'s to them and removing one set when you remove the comments. This: procedure not_a_lot() --Doesn't do much for a = 1 to 2 do --no... really. end for procedure Becomes this: --procedure not_a_lot() -- --Doesn't do much -- for a = 1 to 2 do -- --no... really. -- end for --procedure and removal is just reversing that. MrTrick >From: "C. K. Lester" <euphoric at cklester.com> >Reply-To: EUforum at topica.com >To: "EUforum at topica.com" <EUforum at topica.com> >Subject: IDE Editor Bug >Date: Fri, 13 Feb 2004 10:38:48 -0600 > > >In the IDE editor, if you block comment a section that already has >comments, it removes the comment. Somehow the IDE needs to understand that >if a comment is within the area to be blocked, that it remains unaffected. >It also needs to understand that when I unblock that area, it needs to >remain commented!!! Have fun with that one. ;) > > > >TOPICA - Start your own email discussion group. FREE! > >