Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: lxr and Mysql problem
Date: Fri, 07 Dec 2007 09:42:02
Message-Id: 7797aa370712070136m217dcf63q1df932316dacfc0f@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: lxr and Mysql problem by Randy Barlow
1 here is some information about lxr:
2 # eix lxr
3 [I] www-apps/lxr
4 Available versions:
5 (0.3.1) *0.3.1!m
6 (0.9.5) (~)0.9.5
7 {cvs freetext mysql postgres vhosts}
8 Installed versions: 0.9.5(0.9.5)(02:48:51 PM 12/03/2007)(mysql
9 vhosts -cvs -freetext -postgres)
10 Homepage: http://sourceforge.net/projects/lxr
11 Description: general purpose source code indexer and
12 cross-referener with a web-based frontend
13
14
15 lxr somehow like the SourceInsight in Windows. It make you jump and
16 trace the routines and source files very easily.
17 For example, when you are reading such a routine:
18
19 int
20 test{
21 ....
22 f1();
23 ...
24 f2();
25
26 ...
27 }
28
29 maybe you want to know what the funtion f1() or f2() does, then you
30 will just need to use the mouse to click on the f1() or f2()(or any
31 other SIMPLE ways) and it will jump to the definition of this fuction.
32
33
34 On Dec 7, 2007 5:07 PM, Randy Barlow <randy@×××××××××××××××××.com> wrote:
35 > Chuanwen Wu wrote:
36 > > So, no one ever used lxr?
37 > > Or maybe you can recommend other tools that can be used to view the
38 > > souce(usually the kernel source) to me?
39 >
40 > I'm not at all familiar with lxr, but most text editors can do syntax
41 > highlighting when you view source code. I like vim from the console, or
42 > kdevelop for GUI. Is it just a text editor you are looking for?
43 >
44 > --
45 > Randy Barlow
46 > http://electronsweatshop.com
47 > --
48 > gentoo-user@g.o mailing list
49 >
50 >
51
52
53
54 --
55 wcw
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: lxr and Mysql problem Chuanwen Wu <wcw8410@×××××.com>