473,414 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

VisualStudio 2005 and Bookmarks

Hi all,

I used until now Visual Studio 2003 and now I updated to Visual Studio
2005 and I have problems with the bookmarks.

1) until now if you had several bookmarks into one document, with F2 you
were jumping from the current one to the next one, next one meaning the
closest when going to the bottom of the page. Now, F2 is jumping in the
order you put thos bookmarks, so is either up, or down.

2) if you have bookmarks in several docs, and you F2 in one doc, it will
actually jump in the other doc too.

I don't want this behaviour and I would like to have the old behaviour
back. Any clue how can I disable this behaviour?

Thx,
Viv
Jun 22 '06 #1
4 1426
You can see multiple bookmarks related buttons on your toolbar. There are:
1. next/previous bookmark
2. next/previous bookmark in folder
3. next/previous bookmark in current document

Number 3 may be what you want. Just assign your desired shortcut F2 to
it. See my blog http://www.helixoft.com/blog/archives/8 for info how to
do it. The name of this command is Edit.NextBookmarkInDocument.
--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code
Jun 22 '06 #2
I don't think there is a way to change this behavior, but there is a toolbar
button you can add that makes it work just in the current document. You
could also assign/reassign the keyboard accelerators to do what you want
with the commands (like change F2 to be in the document rather than all
documents)

You can also display the Bookmark Window (from the View menu) which allows
you to go to them or manage them pretty nicely. If you set up regular ones
it's nice to be able to rename them.

Tom

"Viviana Vc" <vc*******@hotmail.com> wrote in message
news:4f*************@individual.net...
Hi all,

I used until now Visual Studio 2003 and now I updated to Visual Studio
2005 and I have problems with the bookmarks.

1) until now if you had several bookmarks into one document, with F2 you
were jumping from the current one to the next one, next one meaning the
closest when going to the bottom of the page. Now, F2 is jumping in the
order you put thos bookmarks, so is either up, or down.

2) if you have bookmarks in several docs, and you F2 in one doc, it will
actually jump in the other doc too.

I don't want this behaviour and I would like to have the old behaviour
back. Any clue how can I disable this behaviour?

Thx,
Viv

Jun 22 '06 #3
Hi Peter,

Thx for your answer. It worked! :)

I tried to follow your steps and I did the following (indeed what I want
is: "next bookmark in the current document"):
1) Tools -> Options -> select Edit.NextBookmarkInDocument
2) Hit F2 in the Press shortcut key
3) hit Assign
=> I didn't get any warning or such, but still didn't work. It was still
the previous behaviour.

The other settings that were on that page:
- "Apply the following additional keyboard mapping scheme" - "Visual C++
6"
- "USe new shortcut in" - "Global"

I assumed this didn't work b/c of what you also mentioned in your blog
"Remember that you cannot change or assign the shortcut if you are using
predefined keyboard mapping scheme. You will be warned in this case."
(but I wasn't warned).
Also I couldn't do the suggestion "You must create a copy of current
scheme and use that copy. Press Save As… button under Keyboard mapping
scheme and give it some name. Then select this new scheme." as I don't
have the "Save As" button, I only have a "Reset" button.

I also tried to change the "Apply the following additional keyboard
mapping scheme" to "Default", but then the CTRL+F2 (used to set a
bookmark) didn't work anymore.

In the end I changed the "Use new shortcut in" to "Text Editor" and now
seems everything works as I want :)

So the final settings on that page look for me like:
- "Apply the following additional keyboard mapping scheme" is "Visual
C++ 6"
- command Edit.NextBookmarkInDocument
- "USe new shortcut in" is "Text Editor"
- "Press shortcut key" F2
- hit Assign button

Thx,
Viv

On Thu, 22 Jun 2006 17:55:26 +0200, Peter Macej <pe***@vbdocman.com>
wrote :
You can see multiple bookmarks related buttons on your toolbar. There are:
1. next/previous bookmark
2. next/previous bookmark in folder
3. next/previous bookmark in current document

Number 3 may be what you want. Just assign your desired shortcut F2 to
it. See my blog http://www.helixoft.com/blog/archives/8 for info how to
do it. The name of this command is Edit.NextBookmarkInDocument.


Jun 23 '06 #4
> I assumed this didn't work b/c of what you also mentioned in your blog
"Remember that you cannot change or assign the shortcut if you are using
predefined keyboard mapping scheme. You will be warned in this case."
(but I wasn't warned).
Also I couldn't do the suggestion "You must create a copy of current
scheme and use that copy. Press Save As… button under Keyboard mapping
scheme and give it some name. Then select this new scheme." as I don't
have the "Save As" button, I only have a "Reset" button.


Yes, you are right. This part only applies to VS 2002 and VS 2003, not
VS 2005.
--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code
Jun 23 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: maflatoun | last post by:
Hi, I have created a pages using only DIV tags instead of layers. It looks fine when editing it in DreamWeaver but in VisualStudio it's messed up. So in the design view you can't really tell...
1
by: maflatoun | last post by:
Hi, I have created a pages using only DIV tags instead of layers. It looks fine when editing it in DreamWeaver but in VisualStudio it's messed up. So in the design view you can't really tell...
15
by: Francach | last post by:
Hi, I'm trying to use the Beautiful Soup package to parse through the "bookmarks.html" file which Firefox exports all your bookmarks into. I've been struggling with the documentation trying to...
1
by: Donovan Kolbly | last post by:
Hi folks, I was trying to build Python using MS VisualStudio 2005 (VC++ 8.0) according to the instructions in PCBuild8/ and got a link error in config.obj referencing _init_types. I (barely)...
2
by: Alan T | last post by:
I have two bookmarks, eg. beginMark and endMark I need to get the text between these 2 bookmarks, how do I do that? eg. <beginMark> Hello Word! This is Saturday.
4
by: ganeshp | last post by:
Hi, Is MicrosoftVisualStudio 2005 different from Microsoft VisualStudio .NET ? I have "MicrosoftVisualStudio 2005" installed , does it mean that i have "Microsoft VisualStudio .NET" also ...
1
by: wizmagister | last post by:
Hi everyone, I've just installed VisualStudio 2008 on my dev PC. I use this PC to compile a program that uses MapPointControl.ocx. I've compile a new version of my program using VS 2005 after...
0
by: Anil Gupte | last post by:
After upgrading to VS 2005 from 2003, I find that all the old Bookmarks are no longer recognized. They do not apppear in the Bookmarks list and I cannot even find a ToDo item in the menu. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.