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

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Fri Jul 25 10:02:04 UTC 2003


Applied, Thanks a lot!


Sebastian Gutweiler wrote:

>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
>  
>
>------------------------------------------------------------------------
>
>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>
>  
>
PS: even the diff format is good!

-- 
Amilcar Lucas







More information about the KDevelop-devel mailing list