Skip to content

ku1ik/finish-him

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Finish Him! Plugin

About

Finish Him! is a smart and quick word completion (expansion) plugin similar to Textmate's or Netbeans word completion. It will complete the current word based on matches in the current and other visible buffers.

How it works?

It's main differences with standard JEdit's "Complete Word" action are:

  • it doesn't show popup with completion options. If there are multiple matches, you can cycle through these by pressing Finish Him! keyboard shortcut continuously - hitting keyboard shortcut few times is much faster than locating the word in popup list
  • suggested words are sorted by distance from the caret according to these rules:
    • first, words from current buffer found before caret, nearest words first;
    • then words from current buffer found after caret, nearest words first;
    • then all words from other visible buffers.

Requirements

  • JDK 1.5
  • JEdit 4.3pre17+
  • Scala Plugin 1.1.0

Configuration

This plugin currently doesn't have any configuration options, it just doesn't need any right now. However I suggest to add a shortcut key to Finish Him! completion action in jEdit Options Pane. Personaly I use ESC key for it (like default Textmate's shortcut for word completion).

Author / Contact

Finish Him! was created by Marcin Kulik.

Check out my website for more cool software: ku1ik.com

About

Word autocomplete (expansion) plugin for JEdit editor written in Scala

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages