您的位置:首页 > Web前端

Eclipse折叠代码 coffee bytes code folding

2012-06-06 18:00 363 查看
http://files.cnblogs.com/wucg/eclipse-folding-plugin.zip
http://stackoverflow.com/questions/6940199/how-to-use-coffee-bytes-code-folding

Firstly, you'll need to configure Coffee Bytes Java folding as the folding scheme to use, and then enable User Defined Regions, as shown below.



Secondly, you'll need to configure the start and end identifiers that will be used to identify the beginning and termination of regions in your code. In this case, I've chosen
{{
and
}}
as it fits well with the Apache Isis templates that I use.



Finally, I use the same start and end identifiers in my code to demarcate regions and to trigger the Coffee Bytes folding plugin to recognize the same.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: