Download
 
 
JavaMacros
Description:

JavaMacros plugin

This plugin allows you to write macros in your favourite Java IDE by using compiled class files as macros. Usage:
  • create a Java project in your favourite IDE that would:
    • put compiled class files to either jEdit home or ~/.jedit directory.
    • include jedit.jar from jedit distribution and javamacros.jar in classpath
  • create a Java package named macros
  • create a class in that package either implements javamacros.MacroClass or extends javamacros.SelectionTransformerMacroClass
  • compile code
  • reload macros in jEdit
Notes on writing macros is available in javamacros.MacroClass and javamacros.SelectionTransformerMacroClass javadoc.
Author: Denis Dzenskevich
Category: Support

Version: 0.1
Requirements: JDK >= 1.5 · jEdit >= 4.3pre16
Binary Download: JavaMacros-0.1-bin.tgz
JavaMacros-0.1-bin.zip
Complete Download: JavaMacros-0.1.tgz
JavaMacros-0.1.zip
Release Date: June 3, 2009
 
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