Patch to match brackets on double click

Richard Dale Richard_Dale at tipitina.demon.co.uk
Mon Mar 6 20:32:55 GMT 2000


Please find attached a handy patch for KDevelop-1.1 to enhance KDevelop's double
click behaviour. Double click on '{', '}', '(', ')', '[', or ']' and the text
will be selected up until the matching close bracket. Brackets inside literals
and comments in C/C++/Objective-C are ignored.

Apple's ProjectBuilder has this feature, and I find it really useful.

Copy kdevelop-1.1bracketmatch.patch to the directory above KDevelop-1.1

	$ cd  kdevelop-1.1
	$ patch -p1 < ../kdevelop-1.1bracketmatch.patch
	$ ./configure
	$ make
	$ make install

-- Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdevelop-1.1bracketmatch.patch.gz
Type: application/x-gzip
Size: 2293 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20000306/cfe1385b/attachment.bin>


More information about the KDevelop mailing list