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 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)
Add'l Matching Brace Functionality
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2
- Joined: Tue Jun 29, 2004 12:08 am
- Contact:
Add'l Matching Brace Functionality
Larry Johnson
Keep It Simple Engineering, Inc. www.kise-inc.com
Keep It Simple Engineering, Inc. www.kise-inc.com