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. |
||
---|---|---|
.. | ||
modules/dmd | ||
README.md | ||
alias.xpm | ||
class.png | ||
class.xpm | ||
enum_dec.xpm | ||
function.xpm | ||
interface.xpm | ||
keyword.xpm | ||
module.xpm | ||
package.xpm | ||
struct.xpm | ||
union.xpm | ||
variable.xpm |
README.md
#Textadept Integration
###Installation
- Copy the dcd.lua and init.lua file into your ~/.textadept/modules/dmd/ folder.
- Start the dcd-server program.