Menu

#159 Recent-0.1 (initial release)

2006-02
closed
None
5
2006-02-22
2005-06-04
No

Name: Recent
Version 0.1
Requires JDK 1.4, jEdit 4.2
no plugin dependency

initial release

Description

The recent plugin stores all edit actions in a table in
a dockable window.
It recordes actions which are invoked by plugin, macro
or built-in actions.
The user invokes an action by clicking it in a dockable
window.
Additionally, it provides a buffer history

Source Code: /cvsroot/jedit/plugins/Recent

Greetings
Rudi

Discussion

  • Ollie Rutherfurd

    • assigned_to: nobody --> orutherfurd
    • summary: Recent plugin initial release --> Recent-0.1 (initial release)
     
  • Ollie Rutherfurd

    Logged In: YES
    user_id=265596

    Hi Rudi,

    I've run into some problems packaging Recent-0.1:

    * several files and directories are in all caps
    (ACTIONS.XML, RECENT, TABLE, etc...)
    * recent-next-buffer and recent-previous-buffer don't work,
    since actions.xml is in all caps (the actions aren't loaded)
    * once the above is fixed, the actions still don't work
    because "DockableWindow" isn't found (in the actions beanshell).
    * recent.previousBuffer() and recent.nextBuffer() don't work
    * the plugin depends on CommonControls (just a missing
    detail for the submission)
    * the plugin doesn't handle actions in the history for
    plugins that have been uninstalled

    I've made some changes for some of the above and can send
    you a patch or commit to CVS if you want.

    -Ollie

     
  • Rudolf Widmann

    Rudolf Widmann - 2005-06-30

    Logged In: YES
    user_id=589724

    Hi Olli,
    excuse me for the filenames in CAPS, but I think this silly
    windows changed my names.
    Excuse also for the failing actions. I took the "bufferlist"
    plugin as template, and forgot to remove the unsupported
    actions.
    ==> RecentPlugin has no actions.
    If you already did the corrections, please check them in in cvs.
    Sorry for creating such troubles
    Rudi

     
  • Jeffrey Hoyt

    Jeffrey Hoyt - 2006-02-02

    Logged In: YES
    user_id=396194

    Ruwi and Ollie. Please let me know the state of this
    plugin. I'm cleaning house ;o)

     
  • Rudolf Widmann

    Rudolf Widmann - 2006-02-12

    Source code of plugin Recent 0.1

     
  • Rudolf Widmann

    Rudolf Widmann - 2006-02-12

    Logged In: YES
    user_id=589724

    I added the source code of "Recent" as attachment.
    Please use this instead of cvs.
    Plugin dependency: CommonControls 0.2

     
  • Rudolf Widmann

    Rudolf Widmann - 2006-02-12
    • assigned_to: orutherfurd --> jchoyt
     
  • Jeffrey Hoyt

    Jeffrey Hoyt - 2006-02-22

    Logged In: YES
    user_id=396194

    Packaged and released. Much better - thanks Rudi!

     
  • Jeffrey Hoyt

    Jeffrey Hoyt - 2006-02-22
    • milestone: --> 2006-02
    • status: open --> closed
     

Log in to post a comment.