[PATCH] Patch adding the includepatterns of the PHP part to app.kdevelop

Sebastian Gutweiler sebastian at gutweiler.net
Thu Jul 24 19:02:05 UTC 2003


Hi,

when using the PHP part I had the problem that my files weren't added to
the project, because scriptprojectpart ignored the files (Debug-Message:
"Ignoring filename.php"). It turned out that the includepatterns weren't
set. This patch adds the includepatterns to the file app.kdevelop. 

Sebastian
-------------- next part --------------
diff -u --recursive --new-file kdevelop_orig/parts/appwizard/phphello/app.kdevelop kdevelop_change/parts/appwizard/phphello/app.kdevelop
--- kdevelop_orig/parts/appwizard/phphello/app.kdevelop	Tue Mar 18 21:07:58 2003
+++ kdevelop_change/parts/appwizard/phphello/app.kdevelop	Thu Jul 24 18:54:56 2003
@@ -18,6 +18,7 @@
  <kdevscriptproject>
   <general>
    <activedir>src</activedir>
+   <includepatterns>*.php,*.phps,*.php3,*.inc</includepatterns>
   </general>
  </kdevscriptproject>
  <kdevdoctreeview>


More information about the KDevelop-devel mailing list