Download
 
 
LazyImporter
Description:

The LazyImporter plug-in provides useful tools for generating, organizing and sorting import statements in a Java source file in JEdit.

LazyImporter functionality includes:

  • Convert wildcard (.*) imports to explicit class imports
  • Remove any unused imports
  • Resolve and insert any missing imports
  • Convert explicit class imports to wildcard (.*) imports
  • Find the selected import in the classpath
  • Import the class currently under the cursor (pop-up list of possible matches)
  • Quick Import? - allows multiple actions to be performed at once
  • Sort imports according to criteria
  • Group imports together based on package level and define space between groups
  • Easy configuration using JEdit's configuration option panels
Author: Matt Etheridge
Category: Java-Centric

Version: 1.08
Requirements: JDK >= 1.4 · jEdit >= 4.3pre3 · GnuRegexp >= 1.0.1
Binary Download: LazyImporter-1.08-bin.tgz
LazyImporter-1.08-bin.zip
Complete Download: LazyImporter-1.08.tgz
LazyImporter-1.08.zip
Release Date: February 8, 2006

Version: 1.07
Requirements: JDK >= 1.4 · jEdit >= 4.1final
Binary Download: LazyImporter-1.07-bin.tgz
LazyImporter-1.07-bin.zip
Complete Download: LazyImporter-1.07.tgz
LazyImporter-1.07.zip
Release Date: October 30, 2004
 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate