Backed out changeset 73361c427538
This commit is contained in:
parent
63b563eee3
commit
85380579c8
@ -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)
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "mooedit/native/mootextfind.h"
|
||||
#include "mooedit/mootextfind.h"
|
||||
#include "mooedit/mootextview.h"
|
||||
#include "mooedit/mooeditdialogs.h"
|
||||
#ifndef MOO_USE_SCI
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef MOO_TEXT_PRINT_PRIVATE_H
|
||||
#define MOO_TEXT_PRINT_PRIVATE_H
|
||||
|
||||
#include <mooedit/native/mootextprint.h>
|
||||
#include <mooedit/mootextprint.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "mooedit/native/mootextprint-private.h"
|
||||
#include "mooedit/mootextprint-private.h"
|
||||
#include "mooedit/mooedit.h"
|
||||
#include "mooedit/mooedit-impl.h"
|
||||
#include "mooedit/mooeditview-impl.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef MOO_TEXT_SEARCH_PRIVATE_H
|
||||
#define MOO_TEXT_SEARCH_PRIVATE_H
|
||||
|
||||
#include <mooedit/native/mootextsearch.h>
|
||||
#include <mooedit/mootextsearch.h>
|
||||
#include <mooglib/moo-glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -13,7 +13,7 @@
|
||||
* License along with medit. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "mooedit/native/mootextsearch-private.h"
|
||||
#include "mooedit/mootextsearch-private.h"
|
||||
#include "gtksourceview/gtksourceview-api.h"
|
||||
#include "mooutils/mooutils-misc.h"
|
||||
#include <mooglib/moo-glib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user