The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-02-13 | 965 Bytes | |
| jtags-0.98.0.zip | 2016-02-13 | 22.9 kB | |
| Totals: 2 Items | 23.8 kB | 0 | |
jtags version 0.98.0
Installation
Download and unzip the provided zip file. Place the files "jtags.el" and "jtags-extras.el" in your load-path, and put the following lines of code in your init file:
(autoload 'jtags-mode "jtags" "Toggle jtags mode." t)
(add-hook 'java-mode-hook 'jtags-mode)
(autoload 'jtags-extras "jtags-extras" "Load jtags-extras.")
(add-hook 'java-mode-hook 'jtags-extras)
If you are using GNU Emacs 24 or later, you can also install jtags from MELPA. Type M-x package-list-packages in Emacs, and search for "jtags".
Changes
- Added support for Java 8 constructs: default methods, method references, and lambdas.
- Added support for static imports.
- Added hook to be run after updating tags table files.
- Using etags-goto-tag-location to improve precision in locating tags.
- Removed deprecated variables and methods.
- Droppped support for GNU Emacs 21.