DCD/editors/textadept
Kelet 49a6ed8f32 Fix issue 57, and fix file open without close
The TextAdept module should now work with TextAdept 7.0. A bug was also
fixed regarding the TextAdept plugin where a temporary file wasn't being
closed. On Windows, this resulted in an inability to delete the file
thus my C:\ directory was being spammed with undeleted temporary files.
2013-11-03 23:58:10 -05:00
..
modules/dmd Fix issue 57, and fix file open without close 2013-11-03 23:58:10 -05:00
README.md Added example init.lua file 2013-08-18 12:48:31 +00:00
alias.xpm Basic support for inheritance. Import completion. Autocomplete now works with for and foreach 2013-08-16 23:51:23 +00:00
class.png A lot of progress 2013-08-08 23:31:25 +00:00
class.xpm A lot of progress 2013-08-08 23:31:25 +00:00
enum_dec.xpm A lot of progress 2013-08-08 23:31:25 +00:00
function.xpm A lot of progress 2013-08-08 23:31:25 +00:00
interface.xpm A lot of progress 2013-08-08 23:31:25 +00:00
keyword.xpm A lot of progress 2013-08-08 23:31:25 +00:00
module.xpm A lot of progress 2013-08-08 23:31:25 +00:00
package.xpm A lot of progress 2013-08-08 23:31:25 +00:00
struct.xpm A lot of progress 2013-08-08 23:31:25 +00:00
union.xpm A lot of progress 2013-08-08 23:31:25 +00:00
variable.xpm A lot of progress 2013-08-08 23:31:25 +00:00

README.md

#Textadept Integration

###Installation

  • Copy the dcd.lua and init.lua file into your ~/.textadept/modules/dmd/ folder.
  • Start the dcd-server program.