Using Bookmarks across *.mq5 qnd *.mqh files

 

I have split my mq5 code for my EA between one *.mq5 file and many *.mqh file so that I can separate my source code according to topic and so that the source is not in just one humungous file.

But it appears that when I use Next Bookmark, that it only jumps within the current selected file and not between mqh files.

I like to put multiple Bookmarks in the code areas where I am currently working. This means I will have several bookmarks in several files.

How can I get MT5 bookmarks to jump from one file to another automatically?

The current bookmark functionality is very limiting.


Thanks.

 
Don Baechtel:

I have split my mq5 code for my EA between one *.mq5 file and many *.mqh file so that I can separate my source code according to topic and so that the source is not in just one humungous file.

But it appears that when I use Next Bookmark, that it only jumps within the current selected file and not between mqh files.

I like to put multiple Bookmarks in the code areas where I am currently working. This means I will have several bookmarks in several files.

How can I get MT5 bookmarks to jump from one file to another automatically?

The current bookmark functionality is very limiting.


Thanks.

You can't.

You would need to use a third-party editor if you really want that feature.

 
Alain Verleyen #:

You can't.

You would need to use a third-party editor if you really want that feature.

Sad to hear that.