Hackerpilot
78ad6a0af7
#162
2014-09-14 19:15:29 +00:00
Hackerpilot
8f1effc5cc
Add partial support for selective imports
2014-08-06 06:44:21 +00:00
Hackerpilot
f36520ad82
Update TA module
2014-06-23 16:34:08 -07:00
Hackerpilot
d9ee41c38a
Fixed problems with constructor and opCall call tips and added opIndex call tips
2014-05-20 18:59:12 -07:00
Hackerpilot
d0ad1d9d0f
Fixed bug with TA plugin when cursor is at the end of the file
2014-01-29 15:34:51 -08:00
Hackerpilot
f3db29e2c4
Fixed bug with TA plugin when cursor is at the end of the file
2014-01-29 15:34:19 -08:00
Hackerpilot
e7f39523cf
Update DScanner. Fix bug with module and package icons being swapped. Fix #89 . Fix #88
2014-01-28 01:26:50 -08:00
Hackerpilot
87056b0c58
Finally implement #22
2014-01-20 04:12:37 -08:00
Hackerpilot
48bd1bf9d5
Converted DCD to the new DScanner
2014-01-14 01:02:02 +00:00
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
Kelet
22cceff7d5
Close temporary file used in going to declaration
2013-11-07 14:21:53 -05:00
Hackerpilot
07c93758f7
Merge branch '0.2.0-dev'
...
Conflicts:
acvisitor.d
autocomplete.d
dscanner
server.d
2013-11-06 16:13:25 -08:00
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
Hackerpilot
1d807075fd
#26
2013-10-24 18:03:12 -07:00
Hackerpilot
bb3b33b471
More work on go-to-location support
2013-10-21 23:30:58 -07:00
Hackerpilot
5ee2192c6f
Fixed #34 . Also fixed an issue where modules would be corrupted when performing a selective import.
2013-09-11 01:26:57 +00:00
Hackerpilot
156908deb9
Fix #32
2013-09-07 18:49:40 +00:00
Hackerpilot
d4af3e994a
Fixed popen mode for windows and non-windows
2013-09-07 17:08:51 +00:00
Hackerpilot
1c83ddd04d
merged
2013-09-07 17:03:46 +00:00
Hackerpilot
6a7827a296
Fixed display of identifier lists after a left paren
2013-09-03 16:55:28 -07:00
Hackerpilot
17c2c3e5fb
Update dcd.lua
...
"wb" on Windows, "w" everywhere else (Otherwise the CRLF goblins will eat you)
2013-09-03 13:46:44 -07:00
Hackerpilot
3c20163456
"w" is needed on POSIX, but "wb" is needed on Windows.
2013-09-01 14:22:31 +00:00
Hackerpilot
61ec081805
Issue #8 : Must use binary popen to avoid CRLF screwing everything up.
2013-09-01 03:01:46 -07:00
Hackerpilot
616ea4feff
Fixes #23 , among other things
2013-09-01 00:31:56 +00:00
Hackerpilot
adf389c083
Added example init.lua file
2013-08-18 12:48:31 +00:00
Hackerpilot
70cdbe4428
Made autocompletion work when the cursor isn't at a dot or lparen
2013-08-18 02:15:43 +00:00
Hackerpilot
f458362ae7
Support alias declarations
2013-08-14 21:30:41 +00:00
Hackerpilot
6da962fdc8
Added mouse support to call tips
2013-08-11 22:53:17 +00:00
Hackerpilot
954907325f
Display call tips for all the overloads of a function. Fixed issue with builtin types not being added early enough
2013-08-11 19:59:51 +00:00
Hackerpilot
fe11e9d359
Import directories are handled much better now
2013-08-11 14:38:56 +00:00
Hackerpilot
dffd348a12
Fixed completion display bug
2013-08-11 01:06:03 +00:00
Hackerpilot
b4b47eacfd
Implemented stdin feature
2013-08-09 17:32:43 +00:00
Hackerpilot
e3fba24b7d
Documentation is almost usable now
2013-08-09 00:21:28 +00:00
Hackerpilot
974d3dc3ba
A lot of progress
2013-08-08 23:31:25 +00:00