/plugins/Tags/tags/tags-rel-1-0/intro.txt

# · Plain Text · 57 lines · 37 code · 20 blank · 0 comment · 0 complexity · 02d47dbaf0a92b61200151e83ef9103d MD5 · raw file

  1. Subject: Tags plugin (0.3) available
  2. I recently left XEmacs for JEdit, but before I could make the full time switch
  3. I needed tagging. This plugin will provide tagging around source files.
  4. Excerpt from the Exuberant C Tags man page:
  5. Tag index files are supported by numerous editors, which
  6. allow the user to locate the object associated with a name
  7. appearing in a source file and jump to the file and line
  8. which defines the name.
  9. HOW TO USE
  10. ----------
  11. From the Plugin > Tags menu:
  12. Follow Tag: Find the tag under the cursor (or optionally the selected text).
  13. For object oriented languages (currently only Java), a drop down list will
  14. appear with possible fully qualified tags. Placing the cursor on (or before
  15. when using the bar cursor) the dot/period of a method call will populate the
  16. drop down list with possible object types of the variable.
  17. Follow Tag (New View): Find the tag under the cursor in a new view.
  18. Follow Tag...: A dialog will appear where you can enter a tag name.
  19. Pop Tag: Return to the location previous to following a tag.
  20. Tagging Options: Use this dialog to set the various options for tagging.
  21. Tag file type: The type of tag files used. This will affect the
  22. searching of the tag files. It should be set based on the program used
  23. to generate the tag files
  24. Tag search files: The set of tag files for searching. The order of the
  25. list will be the order of the search.
  26. This information is in the short README which is included in the jar. Also see
  27. TODO.TXT for future plans, limitations, and known bugs.
  28. Questions, comments, suggestions, bug reports, and large bags of money
  29. welcome. This is my first ever plugin (and open source offering) so please be
  30. gentle.
  31. If and when you find bugs, if it is not easily reproduceable, please send the
  32. tag file along with the related source files (or a short example).
  33. Download:
  34. http://home.earthlink.net/~kdrew/Tags.jar
  35. Currently you can find the source jared with the jar file.
  36. Enjoy,
  37. Ken Drew