Display Visual Studio Find In Files results in alphabetical order -


in visual studio 2015, did find in files search on solution , noticed order of results not expected.

e:\source code\manager\manager.businesslogic\permission\appmodulemanager.cs(158):                enumpair<permissiontype> actualpermission = permissionvalue enumpair<permissiontype>; e:\source code\businesslogic\valueobjects\enumpair.cs(9):    public class enumpair<t> : observableobject e:\source code\businesslogic\valueobjects\inheritedpermissionmodel.cs(485):     public enumpair<permissiontype> viewpickups { get; set; } e:\source code\reports\reports\common\model\enumpair.cs(3):    public class enumpair e:\source code\businesslogic\inheritancelogic\permissioninheritancemanager.cs(148):                    resolvedkeywordpermissionitem.allowkeyword = new enumpair<permissiontype>(keywordpermission.allowkeyword, source.gettype().name); 

i thought see entries in "source code\businesslogic" first, entry in "source code\manager" second, , entry in "source code\reports" last. order see makes no sense.

i looked in registry , found "hkey_current_user\software\microsoft\visualstudio\14.0\find" possible location setting determine display order. there setting, either in registry or somewhere else, can change make find results appear in alphabetical order?


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -