-->
<?xml-stylesheettype="text/xml"href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC"-//NetBeans//DTD API changes list 1.0//EN""../../nbbuild/javadoctools/apichanges.dtd">
<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="general">Editor Guarded Sections API</apidef> <!-- etc. -->
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="protectRange">
<api name="general"/>
<summary>Allow to protect existing text</summary>
<version major="1" minor="33"/>
<date day="17" month="2" year="2016"/>
<author login="sdedic"/>
<compatibility addition="yes" binary="compatible" source="compatible"/>
<description>
Added method to create guarded block on top of existing text.
</description>
<class name="GuardedSectionManager" package="org.netbeans.api.editor.guards"/>
</change>
<change id="DocumentGuards">
<api name="general"/>
<summary>DocumentGuards API</summary>
<version major="1" minor="29"/>
<date day="21" month="5" year="2014"/>
<author login="sdedic"/>
<compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="no"/>
<description>
<p>
APIs exposed and actually used on GuardedDocument in <code>editor.lib</code> module is now declared in Editor Guarded Sections.
Clients may depend on Guarded Sections instead of on fading-away editor.lib module.
</p>
<p>
Dependency on <code>openide.text</code> eliminated, new SPI <code>GuardedRegionMarker</code>
is added for Documents that are willing to style their contents according to guarded areas.
</p>
</description>
<class name="GuardedRegionMarker" package="org.netbeans.spi.editor.guards"/>
<class name="DocumentGuards" package="org.netbeans.api.editor.guards"/>
<issue number="244679"/>
</change>
<change id="AbstractGuardedSectionsProvider-useReadersWritersOnSet">
<api name="general"/>
<summary>Ability run guarded readers/writers when the content of the guarded section's content is set</summary>
<version major="1" minor="20"/>
<date day="25" month="11" year="2012"/>
<author login="jlahoda"/>
<compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="no"/>
<description>
<p>When this option is set, setting the content of a GuardedSection will pass the data through the given
guarded writer and back through the given guarded reader, to ensure the result is the same
as if it would be read from the disk.</p>
<p>Note that this new mode is not fully compatible with the original mode, e.g. all the set methods
of all the GuardedSection classes will throw IllegalStateException if invoked inside the write&read part.</p>
</description>
<issue number="221844"/>
</change>
<change id="GuardedSectionsProvider-Charset">
<api name="general"/>
<summary>GuardedSectionsProvider supports Charset</summary>
<version major="1" minor="0"/>
<date day="19" month="6" year="2007"/>
<author login="jpokorsky"/>
<compatibility addition="no" binary="incompatible" deletion="no" deprecation="no" modification="yes"/>
<description>
In order to use proper encoding by guards impl it is necessary to
change GuardedSectionsProvider to accept encoding rather as <code>java.nio.Charset</code> instance
than as a plain encoding name.
<ul>
<li><code>Reader createGuardedReader(InputStream stream, String encoding) throws UnsupportedEncodingException</code>
replaced with
<code>Reader createGuardedReader(InputStream stream, Charset charset)</code></li>
<li><code>Writer createGuardedWriter(OutputStream stream, String encoding) throws UnsupportedEncodingException</code>
replaced with
<code>Reader createGuardedReader(InputStream stream, Charset charset)</code></li>
</ul>
</description>
<issue number="99363"/>
</change>
</changes>
<!-- Now the surrounding HTML text and document structure: -->
<p>This document lists changes made to the <!--<a href="@org-netbeans-modules-editor-guards@/architecture-summary.html">-->Editor Guarded Sections API<!--</a>-->.</p>
<!-- The actual lists of changes, as summaries and details: -->
<hr/>
<standard-changelists module-code-name="org.netbeans.modules.editor.guards/1"/>
<hr/><p>@FOOTER@</p>
</body>
</htmlcontents>
</apichanges>
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.