orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
655 stars 39 forks source link

auto_c_choose_single defaults to `true` #275

Closed eric-hemasystems closed 2 years ago

eric-hemasystems commented 2 years ago

The documentation says this defaults to false but it seemed to be true on my machine and I am guessing this init.lua is what is making that happen.

Would have submitted a PR to update the documentation but I wasn't sure what is the canonical source of the documentation:

I'm thinking option 1 and the other two are generated?

orbitalquark commented 2 years ago

Option 1 is the true source. 2 and 3 are generated from 1. The documented default values are based on Scintilla's defaults. This helps me figure out what to set in Textadept's init.lua without having to look it up. I prefer to keep it this way.

eric-hemasystems commented 2 years ago

Ah, ok. So the documentation is not the default of Textadept but the default of Scintilla. In that case will close.