Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-13 Thread WebFreak001 via Digitalmars-d-announce
On Sunday, 11 September 2016 at 23:46:18 UTC, Joel wrote: On Sunday, 11 September 2016 at 08:43:53 UTC, WebFreak001 wrote: On Sunday, 11 September 2016 at 06:01:45 UTC, Joel wrote: I just get this: Debug adapter process has terminated unexpectedly can you run `gdb --interpreter=mi2` from the

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-11 Thread Joel via Digitalmars-d-announce
On Sunday, 11 September 2016 at 08:43:53 UTC, WebFreak001 wrote: On Sunday, 11 September 2016 at 06:01:45 UTC, Joel wrote: I just get this: Debug adapter process has terminated unexpectedly can you run `gdb --interpreter=mi2` from the console? Or if you use lldb, can you run `lldb-mi` from

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-11 Thread WebFreak001 via Digitalmars-d-announce
On Sunday, 11 September 2016 at 06:01:45 UTC, Joel wrote: I just get this: Debug adapter process has terminated unexpectedly can you run `gdb --interpreter=mi2` from the console? Or if you use lldb, can you run `lldb-mi` from the console? If not then vscode won't be able to. To be sure that

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-11 Thread Joel via Digitalmars-d-announce
On Friday, 9 September 2016 at 19:45:37 UTC, WebFreak001 wrote: On Friday, 9 September 2016 at 09:39:23 UTC, Joel wrote: On Tuesday, 6 September 2016 at 21:05:43 UTC, WebFreak001 wrote: I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-10 Thread Joel via Digitalmars-d-announce
On Friday, 9 September 2016 at 19:45:37 UTC, WebFreak001 wrote: On Friday, 9 September 2016 at 09:39:23 UTC, Joel wrote: On Tuesday, 6 September 2016 at 21:05:43 UTC, WebFreak001 wrote: I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-09 Thread WebFreak001 via Digitalmars-d-announce
On Friday, 9 September 2016 at 09:39:23 UTC, Joel wrote: On Tuesday, 6 September 2016 at 21:05:43 UTC, WebFreak001 wrote: I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility stuff) and code-d (my vscode D extension using workspace-d).

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-09 Thread Joel via Digitalmars-d-announce
On Friday, 9 September 2016 at 09:39:23 UTC, Joel wrote: On Tuesday, 6 September 2016 at 21:05:43 UTC, WebFreak001 wrote: I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility stuff) and code-d (my vscode D extension using workspace-d).

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-09 Thread Joel via Digitalmars-d-announce
On Tuesday, 6 September 2016 at 21:05:43 UTC, WebFreak001 wrote: I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility stuff) and code-d (my vscode D extension using workspace-d). [...] With OSX. I can't seem to get the debug and

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-08 Thread WebFreak001 via Digitalmars-d-announce
On Thursday, 8 September 2016 at 06:50:58 UTC, Suliman wrote: It's possible to integrate workspace-d with Sublime? Yes, as long as you can start a process and read its output & write to its input in binary, you can do it. Message format is available here:

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-08 Thread Rory McGuire via Digitalmars-d-announce
On Thu, Sep 8, 2016 at 8:50 AM, Suliman via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Wednesday, 7 September 2016 at 18:27:41 UTC, WebFreak001 wrote: > >> On Wednesday, 7 September 2016 at 18:14:29 UTC, Suliman wrote: >> >>> You could look my PC with TeamViewer

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-08 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:27:41 UTC, WebFreak001 wrote: On Wednesday, 7 September 2016 at 18:14:29 UTC, Suliman wrote: You could look my PC with TeamViewer Ok problem fixed. The config was invalid, it needs to look like this: { "d.stdlibPath": [

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:14:29 UTC, Suliman wrote: You could look my PC with TeamViewer Ok problem fixed. The config was invalid, it needs to look like this: { "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] } Just

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:10:23 UTC, WebFreak001 wrote: On Wednesday, 7 September 2016 at 18:09:23 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote: If open working folder: https://snag.gy/MnTJtB.jpg https://snag.gy/5r2REm.jpg it should work now

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:09:23 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote: If open working folder: https://snag.gy/MnTJtB.jpg https://snag.gy/5r2REm.jpg it should work now if you enter at least one character and then ctrl-space (and maybe

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote: If open working folder: https://snag.gy/MnTJtB.jpg https://snag.gy/5r2REm.jpg

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
If open working folder: https://snag.gy/MnTJtB.jpg

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:06:12 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 18:00:45 UTC, WebFreak001 wrote: On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote: Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 18:00:45 UTC, WebFreak001 wrote: On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote: Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window? Ctrl-Shift-P -> Toggle Developer

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote: Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window? Ctrl-Shift-P -> Toggle Developer Tools then go to console at the top and there are a lot of debug

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:26:04 UTC, WebFreak001 wrote: On Wednesday, 7 September 2016 at 17:24:45 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:24:45 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path,

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path, look like this is correct (al lst they are exists). But I still

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote: On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path, look like this is correct (al lst they are exists). But I still

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path, look like this is correct (al lst they are exists). But I still do not getting surrestion for import like std. and for any

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: "d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path, look like this is correct (al lst they are exists). But I still do not getting surrestion for import like std. and for any

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
"d.stdlibPath": [ "C:\\D\\dmd2\\src\\phobos", "C:\\D\\dmd2\\src\\druntime\\import" ] I check path, look like this is correct (al lst they are exists). But I still do not getting surrestion for import like std. and for any Phobos functions like writeln etc

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 07:37:11 UTC, Suliman wrote: And to get the visual studio code extension, simply search for `code-d` in >the extensions manager. It will pop up as `D Programming Language (code-d)` So to get it work I should place dcd-client.exe dcd-server.exe dscanner.exe

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-07 Thread Suliman via Digitalmars-d-announce
And to get the visual studio code extension, simply search for `code-d` in >the extensions manager. It will pop up as `D Programming Language (code-d)` So to get it work I should place dcd-client.exe dcd-server.exe dscanner.exe and workspace-d.exe in dir that set in PATH (for me it's

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-06 Thread Manu via Digitalmars-d-announce
On 7 September 2016 at 13:29, WebFreak001 via Digitalmars-d-announce wrote: > On Wednesday, 7 September 2016 at 02:04:21 UTC, Manu wrote: >> >> Awesome work, thanks again! >> Suggest getting the deb hosted in d-apt along with the other tools >> already there,

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-06 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 7 September 2016 at 02:04:21 UTC, Manu wrote: Awesome work, thanks again! Suggest getting the deb hosted in d-apt along with the other tools already there, and set them as dependencies? would probably be nice, but I have no idea how package maintaining for apt really works. I

Re: workspace-d 2.7.2 & code-d 0.10.14

2016-09-06 Thread Manu via Digitalmars-d-announce
Awesome work, thanks again! Suggest getting the deb hosted in d-apt along with the other tools already there, and set them as dependencies? On 7 September 2016 at 07:05, WebFreak001 via Digitalmars-d-announce wrote: > I just pushed a new release of

workspace-d 2.7.2 & code-d 0.10.14

2016-09-06 Thread WebFreak001 via Digitalmars-d-announce
I just pushed a new release of workspace-d (bridge between DCD, DScanner, dfmt and dub with some utility stuff) and code-d (my vscode D extension using workspace-d). The latest update features several smaller additions such as better auto completion for DlangUI Markup Language and more