2 Jun 2009 23:56
[ jedit-Plugin Central Submission-2794622 ] Navigator 1.7
SourceForge.net <noreply <at> sourceforge.net>
2009-06-02 21:56:25 GMT
2009-06-02 21:56:25 GMT
Plugin Central Submission item #2794622, was opened at 2009-05-20 16:34 Message generated for change (Comment added) made by daleanson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2794622&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Dale Anson (daleanson) Assigned to: Townsfolk (elberry) Summary: Navigator 1.7 Initial Comment: {{{ NavigatorPlugin 1.7 Source: Source code is in SVN with the tag release-1-7 (https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/Navigator/tags/release-1-7) Announcement: Bug fix release, all from Shlomy: - Fixed bug #2493691: Navigator move to the wrong offset. When jumping to a history location which is open in jEdit in another edit pane, that edit pane could be made current in the view, but the caret location was set in the originator edit pane (where the navigator jump command was issued). - Added an option to group history items by file - i.e. several history positions in the same file will show up in the pop up as a single item - of the first position in that file. - Made some cleanup, got rid of compilation warnings of unused variables. - Made the history model a bit simpler, avoiding the redundant "terminating null" in the history vector. Requires Java 1.5 Requires jEdit 04.03.15.00 Short Description: The Navigator Plugin provides a set of "Back" and "Forward" actions similar to a web browser. This is surprisingly handy. Long Description: Description: Keeps track of caret positions just before the buffers change, or whenever the mouse clicks. Allows easy navigability to previous positions in your history. Also provides a popup history dialog to allow for non-sequential jumps through the history. }}} ---------------------------------------------------------------------- >Comment By: Dale Anson (daleanson) Date: 2009-06-02 15:56 Message: Fixed, same tag, same place. I tested with 4.3pre16 (because I misread) and pre15, and then the latest from svn. It seems to compile and run fine with all three. ---------------------------------------------------------------------- Comment By: Dale Anson (daleanson) Date: 2009-06-02 11:59 Message: Eric, I must have missed the email on this. I'll take a look. ---------------------------------------------------------------------- Comment By: Townsfolk (elberry) Date: 2009-05-20 17:48 Message: Hey Dale. I'm getting a build error: [javac] Compiling 6 source files to /Users/eberry/development/projects/jedit/plugins/sandbox/Navigator-1.7/Navigator/build [javac] /Users/eberry/development/projects/jedit/plugins/sandbox/Navigator-1.7/Navigator/src/ise/plugin/nav/Navigator.java:279: cannot find symbol [javac] symbol : method openFile(org.gjt.sp.jedit.EditPane,java.lang.String) [javac] location: class org.gjt.sp.jedit.jEdit [javac] Buffer buffer = jEdit.openFile(editPane, path); [javac] ^ [javac] 1 error I checked, the jEdit.openFile(EditPane, path) wasn't introduced until jEdit 4.3pre17. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2794622&group_id=588 ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get -- -- ----------------------------------------------- jEdit Developers' List jEdit-devel <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jedit-devel
RSS Feed