1
1
mc/edit
Leonard den Ottolander f21564b9e6 * edit/choosesyntax.c: Create file. Menu option to override syntax
highlighting.
* edit/Makefile.am: Add choosesyntax.c.
* edit/edit.c (edit_init): Set option_auto_syntax to 1 on every invokation
of the editor.
* edit/edit.h: Pass char*** to edit_load_syntax(). Add parameters for
syntax dialog and override.
* edit/editmenu.c (menu_options): Add menu option to override syntax
hightlighting.
* edit/editoptions.c (edit_options_dialog): Pass option_syntax_type to
edit_load_syntax().
* edit/syntax.c (edit_read_syntax_file): Dynamically allocate and fill
syntax list pnames.
* edit/syntax.c (edit_load_syntax): Use char*** for syntax list.
* src/wtools.h: #include "widget.h" and remove redundant declarations
of Dlg_head and WListbox.
2005-07-24 13:37:58 +00:00
..
.cvsignore Add .deps 2001-10-29 06:27:31 +00:00
bookmark.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
ChangeLog * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
choosesyntax.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
edit-widget.h * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
edit.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
edit.h * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
editcmd.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
editcmddef.h * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
editdraw.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
editkeys.c * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
editlock.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
editlock.h * edit.h: Renamed multiple inclusion guards that started with a 2004-12-03 17:09:27 +00:00
editmenu.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
editoptions.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
editwidget.c * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
Makefile.am * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
syntax.c * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
usermap.c * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
usermap.h * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
wordproc.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00