the functions that I mentioned and many others are not mentioned at all in the API docs.
Is there no official command list with documentation of parameters?
kingkeith
#22
-
meta_info
is used in the Default packages, so its fairly easy to discover what it does -
extract_tokens_with_scopes()
was created specifically at my request, and Jon kindly added it and shipped it just in time for a stable release, so we agreed not to document it in case it went terribly wrong -
is_in_edit()
is presumably just used internally and not something for us to worry about -
indented_region()
andhas_non_empty_selection_region()
are pretty obvious and again iirc the former is used in the Default packages -
find_all_results_with_text()
I havenāt seen but it sounds simple enough
0 Likes
AmjadHD
#23
@kingkeith, I didnāt ask why these functions were not documented, as I said before many of the undocumented functions are interpretable whether from their names or their use cases, but a small entry in the API docs is not a lot of work. some try to avoid undocumented functions, hereās an example.
0 Likes