-->
<?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> <!-- org.netbeans.api.editor.document -->
<apidef name="api">Editor Document API</apidef> <!-- org.netbeans.spi.editor.document -->
<apidef name="spi">Editor Document SPI</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="ComplexPositions">
<api name="api"/>
<summary>Renamed ShiftPositions to ComplexPositions</summary>
<version major="1" minor="9"/>
<date day="23" month="5" year="2016"/>
<author login="mmetelka"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" modification="yes"/>
<description>
<p>
Renamed ShiftPositions class to ComplexPositions an its getShift() method
to getSplitOffset() for better description.
</p>
</description>
<class name="ComplexPositions" package="org.netbeans.api.editor.document"/>
<issue number="257889"/>
</change>
<change id="CustomUndoDocument">
<api name="api"/>
<summary>CustomUndoDocument added</summary>
<version major="1" minor="8"/>
<date day="19" month="4" year="2016"/>
<author login="mmetelka"/>
<compatibility binary="compatible" source="compatible" semantic="compatible" addition="yes" deprecation="no" deletion="no" modification="no" />
<description>
<p>
CustomUndoDocument allows to add extra undoable edits during atomic transactions
over a document.
</p>
</description>
<class name="CustomUndoDocument" package="org.netbeans.api.editor.document"/>
<issue number="258798"/>
</change>
<change id="ShiftPositions">
<api name="api"/>
<summary>Added ShiftPositions</summary>
<version major="1" minor="7"/>
<date day="22" month="2" year="2016"/>
<author login="mmetelka"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" addition="yes"/>
<description>
<p>
Added ShiftPositions class to create and read ShiftPositions.
The implementation ShiftPos is a position together with a
shift of extra columns. This allows for positions behind
line's last character (newline) or within a tab character.
</p>
</description>
<class name="ShiftPositions" package="org.netbeans.api.editor.document"/>
<issue number="257889"/>
</change>
<change id="TextSearchUtils-getPreviousWordStart">
<api name="api"/>
<summary>Added TextSearchUtils.getPreviousWordStart() method</summary>
<version major="1" minor="4"/>
<date day="17" month="3" year="2015"/>
<author login="mmetelka"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" addition="yes"/>
<description>
<p>
Added TextSearchUtils.getPreviousWordStart() method to cover Ctrl+Left/Right properly.
</p>
</description>
<class name="TextSearchUtils" package="org.netbeans.modules.editor.document"/>
<issue number="249051"/>
</change>
</changes>
-->
<head>
<title>Editor Document API Changes by Date</title>
<link rel="stylesheet"href="prose.css"type="text/css"/>
<meta name="CATEGORY" content="OtherDevelopmentDoc"/>
<meta name="DESCRIPTION" content="A cross-indexed list of all changes made to the Editor Document API."/>
</head>
<body>
<h1>Introduction</h1>
<p>This document lists changes made to the Editor Document APIs. Please ask on the
<code>nbdev@netbeans.org</code>
mailing list if you have any questions about the details of a
change, or are wondering how to convert existing code to be compatible.</p>
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.