L-I-V / MQL-Tools

49 stars 17 forks source link

first time using plugin but having few problems please help #69

Open drkhodakarami opened 2 months ago

drkhodakarami commented 2 months ago

Hi It's my first time using the plugin and so far, I enjoy many features however I have few different problems: 1- If I set the language to mql-output it will drop any coloring from the themes I use. No matter what theme I use, the colors are gone. So, for color coding, I have to either use c++ or use another syntax highlighter, my personal preference is to fall back on c++ 2- when setting the language to c++, I don't see any code snippet or IntelliSense regarding mql5 methods and enums. I can fix this with the addition of yet another plugin. 3- no matter what I try, when working with mqh files and including them into another mqh file, IntelliSense will not work. I can't see their public methods inside the IntelliSense and so far, nothing works (I tried installing compiler and adding it to settings as forums say)

please help me with these problems

drkhodakarami commented 2 months ago

Let me explain my problem with intellisense better :

if I set my language to mql-output (although i loose most of the color coding from theme):

if I set my language to c++, i get monokai theme back but:

It's really frustrating. it you are including any color theme in your plugin, please base it on monokai, it's really good for mql and c++. Also, the text in the readme says that intellisense is working in test mode, how to activate the test mode?

And if you know any solution for mqh class method calls, please help

thanks for your time and help