Predefined structures "type ahead"

 

This one is odd.

Take the following:

MqlDateTime tl;

Now, I should be able to type "tl." (without the "") and see what the options are (maybe a better word would be "intellisense").  After the update of Windows 10 today, it has disappeared.  This only happens on pre-defined structures within MQL4; MqlDateTime, etc.  Structures I define and objects still have the "intellisense" working.

Anyone got any ideas?

 
Opened service ticket: #1718168
 
Michael:
Opened service ticket: #1718168

Yes this is a bit annoying.

There is a workaround. If you restart your editor it should work for the code that already exists, but referencing new types within the same text file may cause this again.

 
Michael:

This one is odd.

Take the following:

Now, I should be able to type "tl." (without the "") and see what the options are (maybe a better word would be "intellisense").  After the update of Windows 10 today, it has disappeared.  This only happens on pre-defined structures within MQL4; MqlDateTime, etc.  Structures I define and objects still have the "intellisense" working.

Anyone got any ideas?


try three letters or more
MqlDateTime tll;
Reason: