Fixed non-scintilla build

This commit is contained in:
Yevgen Muntyan 2016-10-22 17:45:08 -07:00
parent f372efb8a5
commit b4a5579536
6 changed files with 11 additions and 11 deletions

View File

@ -1863,9 +1863,9 @@ block_uncomment (GtkTextBuffer *buffer,
}
//**
* moo_edit_comment_selection:
**/
///**
// * moo_edit_comment_selection:
// **/
void
moo_edit_comment_selection (MooEdit *edit)
{
@ -1922,9 +1922,9 @@ moo_edit_comment_selection (MooEdit *edit)
}
//**
* moo_edit_uncomment_selection:
**/
///**
// * moo_edit_uncomment_selection:
// **/
void
moo_edit_uncomment_selection (MooEdit *edit)
{

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mooedit/mootextfind.h"
#include "mooedit/native/mootextfind.h"
#include "mooedit/mootextview.h"
#include "mooedit/mooeditdialogs.h"
#ifndef MOO_USE_SCI

View File

@ -16,7 +16,7 @@
#ifndef MOO_TEXT_PRINT_PRIVATE_H
#define MOO_TEXT_PRINT_PRIVATE_H
#include <mooedit/mootextprint.h>
#include <mooedit/native/mootextprint.h>
G_BEGIN_DECLS

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mooedit/mootextprint-private.h"
#include "mooedit/native/mootextprint-private.h"
#include "mooedit/mooedit.h"
#include "mooedit/mooedit-impl.h"
#include "mooedit/mooeditview-impl.h"

View File

@ -16,7 +16,7 @@
#ifndef MOO_TEXT_SEARCH_PRIVATE_H
#define MOO_TEXT_SEARCH_PRIVATE_H
#include <mooedit/mootextsearch.h>
#include <mooedit/native/mootextsearch.h>
#include <mooglib/moo-glib.h>
G_BEGIN_DECLS

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mooedit/mootextsearch-private.h"
#include "mooedit/native/mootextsearch-private.h"
#include "gtksourceview/gtksourceview-api.h"
#include "mooutils/mooutils-misc.h"
#include <mooglib/moo-glib.h>