Next Bookmark on entire project

U

Uri Dimant

Hi,friends
How do I make to my VB project to move with Next Bookmars among classes and
modules ?
When I make Bookmark it is valid only within current class/module and does
not move to another module/class unless I will focus on it. ( It does work
with VB6)

Thanks.
 
A

Armin Zingler

Uri Dimant said:
Hi,friends
How do I make to my VB project to move with Next Bookmars among
classes and modules ?
When I make Bookmark it is valid only within current class/module and
does not move to another module/class unless I will focus on it. ( It
does work with VB6)

I have no clue what you are talking about. Which bookmarks? Which classes?
What do you want to move?
 
U

Uri Dimant

Hi,Armin
I meant Flag on text editor. It allows you to move from flag to flag only
within one class/module.
If you put another flag within different module/class in the same project
then it does not move there.

You can easily to check it.
Create project with two classes. (A nad B) .Put a flag(book marker) on class
A and B.
Now if you are in class A and press on next bookm marker (flag with arrow)
on text editor you can move only per local class not per progect
 
A

Armin Zingler

Uri Dimant said:
Hi,Armin
I meant Flag on text editor. It allows you to move from flag to flag
only within one class/module.
If you put another flag within different module/class in the same
project then it does not move there.

You can easily to check it.
Create project with two classes. (A nad B) .Put a flag(book marker)
on class A and B.
Now if you are in class A and press on next bookm marker (flag with
arrow) on text editor you can move only per local class not per
progect

Aaah, ok, now I got it. I don't have a solution. I don't think we can change
this behavior. I didn't find an option.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top