Java EditLine

A Java (JNI) interface to the BSD editline library
Download

Java EditLine Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Price:
  • FREE
  • Publisher Name:
  • Brian M. Clapper
  • Publisher web site:
  • http://www.clapper.org
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 15 KB

Java EditLine Tags


Java EditLine Description

A Java (JNI) interface to the BSD editline library Java EditLine provides a free Java (JNI) interface to the Editline library, which is available on Mac OS X and BSD systems, and can be installed on most Linux systems. Editline is a replacement for the GNU Readline library, with a more liberal BSD-style license. Linking Editline into your code (and, similarly, using this Java interface to it) will not change the license you have assigned to your software. You can use Editline and Java EditLine in open source software (even GNU-licensed software), as well as commercial software. Requirements: · Java · Apple Xcode What's New in This Release: · Addressed Issue #1: When there are multiple possible completions for a string, the completion logic now adds the common leading substring (if any) to the buffer. · Messages emitted by the JNI code now to go stderr, not stdout. · The maximum number of displayed possible completions can now be set via accessor methods on the EditLine class. (Previously, it was hard-coded to 30.) · The caller can now provide its own class to show matching completions, when multiple completion choices are possible. · Fixed getMaxHistory() to return the correct value.


Java EditLine Related Software