SF.net SVN: geany: [596] trunk/src

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Jul 20 21:17:22 UTC 2006


Revision: 596
Author:   ntrel
Date:     2006-07-20 14:17:17 -0700 (Thu, 20 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=596&view=rev

Log Message:
-----------
Moved GEANY_RESPONSE_* to callbacks.h

Modified Paths:
--------------
    trunk/src/callbacks.h
    trunk/src/geany.h
Modified: trunk/src/callbacks.h
===================================================================
--- trunk/src/callbacks.h	2006-07-20 21:16:12 UTC (rev 595)
+++ trunk/src/callbacks.h	2006-07-20 21:17:17 UTC (rev 596)
@@ -20,7 +20,14 @@
  * $Id$
  */
 
+enum {
+	GEANY_RESPONSE_REPLACE = 1,
+	GEANY_RESPONSE_REPLACE_ALL,
+	GEANY_RESPONSE_REPLACE_SEL,
+	GEANY_RESPONSE_FIND
+};
 
+
 extern gchar current_word[]; //needed for popup menu keybindings access
 
 void

Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h	2006-07-20 21:16:12 UTC (rev 595)
+++ trunk/src/geany.h	2006-07-20 21:17:17 UTC (rev 596)
@@ -20,6 +20,9 @@
  * $Id$
  */
 
+#ifndef GEANY_H
+#define GEANY_H
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
@@ -30,9 +33,6 @@
 #   define PLAT_GTK 1
 #endif
 
-#ifndef GEANY_H
-#define GEANY_H
-
 #include "Scintilla.h"
 #include "ScintillaWidget.h"
 
@@ -260,13 +260,6 @@
 	GEANY_IMAGE_NEW_ARROW
 };
 
-enum {
-	GEANY_RESPONSE_REPLACE = 1,
-	GEANY_RESPONSE_REPLACE_ALL = 2,
-	GEANY_RESPONSE_REPLACE_SEL = 3
-};
-
-
 enum
 {
 	UP,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list