| <html> |
| <!-- Generated from apichanges.xml --> |
| |
| <head> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| |
| <title>Change History of Editor Indentation API</title> |
| |
| <link rel="stylesheet" href="prose.css" type="text/css"> |
| |
| </head> |
| |
| <body> |
| |
| |
| <p class="overviewlink"> |
| <a href="overview-summary.html" shape="rect">Overview</a> |
| </p> |
| |
| |
| <h1>Introduction</h1> |
| |
| |
| <p>This document lists changes made to the <a href="overview-summary.html" shape="rect">Editor Indent API</a>.</p> |
| |
| <!-- The actual lists of changes, as summaries and details: --> |
| |
| <hr> |
| |
| <h1> |
| <a name="list-all-apis">Index of APIs</a> |
| </h1> |
| <ul> |
| <li> |
| <a href="#indent_support">General</a> |
| </li> |
| </ul> |
| <h1> |
| <a name="incompat-by-date">Incompatible changes by date</a> |
| </h1> |
| <p>Fuller descriptions of all changes can be found below (follow links).</p> |
| <p>Not all deprecations are listed here, assuming that the deprecated |
| APIs continue to essentially work. For a full deprecation list, please |
| consult the |
| <a href="deprecated-list.html">Javadoc</a>.</p> |
| <ul></ul> |
| <h1> |
| <a name="all-by-date">All changes by date</a> |
| </h1> |
| <ul> |
| <li>(Oct 23 '08) <a href="#AutomatedIndentation.added">Adding org.netbeans.modules.editor.indent.spi.support.AutomatedIndenting</a> |
| </li> |
| </ul> |
| <h1> |
| <a name="all-by-version">Changes by version</a> |
| </h1> |
| <p> |
| These API specification versions may be used to indicate that a module |
| requires a certain API feature in order to function. For example, if you |
| see here a feature you need which is labelled <samp>1.20</samp>, your |
| manifest should contain in its main attributes the line: |
| </p> |
| <pre>OpenIDE-Module-Module-Dependencies: org.netbeans.modules.editor.indent.support > 1.20</pre> |
| <ul> |
| <li> |
| (1.20) <a href="#AutomatedIndentation.added">Adding org.netbeans.modules.editor.indent.spi.support.AutomatedIndenting</a> |
| </li> |
| </ul> |
| <h1> |
| <a name="all-by-class">Changes by affected class</a> |
| </h1> |
| <h2> |
| <a name="org.netbeans.modules.editor.indent.spi.support.AutomatedIndenting"><code><span style="color:gray">org.netbeans.modules.editor.indent.spi.support.</span>AutomatedIndenting</code></a> |
| </h2><ul><li>(Oct 23 '08) <a href="#AutomatedIndentation.added">Adding org.netbeans.modules.editor.indent.spi.support.AutomatedIndenting</a> |
| </li></ul><hr> |
| <h1> |
| <a name="details-by-api">Details of all changes by API and date</a> |
| </h1> |
| <hr style="width:50%"> |
| <h2> |
| <a name="indent_support">General</a> |
| </h2> |
| <!-- AUTOMATICALLY GENERATED - DO NOT EDIT ME! --> |
| <h3> |
| <a name="AutomatedIndentation.added">Adding org.netbeans.modules.editor.indent.spi.support.AutomatedIndenting</a> |
| </h3> |
| <em>Oct 23 '08; API spec. version: 1.20; affected top-level classes: <a href="./org/netbeans/modules/editor/indent/spi/support/AutomatedIndenting.html"><code>AutomatedIndenting</code></a>; made by: vstejskal; issues: <a href="https://netbeans.org/bugzilla/show_bug.cgi?id=120357"> |
| #120357</a></em> |
| <br> |
| |
| <p> |
| The <code>AutomatedIndenting</code> support class provides regex-based |
| automatic re-indentation of lines as user types. This is a replacement for |
| the deprecated <code>ExtFormatter.getReformatBlock</code> and <code>INDENT_HOT_CHARS_ACCEPTOR</code> |
| setting. |
| </p> |
| |
| <p> |
| The code was originally part of the <a href="../org-netbeans-modules-editor-indent/index.html" shape="rect">editor.indent</a> |
| module. Please check its <a href="../org-netbeans-modules-editor-indent/apichanges.html" shape="rect">API Changes document</a> as well. |
| </p> |
| |
| |
| |
| <hr> |
| <p><span class="footnote">Built on September 14 2018. | Copyright © 2017-2018 Apache Software Foundation. All Rights Reserved.</span></p> |
| |
| |
| </body> |
| |
| </html> |