|
From: SourceForge.net <no...@so...> - 2009-08-30 23:13:42
|
Plugin Central Submission item #2846928, was opened at 2009-08-29 10:38 Message generated for change (Comment added) made by elberry You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2846928&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Private: No Submitted By: Jakub Holý (malyvelky) Assigned to: Townsfolk (elberry) Summary: TextAutocomplete 0.9.9 Initial Comment: {{{ TextAutocomplete 0.9.9 Source: https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/TextAutocomplete/tags/RELEASE-0_9_9 Announcement: This is a minor enhancement release: 1) Add the edit mode's keywords to the buffer's list of completions and take into account its list of no word separators. By default this functionality is off and must be enabled in Options. 2) Reorganized menu, added forget remembered words. Requires Java 1.5 Requires jEdit 04.03.15.00 Short Description: It's pretty similar to the jEdit's function "Complete Word" but it's automatic, you don't need to press any key to invoke the list of completions. Long Description: <p>TextAutocomplete collects "words" in the current buffer and those that you type and offers you automatically a list of possible completions as you type a new word. It's pretty similar to the jEdit's function "Complete Word" but it's automatic, you don't need to press any key to invoke the list of completions. The plugin was inspired by a similar functionality in OpenOffice.org.</p> <p>The plugin is configurable, you can define what a "word" is, what words (not) to remember etc. - see the docs. It's also possible to modify manually the list of remembered words.</p> <p>You have to start the autocompletion for every buffer where you want it.</p> }}} ---------------------------------------------------------------------- >Comment By: Townsfolk (elberry) Date: 2009-08-30 16:13 Message: Please apply uploaded patch to your trunk. These changes need to be made in order for the build scripts to work. Thank you. ---------------------------------------------------------------------- Comment By: Townsfolk (elberry) Date: 2009-08-30 16:13 Message: Released to Plugin Central. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2846928&group_id=588 |