SublimeLinter D Plugin

2014-09-15 Thread Brian Schott via Digitalmars-d-announce
Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner

Re: SublimeLinter D Plugin

2014-09-15 Thread Dylan Knutson via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner I heavily use SublimeLinter. I'm really glad to see a D plugi

Re: SublimeLinter D Plugin

2014-09-16 Thread Suliman via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner Could you explain functionality of it, and how it can be hel

Re: SublimeLinter D Plugin

2014-09-16 Thread Meta via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner Can individual style checks be disabled? That "undocumented

Re: SublimeLinter D Plugin

2014-09-16 Thread Justin Whear via Digitalmars-d-announce
On Tue, 16 Sep 2014 18:00:00 +, Meta wrote: > On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: >> Several of my co-workers use Sublime Text and wanted D-Scanner to work >> with SublimeLinter, so here it is. >> >> https://github.com/economicmodeling/SublimeLinter-dscanner > >

Re: SublimeLinter D Plugin

2014-09-16 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 18:00:01 UTC, Meta wrote: Can individual style checks be disabled? That "undocumented public function" warning is driving me insane. I just realized that I documented the "--defaultConfig" option in the "--help" output but forgot to add it to the readme.

Re: SublimeLinter D Plugin

2014-09-16 Thread Soulsbane via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner I had to comment out the version checking code otherwise plug

Re: SublimeLinter D Plugin

2014-09-16 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 19:41:20 UTC, Soulsbane wrote: I had to comment out the version checking code otherwise plugin wouldn't load. That's one option. Another would be updating your dscanner binary.

Re: SublimeLinter D Plugin

2014-09-16 Thread Meta via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 18:26:47 UTC, Justin Whear wrote: On Tue, 16 Sep 2014 18:00:00 +, Meta wrote: On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. http

Re: SublimeLinter D Plugin

2014-09-16 Thread Soulsbane via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 20:04:49 UTC, Brian Schott wrote: On Tuesday, 16 September 2014 at 19:41:20 UTC, Soulsbane wrote: I had to comment out the version checking code otherwise plugin wouldn't load. That's one option. Another would be updating your dscanner binary. LOL I guess I

Re: SublimeLinter D Plugin

2014-09-19 Thread Jet via Digitalmars-d-announce
https://github.com/economicmodeling/SublimeLinter-dscanner That's great! Thanks!

Re: SublimeLinter D Plugin

2015-02-06 Thread Andrej Mitrovic via Digitalmars-d-announce
On 9/16/14, Brian Schott via Digitalmars-d-announce wrote: > Several of my co-workers use Sublime Text and wanted D-Scanner to > work with SublimeLinter, so here it is. > > https://github.com/economicmodeling/SublimeLinter-dscanner Do we have a Sublime plugin based on D-Scanner which gives us som

Re: SublimeLinter D Plugin

2015-02-06 Thread Brian Schott via Digitalmars-d-announce
On Friday, 6 February 2015 at 13:58:13 UTC, Andrej Mitrovic wrote: Do we have a Sublime plugin based on D-Scanner which gives us some features like: - List all methods in a class - Hide (or just fold) non-public methods of a class And other similar features? No, because you haven't written i