branches/kdevelop/3.4/parts/grepview

Richard Dale Richard_Dale at tipitina.demon.co.uk
Sun Apr 16 21:56:07 UTC 2006


SVN commit 530479 by rdale:

* Added *.rxml and *.rjs as extra Ruby filetypes in the grep dialog

CCMAIL: kdevelop-devel at kdevelop.org



 M  +1 -1      grepdlg.cpp  


--- branches/kdevelop/3.4/parts/grepview/grepdlg.cpp #530478:530479
@@ -74,7 +74,7 @@
     "*.pl",
     "*.pp,*.pas",
     "*.py",
-    "*.rb,*.rhtml",
+    "*.rb,*.rhtml,*.rjs,*.rxml",
     "*",
     0
 };




More information about the KDevelop-devel mailing list