Textadept 11
triplejam opened this issue · 4 comments
triplejam commented
"All buffer positions, lines, and countable entities start from 1 instead of 0."
Had to change position passed to dcd-client
Hackerpilot commented
I've been working on updating my scripts for TA 11, but haven't thoroughly tested the changes or pushed anything to Github yet. I think that I'll keep all that work on a branch until TA 11 is actually out.
Hackerpilot commented
I just pushed some changes that should make the module work with Textadept 11. Let me know if you find any bugs.
triplejam commented
goto_pos in gotoDeclaration ought to be +1 and the goto_line in onSymbolListSelection can have the -1 removed
Hackerpilot commented
Just pushed a fix for about three more off-by-one errors.