[Bug 58025] file wizard, global types: flex and bison/yacc integration

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Mon Jun 16 17:19:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58025     
amilcar at ida.ing.tu-bs.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amilcar at ida.ing.tu-bs.de  2003-06-16 17:18 -------
Subject: kdevelop/parts/filecreate

CVS commit by aclu: 

Added flex and bison template files.
Thanks to Daniel Franke ( daniel.franke at imbs.uni-luebeck.de )  for the files.

CCMAIL:58025-done at bugs.kde.org


  A            file-templates/l   1.1
  A            file-templates/ll   1.1
  A            file-templates/y   1.1
  A            file-templates/yy   1.1
  M +1 -1      file-templates/Makefile.am   1.12
  M +1 -1      kdevpart_filecreate.rc   1.5
  M +12 -0     template-info.xml   1.13


--- kdevelop/parts/filecreate/kdevpart_filecreate.rc  #1.4:1.5
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui>
-<kpartplugin name="filecreate" library="libfilecreateplugin" version="1">
+<kpartplugin name="filecreate" library="libfilecreateplugin" version="2">
 <MenuBar>
  <Menu name="file">

--- kdevelop/parts/filecreate/template-info.xml  #1.12:1.13
@@ -112,4 +112,16 @@
         <descr>A new Delphi project.</descr>
       </type>
+      <type ext="l" name="flex C source" create="template" icon="source_l">
+        <descr>A new empty flex C source source file.</descr>
+      </type>
+      <type ext="ll" name="flex C++ source" create="template" icon="source_l">
+        <descr>A new empty flex C++ source source file.</descr>
+      </type>
+      <type ext="y" name="bison C source" create="template" icon="source_y">
+        <descr>A new empty bison C source source file.</descr>
+      </type>
+      <type ext="yy" name="bison C++ source" create="template" icon="source_y">
+        <descr>A new empty bison C++ source source file.</descr>
+      </type>
     </filetypes>
   </kdevfilecreate>

--- kdevelop/parts/filecreate/file-templates/Makefile.am  #1.11:1.12
@@ -1,3 +1,3 @@
 
 rcdir = $(kde_datadir)/kdevfilecreate/file-templates
-rc_DATA = py ui ui-dialog ui-mainwin h cpp ui-confdialog ui-dialogb ui-widget ui-dialogr ui-tabdialog ui-wizard c java php F f f77 f90 f95 for ftn fpp pl pm rb pp-program pp-unit pas-program pas-unit dpr adb ads
+rc_DATA = py ui ui-dialog ui-mainwin h cpp ui-confdialog ui-dialogb ui-widget ui-dialogr ui-tabdialog ui-wizard c java php F f f77 f90 f95 for ftn fpp pl pm rb pp-program pp-unit pas-program pas-unit dpr adb ads l ll y yy




More information about the KDevelop-devel mailing list