> I can't for the life of me figure out how to get the "Currently Open
> Documents" to behave like the old "Documents Drawer" in respect to
> navigation ordering.
>
> I'm trying to duplicate the following preference from 9.x:
>
> Documents & Drawer
> Next Document and Previous Document navigate in:
> [x] Display order
> [ ] History order
That should have been migrated, but apparently was not. Try:
defaults write com.barebones.bbedit SurfNextPreviousInDrawerOrder -bool YES
R.
--
Rich Siegel Bare Bones Software, Inc.
<sie...@barebones.com> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.
> This appeared to have no effect on my copy 10.0.1. My "Currently Open
> Documents" still behaves schizophrenically when reordered and using
> key commands for previous and next document.
<http://groups.google.com/group/bbedit/msg/592b44632dab981d>
defaults write com.barebones.textwrangler SurfNextPreviousInDrawerOrder -bool YES
(note the substitution of "textwrangler" in place of "bbedit"). This appears to have solved the issue.
I also have this issue :(
BBedit version 10.5.3 (3280)
I have tried the following setting to be able to sort the files:
defaults write com.barebones.bbedit SurfNextPreviousInDrawerOrder -bool YES
but no luck.
Anyone been able to get this working ?
Command should be run in the command line. I believe restarting the program is necessary. It took a while before it took effect for me, but it worked eventually.
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"sup...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to a topic in the Google Groups "BBEdit Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bbedit/XFEz-JOgzcI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bbedit+un...@googlegroups.com.
To post to this group, send email to bbe...@googlegroups.com.
defaults write com.barebones.textwrangler SurfNextPreviousInDisplayOrder -bool YES
insetead of:
defaults write com.barebones.textwrangler SurfNextPreviousInDrawerOrder -bool YES