medit/moo/mooedit
Yevgen Muntyan 4d24e73b2e Removed odd style setting 2006-05-27 00:39:06 -05:00
..
glade Don't expand notebook 2006-05-24 02:05:09 -05:00
plugins Added tooltips 2006-05-24 02:08:05 -05:00
syntax Removed odd style setting 2006-05-27 00:39:06 -05:00
Makefile.incl Added Print Options dialog 2006-05-07 23:48:37 -05:00
gtksourceiter.c Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
gtksourceiter.h Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
menu.cfg Added GAP extensions 2006-05-14 18:44:07 -05:00
moocmdview.c Removed emacs header 2006-05-21 18:11:05 -05:00
moocmdview.h Removed emacs header 2006-05-21 18:11:05 -05:00
moocompletion.c Made egg_regex_new return NULL on error 2006-04-25 14:08:35 -05:00
moocompletion.h Added insert-script 2006-04-19 13:05:25 -05:00
mooedit-actions.c Fixed some leaks 2006-05-20 01:57:50 -05:00
mooedit-actions.h Replaced MooAction with GtkAction 2006-05-08 23:57:16 -05:00
mooedit-private.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooedit-script.c Renamed MooPlaceholder to MooTextBox; added text placeholders 2006-04-25 01:42:01 -05:00
mooedit-script.h Added 'ext' variable, Open() function 2006-04-19 16:45:56 -05:00
mooedit.c Don't let config create an infinite loop 2006-05-23 12:59:23 -05:00
mooedit.h "medit nonexistingfile" now creates a new file instead of showing error message 2006-05-04 02:30:32 -05:00
mooeditconfig.c Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
mooeditconfig.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
mooeditdialogs.c Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditdialogs.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditfileops.c Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditfileops.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
mooeditinput.c Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mooeditor.c Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditor.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooeditprefs.c Save pane position 2006-05-04 22:41:23 -05:00
mooeditprefs.h Use one last dir both in Open and Save dialogs 2006-04-28 16:09:58 -05:00
mooeditprefspage.c Make prefs page prettier on windows 2006-05-23 15:09:15 -05:00
mooeditwindow.c Make action checks work with no documents 2006-05-27 00:37:32 -05:00
mooeditwindow.h moo_edit_window_present_output() 2006-05-26 01:44:27 -05:00
moofold.c Prefixed MooFold method names with underscore 2006-05-05 16:17:47 -05:00
moofold.h Prefixed MooFold method names with underscore 2006-05-05 16:17:47 -05:00
moohighlighter.c Fixed styles 2006-05-25 23:44:39 -05:00
moohighlighter.h Do not apply tags that do not carry style 2006-04-29 14:38:28 -05:00
mooindenter.c Removed emacs header 2006-05-21 18:11:05 -05:00
mooindenter.h Removed emacs header 2006-05-21 18:11:05 -05:00
moolang-aux.h Do not use regular expressions for special sequences 2006-04-26 13:24:57 -05:00
moolang-parser.c Removed emacs header 2006-05-21 18:11:05 -05:00
moolang-parser.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolang-private.h Fixed styles 2006-05-25 23:44:39 -05:00
moolang-rules.c Removed emacs header 2006-05-21 18:11:05 -05:00
moolang-rules.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolang-strings.h Removed emacs header 2006-05-21 18:11:05 -05:00
moolang.c Fixed styles 2006-05-25 23:44:39 -05:00
moolang.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolangmgr.c Removed emacs header 2006-05-21 18:11:05 -05:00
moolangmgr.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolinebuffer.c Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolinebuffer.h Added per-language settings in Preferences dialog 2006-05-04 01:40:54 -05:00
moolinemark.c Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolinemark.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
moolineview.c Removed emacs header 2006-05-21 18:11:05 -05:00
moolineview.h Removed emacs header 2006-05-21 18:11:05 -05:00
mooplugin-macro.h Made all get_type functions static 2006-05-13 16:08:47 -05:00
mooplugin.c Use g_message instead of g_warning 2006-05-23 12:59:47 -05:00
mooplugin.h Removed emacs header 2006-05-21 18:11:05 -05:00
mootext-private.h Fixed priorities of brackets tags, so bold is really bold. For rule tags, apply style from context the match belongs to, not the rule's context. 2006-05-24 02:10:02 -05:00
mootextbox.c Renamed MooPlaceholder to MooTextBox; added text placeholders 2006-04-25 01:42:01 -05:00
mootextbox.h Renamed MooPlaceholder to MooTextBox; added text placeholders 2006-04-25 01:42:01 -05:00
mootextbtree.c Use g_slice 2006-05-20 00:09:09 -05:00
mootextbtree.h Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
mootextbuffer.c Fixed priorities of brackets tags, so bold is really bold. For rule tags, apply style from context the match belongs to, not the rule's context. 2006-05-24 02:10:02 -05:00
mootextbuffer.h Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mootextfind.c Scroll to found nicer 2006-05-25 23:44:24 -05:00
mootextfind.h Write search results to status bar 2006-04-09 21:58:21 -05:00
mootextiter.h Reverted MooTextTag stuff; implemented placeholders using child anchors 2006-04-24 13:44:25 -05:00
mootextpopup.c Prefixed more private functions with underscore 2006-05-13 16:09:46 -05:00
mootextpopup.h moo_text_popup_get_selected(), moo_text_popup_select() 2006-04-16 03:53:24 -05:00
mootextprint.c Adapted to new gtk api 2006-05-24 02:06:19 -05:00
mootextprint.h Added Print Options dialog 2006-05-07 23:48:37 -05:00
mootextsearch.c Removed emacs header 2006-05-21 18:11:05 -05:00
mootextsearch.h Removed emacs header 2006-05-21 18:11:05 -05:00
mootextstyle.c Fixed some leaks 2006-05-20 01:57:50 -05:00
mootextstyle.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextstylescheme.c r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextstylescheme.h r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600 2006-02-23 14:03:17 +00:00
mootextview-private.h Removed emacs header 2006-05-21 18:11:05 -05:00
mootextview.c Renamed MooUndoMgr to MooUndoStack; removed MooTextBuffer::interactive 2006-05-21 11:18:11 -05:00
mootextview.h Removed emacs header 2006-05-21 18:11:05 -05:00
moousertools.c Correctly handle case when no documents open 2006-05-27 00:38:32 -05:00
moousertools.h Allow adding tools into different menus 2006-05-01 12:26:45 -05:00
tools.cfg Reverted previous erroneous commit 2006-05-24 02:10:57 -05:00