title |
---|
12. Folding Builder |
A folding builder helps you to fold the code regions and replace it with specific text.
Let's replace usages of properties with its values by default.
{% include /code_samples/simple_language_plugin/src/com/simpleplugin/SimpleFoldingBuilder.java %}
<lang.foldingBuilder language="JAVA" implementationClass="com.simpleplugin.SimpleFoldingBuilder"/>
Now when we open a Java file, it shows the property's value instead of the key.