dlang-community / DCD

The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349 stars 71 forks source link

Make Textadept module work properly with Textadept 7.0 #57

Closed Kelet closed 10 years ago

Kelet commented 11 years ago

On line 23 of init.lua it should be textadept.editing.autocomplete_word(keywords) as the _M was dropped.

Apologies if you are not targeting beta versions of TA.

I'd also just like to complement your work on this project. It is excellent and the client/server architecture and ability to easily hook it up with programmable editors is awesome. DCD really improves my experience of working with my D projects.

Hackerpilot commented 11 years ago

Right now I'm only supporting the released versions of Textadept. I'll leave this open and come back to it when TA 7 is out.

Kelet commented 11 years ago

Alright, I'll try to update this thread if I encounter any other changes before the release as I'm using beta versions. Thanks.

Kelet commented 10 years ago

Hi, TextAdept 7.0 seems to have been released. http://foicica.com/textadept/download

Kelet commented 10 years ago

I've put in a pull request fixing this and another bug regarding the TextAdept module.