Hackerpilot/textadept-d

Textadept 11

triplejam opened this issue · 4 comments

"All buffer positions, lines, and countable entities start from 1 instead of 0."
Had to change position passed to dcd-client

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.

I just pushed some changes that should make the module work with Textadept 11. Let me know if you find any bugs.

5bded45

goto_pos in gotoDeclaration ought to be +1 and the goto_line in onSymbolListSelection can have the -1 removed

Just pushed a fix for about three more off-by-one errors.