Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-05-31 Thread Suliman via Digitalmars-d-announce
sorry, I will repost it's to actual thread.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-05-31 Thread Suliman via Digitalmars-d-announce
Sublime integration update http://dynamic.dlang.ru/Files/2014/Sublime-D-integration-plugin-linux-31-05-2014.zip Screenshot http://dynamic.dlang.ru/Files/2014/87800e29-2dca-49c4-ae79-9f44a2dfe913.png

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-03-05 Thread Suliman
I originally thought that the issue was with the autocompletion. Now I understand that it's with the compilation of a multiple-file project. The sublime build file provides three variants for building. The first one uses dmd, the second rdmd, and the third is dub. For multiple-file projects,

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-03-05 Thread Suliman
I originally thought that the issue was with the autocompletion. Yes it was, but I tested it's on one file project, and only after it decided to try import modules.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-03-02 Thread Suliman
On Wednesday, 5 February 2014 at 12:45:28 UTC, yazd wrote: On Wednesday, 5 February 2014 at 11:55:59 UTC, Suliman wrote: On Tuesday, 4 February 2014 at 20:09:18 UTC, yazd wrote: On Tuesday, 4 February 2014 at 10:19:46 UTC, Suliman wrote: It's look like Sublime do not understand from which

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-06 Thread Jordi Sayol
New DCD and Textadept deb packages on d-apt. http://d-apt.sourceforge.net/ -- Jordi Sayol

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread Jordi Sayol
Including basic dmd phobos druntime/import when dcd-server is loaded, in my system takes about 10 seconds, and much more if I add i.e. gtkd (about 6 minutes!). Is it possible to include them to the dcd-server cache by demand? This should be much faster. i.e. dcd-server can read only the

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread Suliman
On Tuesday, 4 February 2014 at 20:09:18 UTC, yazd wrote: On Tuesday, 4 February 2014 at 10:19:46 UTC, Suliman wrote: It's look like Sublime do not understand from which folder module should be imported. It's do not colorized import readconfig; if readconfig.d are putted in folder with main

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread yazd
On Wednesday, 5 February 2014 at 11:55:59 UTC, Suliman wrote: On Tuesday, 4 February 2014 at 20:09:18 UTC, yazd wrote: On Tuesday, 4 February 2014 at 10:19:46 UTC, Suliman wrote: It's look like Sublime do not understand from which folder module should be imported. It's do not colorized

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread Brian Schott
On Wednesday, 5 February 2014 at 09:48:21 UTC, Jordi Sayol wrote: Including basic dmd phobos druntime/import when dcd-server is loaded, in my system takes about 10 seconds, and much more if I add i.e. gtkd (about 6 minutes!). Is it possible to include them to the dcd-server cache by demand?

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread Jordi Sayol
El 05/02/14 19:18, Brian Schott ha escrit: If the server takes 6 minutes to do anything, that's a bug. Can you file this please? https://github.com/Hackerpilot/DCD/issues/108 -- Jordi Sayol

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-04 Thread Suliman
It's look like Sublime do not understand from which folder module should be imported. It's do not colorized import readconfig; if readconfig.d are putted in folder with main file.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-02 Thread Jordi Sayol
Adding gtkd2 sources to dcd-server takes more than 6 minutes. Is this correct? -- Jordi Sayol

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-01 Thread Russel Winder
On Fri, 2014-01-31 at 21:14 +0100, Jordi Sayol wrote: New Dscanner v0.1.0-beta2 deb package available at d-apt: http://d-apt.sourceforge.net/ Thanks Jordi. Duly installed :-) -- Russel. = Dr Russel Winder t:

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-01 Thread Andrej Mitrovic
On 2/1/14, Brian Schott briancsch...@gmail.com wrote: If you do manage to make a SciTE plugin, let me know. Well I'm getting close. I've managed to configure a Lua script that gets run and can emit a listbox with suggestions, I just have to figure out how to call the DCD client from within Lua.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-01 Thread Andrej Mitrovic
On 2/1/14, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On 2/1/14, Brian Schott briancsch...@gmail.com wrote: If you do manage to make a SciTE plugin, let me know. Well I'm getting close. I've managed to configure a Lua script that gets run and can emit a listbox with suggestions, I just

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Brian Schott
New tags: https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta2 https://github.com/Hackerpilot/DCD/tree/0.3.0-beta3 DScanner Changes: * #90: Windows batch file out of sync with build script * #89: Infinite loop in identifier lexing function DCD Changes: * DScanner updated to 0.1.0-beta2 *

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread David
P.S. Only the Textadept module has support for the new --symbolLocation and --doc switches. If you're one of the excellent people who wrote one of the other plugins, I'd appreciate your help adding support for these features to your favorite editor before a non-beta release is tagged. I adedd

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Jussi Jumppanen
On Friday, 31 January 2014 at 08:26:49 UTC, Brian Schott wrote: Textadept, Zeus, Sublime, and Kate are up to date as far as I know. All the updated Zeus scripts can be found here: http://www.zeusedit.com/z300/dcd_scripts.zip These latest scripts also include the first cut of a Doc Comment

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Jordi Sayol
New Dscanner v0.1.0-beta2 deb package available at d-apt: http://d-apt.sourceforge.net/ -- Jordi Sayol

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Idan Arye
On Friday, 31 January 2014 at 08:26:49 UTC, Brian Schott wrote: P.S. I'm still waiting for some brave/foolish Emacs and Vim users to step up and update the DCD plugins for their favorite editors. Textadept, Zeus, Sublime, and Kate are up to date as far as I know. I just completed the

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Andrej Mitrovic
On 1/31/14, Brian Schott briancsch...@gmail.com wrote: Textadept, Zeus, Sublime, and Kate are up to date as far as I know. It doesn't really work for me using TextAdept 7.1 on Win7. A console window quicky pops up and vanishes when I press the period, or ctrl+enter (I'm assuming this is TA's

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Brian Schott
The popen function in Lua on Windows has been a pain for a while now. I think until a better fix is added to Textadept's process handling code I'm going to have to say that TA is not supported on Windows. If you do manage to make a SciTE plugin, let me know. On Friday, 31 January 2014 at

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-31 Thread Andrej Mitrovic
On 2/1/14, Brian Schott briancsch...@gmail.com wrote: The popen function in Lua on Windows has been a pain for a while now. I think until a better fix is added to Textadept's process handling code I'm going to have to say that TA is not supported on Windows. Fair enough, I don't really use

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Jussi Jumppanen
On Thursday, 30 January 2014 at 04:18:12 UTC, Rory McGuire wrote: Could you try build with the dmd beta? The latest beta produced the same results. But with help form Brian Schott it turns out it just takes a lot longer to compile that one lexer.d file. So the fix is to just be very

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Andrea Fontana
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 [...] On github i read: Import paths

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Casper Færgemand
Is it possible to get an updated build.bat file that doesn't rely on 64bit? There also seems to be files mentioned in the script that don't exist anymore.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Casper Færgemand
On Thursday, 30 January 2014 at 13:02:53 UTC, Casper Færgemand wrote: Is it possible to get an updated build.bat file that doesn't rely on 64bit? There also seems to be files mentioned in the script that don't exist anymore. And that would be style.d. After removing it from the script along

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Brian Schott
On Thursday, 30 January 2014 at 13:07:33 UTC, Casper Færgemand wrote: On Thursday, 30 January 2014 at 13:02:53 UTC, Casper Færgemand wrote: Is it possible to get an updated build.bat file that doesn't rely on 64bit? There also seems to be files mentioned in the script that don't exist anymore.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Jussi Jumppanen
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. The Zeus IDE dot completion, parenthesis completion and goto declaration scripts have been updated and are all working fine with this latest DCD release. As yet there is no

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Suliman
On Wednesday, 29 January 2014 at 07:52:20 UTC, yazd wrote: On Wednesday, 29 January 2014 at 06:53:34 UTC, Suliman wrote: Look like I was need to write C:\\D\\dmd2\\windows\\bin\\ instead of C:\\D\\dmd2\\windows\\bin Thanks! All work! That's weird. Anyway, if you would like to help with

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread fra
Vim plugin seems to be in a messy state right now. Completion only works after a dot, and even then it produces strange output on the dcd-server logging window. Perhaps in needs some update due to changes to the server and client code?

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Idan Arye
On Wednesday, 29 January 2014 at 09:48:55 UTC, fra wrote: Vim plugin seems to be in a messy state right now. Completion only works after a dot, and even then it produces strange output on the dcd-server logging window. Perhaps in needs some update due to changes to the server and client code?

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Rory McGuire
DKit and the beta appear to be working nicely on sublime text 2 On 28 Jan 2014 12:02, Brian Schott briancsch...@gmail.com wrote: New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Brian Schott
DCD 0.3.0-beta2 has been tagged. https://github.com/Hackerpilot/DCD/tree/0.3.0-beta2 Changes since last beta: * Fixed #90: Go to declaration does not work correctly with member variables. * Updated DScanner dependency to fix a parser bug.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Brian Schott
On Thursday, 30 January 2014 at 00:26:47 UTC, Jussi Jumppanen wrote: On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. I'm no D expert so I'm not really sure if this is a bug with DCD or with the DMD compiler itself? I suspect

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Jussi Jumppanen
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. I'm no D expert so I'm not really sure if this is a bug with DCD or with the DMD compiler itself? I suspect it might be the later? I was testing your latest DCD against the Zeus

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Jussi Jumppanen
Created this issue: https://github.com/Hackerpilot/DCD/issues/93

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-29 Thread Rory McGuire
Could you try build with the dmd beta? On 30 Jan 2014 02:30, Jussi Jumppanen jus...@zeusedit.com wrote: On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. I'm no D expert so I'm not really sure if this is a bug with DCD or

DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Brian Schott
New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 DCD Changes: * Uptake new lexer/parser/ast code from DScanner * Add new --symbolLocation switch that

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread yazd
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 DCD Changes: * Uptake new

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Could you help me with installation of Sublime plugin. I can't find menu: Preferences - Package Settings - DKit - Settings - User in Sublime interface.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Oh! That's my issue!

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Look like I was need to write C:\\D\\dmd2\\windows\\bin\\ instead of C:\\D\\dmd2\\windows\\bin Thanks! All work!

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
For thous who very lazy to build Sublime integration manually I would like suggest ready to use package. Gust unzip and fix paths (if needed) http://dynamic.dlang.ru/Files/2014/Sublime-D-integration-plugin-29-01-2014.zip

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread yazd
On Wednesday, 29 January 2014 at 06:53:34 UTC, Suliman wrote: Look like I was need to write C:\\D\\dmd2\\windows\\bin\\ instead of C:\\D\\dmd2\\windows\\bin Thanks! All work! That's weird. Anyway, if you would like to help with Windows setup, please submit your difficulties in a pull request