> Hartmut Haase wrote: >> Here is a patch to set makeindex parameters in the preferences menu or to >> use another index program. The many changes in form_preferences.C are >> necessary because the window is too small. > > form_preferences.C is generated from form_preferences.fd. Please modify > that instead > >$ fdesign form_preferences.fd > > will enable you to do so in a straightforward fashion. > > -- > Angus o. k. here is a patch for form_preferences.fd. But there is one problem left for lastfiles (see also my mail "lyx140cvs: lastfiles"): how will form_preferences.C know what maxlastfiles in line 2244 of form_preferences.h: bounds: 0 maxlastfiles means? -- Hartmut
Hungerhilfe: http://www.thehungersite.com Das heutige Motto: Your mode of life will be changed for the better.
13c13 < Height: 500 --- > Height: 600 19c19 < box: 0 0 470 500 --- > box: 0 0 470 600 37c37 < box: 5 10 455 375 --- > box: 5 10 455 475 55c55 < box: 5 390 100 30 --- > box: 5 490 100 30 73c73 < box: 170 390 90 30 --- > box: 170 490 90 30 91c91 < box: 270 390 90 30 --- > box: 270 490 90 30 109c109 < box: 370 390 90 30 --- > box: 370 490 90 30 127c127 < box: 0 425 470 1 --- > box: 0 525 470 1 145c145 < box: 5 430 460 70 --- > box: 5 530 460 70 163c163 < Height: 375 --- > Height: 475 169c169 < box: 0 0 455 375 --- > box: 0 0 455 475 187c187 < box: 0 0 455 375 --- > box: 0 0 455 475 2244c2244 < bounds: 0 9 --- > bounds: 0 maxlastfiles 2769,2770c2769,2770 < Height: 375 < Number of Objects: 11 --- > Height: 400 > Number of Objects: 12 2775c2775 < box: 0 0 455 375 --- > box: 0 0 455 400 2869c2869 < box: 10 190 435 165 --- > box: 10 190 435 200 2923c2923 < box: 145 310 285 30 --- > box: 145 275 285 30 2959c2959 < box: 145 275 285 30 --- > box: 145 310 285 30 2973a2974,2991 > -------------------- > class: FL_INPUT > type: NORMAL_INPUT > box: 145 345 285 30 > boxtype: FL_DOWN_BOX > colors: FL_COL1 FL_MCOL > alignment: FL_ALIGN_LEFT > style: FL_NORMAL_STYLE > size: FL_NORMAL_SIZE > lcol: FL_BLACK > label: Index:|#I > shortcut: > resize: FL_RESIZE_ALL > gravity: FL_NoGravity FL_NoGravity > name: input_index > callback: C_FormDialogView_InputCB > argument: 0 >