Renamed as-plugin-* to ms-plugin-*

This commit is contained in:
Yevgen Muntyan 2006-02-24 22:44:20 -06:00
parent d71e3ae7a4
commit 6ff776b56b
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
* as-plugin-script.c
* ms-plugin-script.c
*
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
*
@ -12,7 +12,7 @@
* See COPYING file that comes with this distribution.
*/
#include "as-plugin-script.h"
#include "ms-plugin-script.h"
static void ms_plugin_context_init_api (MSPluginContext *ctx);

View File

@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
* as-plugin-script.h
* ms-plugin-script.h
*
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
*

View File

@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
* as-plugin-xml.c
* ms-plugin-xml.c
*
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
*
@ -12,13 +12,13 @@
* See COPYING file that comes with this distribution.
*/
#include "as-plugin-xml.h"
#include "ms-plugin-xml.h"
#include "mooutils/moomarkup.h"
#include "mooutils/mooutils-misc.h"
#include <string.h>
#define MS_ROOT "active-strings"
#define MS_ELM "as"
#define MS_ELM "ms"
#define MS_PROP_PATTERN "pattern"
#define MS_PROP_LANG "lang"

View File

@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
* as-plugin-xml.h
* ms-plugin-xml.h
*
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
*

View File

@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
* as-plugin.c
* ms-plugin.c
*
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
*
@ -23,8 +23,8 @@
#include "mooedit/mootextview.h"
#include "mooedit/plugins/mooeditplugins.h"
#include "mooutils/eggregex.h"
#include "as-plugin-script.h"
#include "as-plugin-xml.h"
#include "ms-plugin-script.h"
#include "ms-plugin-xml.h"
#include "mooutils/mooscript/mooscript-parser.h"
#include <string.h>