jEdit Community - Resources for users of the jEdit Text Editor
Code following
Submitted by Anonymous on Tuesday, 11 January, 2005 - 05:55
Is there a way to "goto" a selected method. For instance in foo.java

Bar bar = new Bar();

bar.findThisOne();

is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
ctags
by Anonymous on Tue, 11/01/2005 - 10:00
There may be better ways for java, but for C I use the CodeBrowser- and Tags-plug-ins.

CodeBrowser automatically builds the tags for the current file, but it cannot handle multiple files, I think.

Tags allows the function you are looking for ("Follow Tag"), but does not build the tag-file itself.

I made a macro:

runCommandInConsole(view,"System","cd $d"); // change to the directory of the current file
runCommandInConsole(view,"System","c:\\programme\\ctags554\\ctags *"); // create tag-file "tags" for all source-files in directory

You can also include such a functionality into you build-process.

Read the documentation of both plug-ins anyway (to see where to get from ctags, etc.)

Regards

Thomas
User login
Browse archives
« November 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   101634
Context Free Art (*.cfdg)   0.31   46062
BBEdit scheme   1.0   18601
JBuilder scheme   .001   18502
ColdFusion scheme   1.0   18031
R Edit Mode - extensive version   0.1   17481
Advanced HTML edit mode   1.0   16213
Matlab Edit Mode   1.0   16075
jEdit XP icons   1.0   15236
XP icons for jEdit   1.1   14300