Subject:
括号匹配高亮的bug
[Print This Page]
Author:
animator
Time:
2008-1-30 09:50
Subject:
括号匹配高亮的bug
如附件的图所示,当光标位置在注释中,并贴近 { 的时候,高亮匹配的 } 跑到注释外了。
Image Attachment: [括号匹配高亮的bug]
brackets_match.jpg
(2008-1-30 09:50, 8.94 K) / Download count 408
http://bbs.cnpack.org/attachment.php?aid=370
Author:
animator
Time:
2008-1-30 10:08
我认为在注释里的 { 和 } 不要高亮匹配了,UE就是这样做的。
因为注释里的代码可能是不规范的,匹配没有意义。
比如
/*
if(1 ==0)
{
dosomething1();
// while(1){}
if(false)//{}
dosomething2;
//}
}
*/
Welcome to CnPack Forum (http://bbs.cnpack.org/)
Powered by Discuz! 5.0.0