|
From: pavlikus <pav...@fr...> - 2003-05-06 22:04:07
|
1. Name: Jump! 2. Version Number: 0.1.1 3. All Requirements: * JDK 1.4.1 * jEdit 4.1final * Plugin dependencies: projectviewer.ProjectPlugin 2.0.1 * Already installed "Exuberant Ctags" (www.ctags.sourceforge.net) 4. Announcement: Changes: * Added "Parse on save" checkbox at Options. * Faster parse on save. * "Jump to tag" action not depend on current project. * Startup time = 0 ms. * Possibility to change font of Jump-list. * Possibility to test ctags setup. * Jump-list positioning changes. * Various bug fixes. 5. Souce code: * CVS module name: jedit/plugins/Jump 6. Descriptions Short: * Generate tag file on current project. * Various movements through tags. Long: Jump! work in collaborate with "ProjectViewer" plugin and with "Exuberant Ctags". It provide several actions which, I hope, accelerate your work with jEdit. When ctags parsed all files of current project, you can move among tags: jump to tag on curr. buffer, search (and jump) tag in all project files, jumpings through history of all visited tags. Also it provide quick access to any of project file. It popups small listbox (similar to jEdit's autocomplete) which displays all stuff above. |