[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/interfaces/ktexteditor
From:       Joseph Wenninger <kde () jowenn ! at>
Date:       2004-09-20 19:56:50
Message-ID: 20040920195650.66C7125C2 () office ! kde ! org
[Download RAW message or body]

CVS commit by jowenn: 

begin of a generic template/code snippet interface with Eclipse or Makefile like \
syntax 


  A            templateinterface.cpp   1.1 [LGPL]
  A            templateinterface.h   1.1 [LGPL]
  M +5 -5      Makefile.am   1.47
  M +1 -1      editorchooser.h   1.10


--- kdelibs/interfaces/ktexteditor/Makefile.am  #1.46:1.47
@@ -1,3 +1,3 @@
-INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir) -I$(top_srcdir)/interfaces \
-I$(top_builddir)/interfaces $(all_includes) +INCLUDES = -I$(top_srcdir)/kio \
-I$(top_srcdir) -I$(top_srcdir)/interfaces -I$(top_builddir)/interfaces  \
-I$(top_srcdir)/kabc -I$(top_builddir)/kabc $(all_includes)  
 lib_LTLIBRARIES = libktexteditor.la
@@ -20,9 +20,9 @@
     viewcursordcopinterface.skel viewstatusmsgdcopinterface.cpp \
     viewstatusmsgdcopinterface.skel selectioninterfaceext.cpp \
                selectionextdcopinterface.skel \
-    texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp
+    texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp \
templateinterface.cpp  
 
 libktexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la
+libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la \
$(top_builddir)/kabc/libkabc.la  
 ktexteditorinclude_HEADERS = document.h view.h editor.h plugin.h editinterface.h \
undointerface.h \ @@ -35,5 +35,5 @@
                              encodinginterface.h viewstatusmsginterface.h  \
                sessionconfiginterface.h editorchooser.h \
                              documentinfo.h selectioninterfaceext.h \
                selectionextdcopinterface.h texthintinterface.h \
-                             editinterfaceext.h variableinterface.h
+                             editinterfaceext.h variableinterface.h \
templateinterface.h  
 ktexteditorincludedir = $(includedir)/ktexteditor
@@ -45,3 +45,3 @@
 
 kcm_ktexteditor_DATA = kcm_ktexteditor.desktop
-kcm_ktexteditordir = $(kde_datadir)/kcm_componentchooser
+kcm_ktexteditordir = $(kde_datadir)/kcm_componentchooser
\ No newline at end of file

--- kdelibs/interfaces/ktexteditor/editorchooser.h  #1.9:1.10
@@ -23,5 +23,5 @@ class KTEXTEDITOR_EXPORT EditorChooser: 
     virtual ~EditorChooser();
     
-    void writeSysDefault();
+   /* void writeSysDefault();*/
 
     void readAppSetting(const QString& postfix=QString::null);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic