On Dec 16, 2013, at 10:18 AM, François Schiettecatte <[email protected]> wrote:
> I would be curious what the outcome is. > > I usually get good results but sometimes they are all over the map. Maybe it > is a term selection issue in BBEdit, it will send 'variable.upper()' when I > just select 'upper' but will send '.upper' if I include the leading dot (this > is in python and my explanation is tortuous. BBEdit does not pass docset info to Dash. The more you think about it, there is no way for them to know exactly what to send. I ended up disabling builtin Dash support using the expert pref, and added custom handlers in Language prefs for what I need. I'll keep an eye open --- maybe someday the BBEdit and Dash folks can get together and get it fully implemented. > On Dec 16, 2013, at 10:36 AM, Rod Buchanan <[email protected]> wrote: > >> On Dec 16, 2013, at 1:14 AM, Ben Smith <[email protected]> wrote: >> >>> Yep, same problem here. The new built-in Dash support doesn't appear to >>> account for the current language at all and the old custom language >>> override method is hit and miss (seems t to work for Perl, not for Python >>> for example). >> >> Thanks ... glad to know it's not just me. :) >> >> I just send an email to [email protected]. -- Rod -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
