Hi
Excuse my english, I'm a Spanish speaker :-)
I'm using the lyx processor to write my thesis, and I found it great (I
installed the 1.0.2 version).
However, I like to change a few thing, to make it more usefull (at least
for me ;-) )
I know the basics of C++, and read enough of the xforms library
documentation.
The first thing that I tried to change is, in the "Insert reference"
window, the order of the references. Due to the fact that I have a lot
of referendes in my document, it's really hard to me to find one in the
list; so, I want to order the references alphabetically.
Because of this I changed in the file buffer.C, the function
getReferenceList. Instead of just add LStrings to the list variable, I
use an ordered linked list to store the references, then I copy them
to the list variable. It works fine. However, the program causes a
Segmentation faut in the file lyx_cb.C, line 3711, in the follofing
call:
fl_addto_browser_chars(brow,refs.c_str())
I checked the refs.c_str with gdb, and the value is correct. I don know
if I making a bad use of the LString class.
Do you have any hint to solve the problem?
How can i subscribe to this mailing list?
I would really like to learn more and then help the lyx project.
Thanks in advance
Edgardo Szulsztein
[EMAIL PROTECTED]