1. IDE Editor Bug
- Posted by euphoric <euphoric at cklester.com> Feb 13, 2004
- 481 views
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. ;)
2. Re: IDE Editor Bug
- Posted by euphoric <euphoric at cklester.com> Feb 13, 2004
- 504 views
Patrick Barnes wrote: > This is handled in medit by just adding more --'s to them and removing > one set when you remove the comments. Yeah. That's brilliant enough. :) >> 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. ;) >