XQuery source: comment selection

Are you missing a feature? Request its implementation here.
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

XQuery source: comment selection

Post by dsewell »

Request for a right-click option when editing an XQuery file: "comment selection". So that:

Code: Select all

for $i in $foobar
return $i/@something
becomes

Code: Select all

(: for $i in $foobar
return $i/@something :)
stefan

Post by stefan »

I added your enhancement request to our todo list.
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

Post by dsewell »

stefan wrote:I added your enhancement request to our todo list.
Thanks! :D
Radu
Posts: 9069
Joined: Fri Jul 09, 2004 5:18 pm

Post by Radu »

Hi,

Just wanted to let you know that we made some changes in the commenting actions.
The action is now called "Toggle comment" and also works on CSS, JS and XQuery documents the same way as in XML documents. If you have a selection it will comment/uncomment it depending whether that selection is a block comment or not.
If you don't have anything selected it will either comment the line at caret position or uncomment the comment block in which the caret is found.
This will probably be incorporated in the 7.1 maintainance version available in a couple of weeks.

Regards, Radu.
Post Reply