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.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.