On 17 Jan 2022, at 18:50, Shawn Liebling wrote:
> Thanks for the tip on how to enable text completion! However, it still
> doesn't appear to be working for me. I added those lines to the language
> PLIST file, but perhaps I did something wrong?
Sorry I wasn't clearer - you still need to add a list of things to the module
to complete. (Also, don't forget that if you edit your language module, you
have to quit and relaunch BBEdit for the changes to take effect.)
To add a list of predefined names, use the "BBLMPredefinedNameList" key:
<key>BBLMPredefinedNameList</key>
<array>
<string>John Lennon</string>
<string>Paul McCartney</string>
<string>George Harrison</string>
<string>Ringo Starr</string>
</array>
(NOTE: These won't be colored correctly because of the spaces, and I don't
actually know :-) whether they'll behave as desired for completion, but if they
don't, please write to Tech Support.)
R.
--
Rich Siegel Bare Bones Software, Inc.
<[email protected]> <https://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.
--
This is the BBEdit Talk public discussion group. If you have a feature request
or need technical support, please email "[email protected]" rather than
posting here. Follow @bbedit on Twitter: <https://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 view this discussion on the web visit
https://groups.google.com/d/msgid/bbedit/DEBF5955-46E5-4806-8DCD-A81E07D5D32D%40barebones.com.