- ago
As Sample Strategies folder is opened by default whenever I restart WL8, I decided to give _ Prefix to the names of Directories with my own strategies, e.g.,
_Trend,
_CounterTrend,
so they are always on top.

It's strange, but those will not get into the beginning of the list of strategies, although with 1 Prefix these:
1Trend
1CounterTrend
will be depicted in the beginning of the list.

So result would be:
1Trend
Trend
_Trend

A strange thing is that if I add(!) any new folder, the sorting will become proper:
_Trend
1Trend
Trend
ZNewFolder

After the app restarted, it still will be
1Trend
Trend
ZNewFolder
_Trend

Sometimes the proper sorting occurs when I use filter, but I could find no straightforward way to reproduce.

If you don't care about such minor things, then let me know, as I have a couple of such minor issues to report.
0
216
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.33% )
- ago
#1
When WL8 launches, the folders are returned via a call to Windows GetDirectories, that's just the order Windows is returning them. We can do a sort after retrieving the folders if it's important to you to have them ordered that way?
0
Glitch8
 ( 10.33% )
- ago
#2
I added the sort for the next Build.
1
Best Answer
- ago
#3
Thank you very much, Glitch!
0

Reply

Bookmark

Sort