DCD/editors/textadept
Kelet 2b48e8de7d Put temporary file in %TEMP% on Windows
May potentially fix issue 76, as the filenames returned by os.tmpname()
were going into my C drive root directory due to the \ in the front.
I suspect that some people may not have user permissions to read/write
to the root of their C drive. I don't know why os.tmpname() does not
give a file in %TEMP% on Windows like it does on Linux. Maybe it's a
bug.
2013-11-09 13:12:55 -05:00
..
modules/dmd Put temporary file in %TEMP% on Windows 2013-11-09 13:12:55 -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.