Menu

#188 Navigator 1.0.8

2006-01-15
closed
None
5
2006-01-04
2005-11-18
Dale Anson
No

Name: Navigator

Version Number: 1.0.4

Requirements:
JDK 1.4
jEdit version: 4.2
plugin dependencies: none
required 3rd party apps: none
libraries to be bundled: none

Announcement: bug fix release for Navigator, fixes
toolbar handling to follow global jEdit toolbar
setting, fixes startup at jEdit start up so Navigator
actually starts without having to show it's GUI.

Source code: jEdit CVS, plugins/Navigator, tag
navigator-1-0-4

Description: Navigator provides "Back" and "Forward"
buttons similar to a web browser to assist in
navigating code.

Note: this version won't work with jEdit 4.3.

Discussion

  • Alan Ezust

    Alan Ezust - 2005-12-18

    Logged In: YES
    user_id=935841

    I'm using the CVS version (1.0.5) with 4.3, but the only way
    it doesn't work is with respect to the bug fix you are
    referring to above - Navigator doesn't wake up unless I
    actually display the GUI.

     
  • Alan Ezust

    Alan Ezust - 2005-12-22
    • status: open --> pending
     
  • Alan Ezust

    Alan Ezust - 2005-12-22

    Logged In: YES
    user_id=935841

    I'm going to submit a few more fixes to 1.0.7 before we
    release this...

     
  • Alan Ezust

    Alan Ezust - 2005-12-24
    • summary: Navigator 1.0.4 --> Navigator 1.0.7
    • status: pending --> open
     
  • Alan Ezust

    Alan Ezust - 2005-12-24

    Logged In: YES
    user_id=935841

    Try 1.0.7 please and see if you like it.

    Now it really doesn't need to show its gui, and it creates
    itself properly whenever a new view is created.

    NOTE: this version seems to work with Jedit 4.3 and 4.2

     
  • Alan Ezust

    Alan Ezust - 2005-12-26
    • summary: Navigator 1.0.7 --> Navigator 1.0.8
     
  • Alan Ezust

    Alan Ezust - 2005-12-26

    Logged In: YES
    user_id=935841

    fixed the goBack() action so that it pushes onto the
    forwardStack the current caretposition.

     
  • Alan Ezust

    Alan Ezust - 2005-12-27

    Logged In: YES
    user_id=935841

    This version does not properly listen to file open/close
    events, but it will be the last one released for jedit 4.2.
    It's been tagged, you can release it if you want.

    1.1, which was just committed to CVS, works only with
    4.3pre3 and does listen to LOAD_STARTED and CLOSING events,
    making it much more useful as a navigation tool.

    It's ready for testing now, but I won't tag/release it until
    after 4.3pre3 is out.

     
  • Jeffrey Hoyt

    Jeffrey Hoyt - 2006-01-04

    Logged In: YES
    user_id=396194

    Packaged and uploaded version 1.0.4 as submitted by the
    Plugin author. All Alan's enhancements will be included
    with the 1.1 release for jEdit 4.3pre3.

    Dale, please fix the build.xml file in the following ways:
    you can't use the @@VAR@@ notation for the build verion in
    the props file - the packaging script uses that to check
    that the version number in the props file is correct and it
    breaks our scripts. Please just use the actual version
    number. Second, please create a dist target that just
    relies on your plugin target in the build.xml file. dist is
    the standard jEdit plugin build file name for creating doing
    that job.

    Thanks,

    Jeff

     
  • Jeffrey Hoyt

    Jeffrey Hoyt - 2006-01-04
    • milestone: --> 2006-01-15
    • assigned_to: nobody --> jchoyt
    • status: open --> closed
     

Log in to post a comment.