Humble Proposition... Adding collapse feature to the MQL5 editor

 
 
Ziad El:

Hi

I really wish the MQL5 editor has the collapse feature... So we can reduce areas of the code we are not working on, and navigate easily between active lines being written...


Anyway good luck and happy new year.

I Agree , expand / collapse functions ,classes ,structures etc .

Happy new holidays
 
Lorentzos Roussos:

I Agree , expand / collapse functions ,classes ,structures etc .

Happy new holidays
Like C# #region
 

While it would be nice, I won't hold my breath.

I only use the Editor for compiling/debugging. I use Notepad2 with code folding.

Others use Notepad++, Emacs, Visual Studio or other IDEs.

 
William Roeder:

While it would be nice, I won't hold my breath.

I only use the Editor for compiling/debugging. I use Notepad2 with code folding.

Others use Notepad++, Emacs, Visual Studio or other IDEs.

It's not a good solution specially with bigger projects that use headers and break headers into multiple files with include calls

Reason: