PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/news42/misc-api-changes.html

#
HTML | 20 lines | 20 code | 0 blank | 0 comment | 0 complexity | 839a59c06c4cd2acdcb726ea57231f2f MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Miscellaneous API Changes</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="What's New in jEdit 4.2"><link rel="up" href="api-changes.html" title="Chapter 2. API Changes"><link rel="previous" href="textarea-api.html" title="Text Area and Folding"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Miscellaneous API Changes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="textarea-api.html">Prev</a> </td><th width="60%" align="center">Chapter 2. API Changes</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="misc-api-changes"></a>Miscellaneous API Changes</h2></div></div><div></div></div><p>
  2. A new <tt class="function">View.goToBuffer()</tt> method has been added.
  3. If the specified buffer is already
  4. visible in one of the view's edit panes, it sends focus to that edit
  5. pane. Otherwise, it calls <tt class="function">setBuffer()</tt>
  6. on the current edit pane.
  7. </p><p>
  8. The constructor of the <a href="../api/org/gjt/sp/jedit/io/EBMessage.html" target="_top">EBMessage</a> class
  9. now takes
  10. an <tt class="classname">Object</tt>, as opposed to an
  11. <a href="../api/org/gjt/sp/jedit/io/EBComponent.html" target="_top">EBComponent</a>.
  12. Plugins that provide custom message
  13. types will need to be recompiled.
  14. </p><p>
  15. The following deprecated method was removed from the
  16. <a href="../api/org/gjt/sp/jedit/io/GUIUtilities.html" target="_top">GUIUtilities</a>
  17. class:
  18. </p><p>
  19. </p><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">loadMenu</b>(</code>View <var class="pdparam">view</var>, String <var class="pdparam">name</var><code>)</code>;</p></div><p>
  20. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="textarea-api.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="api-changes.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Text Area and Folding </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>