Plugin Central Submission item #2828536, was opened at 2009-07-28 11:31
Message generated for change (Settings changed) made by ezust
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2828536&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: Closed
Priority: 5
Private: No
Submitted By: Shlomy Reinstein (shlomy)
Assigned to: Alan Ezust (ezust)
Summary: CtagsInterface 1.0
Initial Comment:
{{{ CtagsInterface 1.0
Source: Source code is in SVN with the tag release-1.0 (no SVN release numbers, please)
Announcement: This new version works with the new ProjectViewer API and contains many improvements that for a long time resided in a branch.
Requires Java 1.5
Requires jEdit 04.03.13.00
Required plugins:
SuperAbbrevsPlugin 0.32
Optional plugins:
projectviewer.ProjectPlugin 2.9.0.0
Short Description: CtagsInterface provides common Ctags services to interested plugins.
Long Description: <p>
CtagsInterface provides source code tagging functionality using the "Exuberant Ctags" tool (http://ctags.sourceforge.net). It automatically invokes Ctags on a list of projects (or source code trees) and keeps the tag information in a HSQL database ( http://hsqldb.org). It can automatically keep track of modifications to the projects (or source trees), re-run Ctags over the modified files and keep the database updated.
The plugin provides a "Follow tag" function which can be used to follow the tag under the caret, and a "Tag preview" dockable which tracks the caret location and shows the definition of the tag under the caret automatically.
</p>
<p>
In addition, CtagsInterface provides a convenient API to access the tag database, so that the tag information can be shared with other plugins as well, and to eliminate the need for other plugins to interface with Ctags directly.
</p>
<p>
CtagsInterface is highly-configurable and can make use of all the information provided by Ctags. All tag extensions are inserted into the database and made available to other plugins by the API.
</p>
}}}
----------------------------------------------------------------------
>Comment By: Alan Ezust (ezust)
Date: 2009-07-28 17:33
Message:
thanks, eric.
released to plugin central.
----------------------------------------------------------------------
Comment By: Townsfolk (elberry)
Date: 2009-07-28 16:52
Message:
Shlomy mentioned to me offline that he has put in checks to ensure it will
run on 1.5, but that it does require 6 to compile.
----------------------------------------------------------------------
Comment By: Townsfolk (elberry)
Date: 2009-07-28 16:48
Message:
Shlomy mentioned offline that he has put in checks which will allow it to
run on 1.5, but it does require 1.6 to compile.
----------------------------------------------------------------------
Comment By: Townsfolk (elberry)
Date: 2009-07-28 16:44
Message:
This one requires compilation with Java 6, but the source and target can be
marked down to 1.5. That's how the Daily build works.
----------------------------------------------------------------------
Comment By: Alan Ezust (ezust)
Date: 2009-07-28 16:40
Message:
have you tried building this against java 1.5 ?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=625093&aid=2828536&group_id=588
|