Add'l Matching Brace Functionality

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
keepitsimpleengr
Posts: 2
Joined: Tue Jun 29, 2004 12:08 am
Contact:

Add'l Matching Brace Functionality

Post by keepitsimpleengr »

It' s great that Ctrl-M toggles matching braces…

It's also great tha Ctrl-Shift-M Selects to matching braces…

But what if Ctrl-Alt-M removes the matching braces :D but left the betweens…

I'd use it a lot for Wizard Generated code — such as…

((([table name].[column name])<>[parameter]) AND
((([another table].[different column]) BETWEEN [table name].[column name] AND [table name].[column name]=30)))
-------to get---------
table name.column name<>parameter
AND
another table.different column
BETWEEN table name.column name AND (table name.column name+30)
Larry Johnson
Keep It Simple Engineering, Inc. www.kise-inc.com
Post Reply