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

List:       kde-commits
Subject:    KDE/kdesdk/scripts/kde-emacs
From:       Jesper Pedersen <blackie () blackie ! dk>
Date:       2009-04-20 13:10:15
Message-ID: 1240233015.913917.15532.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 956643 by blackie:

* Support for jumping from a header file with a different extension than .h
* Support for upcase file names (.H e.g.)

 M  +2 -2      sourcepair.el  


--- trunk/KDE/kdesdk/scripts/kde-emacs/sourcepair.el #956642:956643
@@ -109,7 +109,7 @@
 
 ;;; Code:
 
-(defcustom sourcepair-source-extensions '( ".cpp" ".cxx" ".cc" ".C" ".c" ".CC" \
".c++") +(defcustom sourcepair-source-extensions '( ".cpp" ".CPP" ".cxx" ".CXX" ".cc" \
".CC" ".c" ".C" ".c++" ".C++")  "*List of recognized extensions for source files.
 
 This variable is used by `sourcepair-load'.  The value should be a list
@@ -120,7 +120,7 @@
 `sourcepair-source-path'."
 :type '(repeat string))
 
-(defcustom sourcepair-header-extensions '( ".h" ".hpp" ".hh" ".H" ".hxx" )
+(defcustom sourcepair-header-extensions '( ".h" ".H" ".hpp" ".HPP" ".hh" ".HH" \
".hxx" ".HXX")  "*List of recognized extensions for header files.
 
 This variable is used by `sourcepair-load'.  The value should be a list


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

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