Another feature for links... [modified]
-
Define "Do The Right Thing" (and no, not your version of DTRT. The version that will make all other 4,955,427 members happy as well :D)
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
-
Define "Do The Right Thing" (and no, not your version of DTRT. The version that will make all other 4,955,427 members happy as well :D)
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
I use IE7 and my only complaint (as regards this subject) is that clicking ^ activates the new tab after it's opened, whereas if I use "Open in New Tab" it doesn't, so I still primarily use the context menu. I have little use for the [^] at all.
-
I use IE7 and my only complaint (as regards this subject) is that clicking ^ activates the new tab after it's opened, whereas if I use "Open in New Tab" it doesn't, so I still primarily use the context menu. I have little use for the [^] at all.
PIEBALDconsult wrote:
clicking ^ activates the new tab after it's opened
Then something's been changed in your Tab settings in IE. The HTML we render says 'target=_blank' which means 'open in a new window'. 'Open in a new tab' is a new CSS3 thing that we've not implemented.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
-
PIEBALDconsult wrote:
clicking ^ activates the new tab after it's opened
Then something's been changed in your Tab settings in IE. The HTML we render says 'target=_blank' which means 'open in a new window'. 'Open in a new tab' is a new CSS3 thing that we've not implemented.
cheers, Chris Maunder
CodeProject.com : C++ MVP
Dunno, but I get a new tab when I click [^] Want a screen shot of my settings?
-
James R. Twine wrote:
Having it available directly on (next to) the link is still useful.
I second that I have IE7 and that tab link didnt work.. it still opened in a new window :confused:
"There are three sides to every story. Yours, mine and the truth" ~ unknown "All things good to know are difficult to learn" ~ Greek Proverb "The only place success comes before work is in the dictionary" ~ Vidal Sassoon
-
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
My browser opens a link in a new tab, if I middle-click on it (IE, FF, Opera, safari). I don't feel the need for any such new feature.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Dunno, but I get a new tab when I click [^] Want a screen shot of my settings?
This behaviour, and others similar to it, likely has to do with how your popup or "open new window in xyz" settings are configured. Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
-
Same thing wrong with doing
Shift+Click
- nothing. The small print on my original post may be too subtle a hint... I am going to amend it. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
You didnt say the magic word! :P
Adam Smith www.codeproject.com
-
Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.
"The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy
-
Would it be possible (Edit: please :)) to add another feature to the automatic link paste feature and/or to the Formatting "toolbar" at the bottom of the editor? I would like the ability to open a link in a new tab (using
tab
as the target of the link), now that more browsers offer it. Something like: http://www.codeproject.com/[^][T] Well, this works in IE7, anyway... Peace! Oh, and before someone mentions that the context menu has a selection for "open in a new tab," it also has one for "open in a new window." Having it available directly on (next to) the link is still useful. Edit: The preceding text appears to be too subtle a hint for some. Using something likeSHIFT+CLICK
opens a link in a new window. However, having the[^]
on the link is useful as well (and I bet that if you want to open a link in a new window, you likely click on the[^]
instead ofSHIFT+CLICK
ing on the link itself. The same thing applies to opening a link in a new tab, so yes, I do have a middle mouse button and no, it is not broken.-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesmodified on Tuesday, March 25, 2008 8:30 AM
-
Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.
"The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy
And what do you think happens when you push down on the scroll wheel in all but the cheapest mice? (With logitech you'll need to fiddle with setpoint since it defaults to reprogram button3 into something else.)
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
-
Well, where to start, I guess the best answer is real hipsters use mice with two buttons and a scroll wheel in the middle. ;) Seriously I have seen 3 button mice in use maybe twice in my entire life in thousands of offices. They look freakish and hard to use to me and I'll NEVER give up my scroll wheely thing, it's second nature to me now.
"The pursuit of excellence is less profitable than the pursuit of bigness, but it can be more satisfying." - David Ogilvy
-
Oooooh, nifty!
-
And what do you think happens when you push down on the scroll wheel in all but the cheapest mice? (With logitech you'll need to fiddle with setpoint since it defaults to reprogram button3 into something else.)
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull