RE: Changing CF Studio Shortcuts - Thanks

2001-04-05 Thread Chris Martin
Thanks to everyone who told me what to do. Guess my eyes just glazed over after a while. *sheepish grin* thanks again, everyone. Chris Martin ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.co

Re: Changing CF Studio Shortcuts

2001-04-05 Thread CF Crazy
How do you create your own shortcut and has anybody ever found a problem with debugger not listening to your changes? At 11:48 AM 4/5/2001 -0500, you wrote: >help --> Using ColdFusion Studio --> Chapter 6 Writing Code and >WebContent --> Using Keyboard Shortcuts > >excerted > > To assi

RE: Changing CF Studio Shortcuts and date

2001-04-05 Thread Mark W. Breneman
Silverberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:49 AM To: CF-Talk Subject: RE: Changing CF Studio Shortcuts You could use a snippet shortcut. Create a snippet for the CF comment, and then map that snippet to your key combination. Bob -Original Message- From: Chris Mar

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Aidan Whitehall
> I was wondering if it is possible to change the shortcut for > control+shift+m. Currently, it will insert regular html comments, but I > would like it insert cfml comments. I went into the Options->Customize > menu, and looked at the keyboard shortcuts, but it doesn't look like you can > edit

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Kuehn, Matthew
You can create a code snippet which inserts CFML comments, and then assign Ctrl + Shift + M to that snippet. I think Studio asks if you're sure you want to assign that key combination to the snippet, since, as you said, it is already assigned to HTML comments. I've created other snippets to inser

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Bob Silverberg
You could use a snippet shortcut. Create a snippet for the CF comment, and then map that snippet to your key combination. Bob -Original Message- From: Chris Martin [mailto:[EMAIL PROTECTED]] Sent: April 5, 2001 11:27 AM To: CF-Talk Subject: Changing CF Studio Shortcuts Hi. I was wond

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Adkins, Randy
OPTIONS: Customize: Keyboard Shortcuts -Original Message- From: Chris Martin [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:27 AM To: CF-Talk Subject: Changing CF Studio Shortcuts Hi. I was wondering if it is possible to change the shortcut for control+shift+m. Currently

Re: Changing CF Studio Shortcuts

2001-04-05 Thread Douglas Knudsen
help --> Using ColdFusion Studio --> Chapter 6 Writing Code and WebContent --> Using Keyboard Shortcuts excerted To assign a key combination: 1. Open the Keyboard Shortcuts tab and select a command from the list.

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Patricia Lee
You can. And you're even looking in the right place already. If you contintue down the list you'll see a whole bunch of commands that don't have shortcuts. Including CFML comment. Simply reassing your desired shortcut keys to this. I know it works. I've done it myself. |-Original Message

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Jason Powers
Actually, there IS a setting under Customize for "ColdFusion Comments" which would allow you to reassign the shortcut to the CFML comment. Even if there weren't an option, it would be possible to create a snippet and assign the shortcut to that instead. Jason Powers

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Semrau, Steven L Mr SRA
The 'coldfusion comment' selection is there it's after the listing of assigned shortcuts. When you find it, high-light it, then click in the box at the bottom left (next to the Apply button) and then press the key selection you would like to use (control+shift+m) and it will populate that box