digitalmars.D.announce - SublimeLinter D Plugin
- Brian Schott (3/3) Sep 15 2014 Several of my co-workers use Sublime Text and wanted D-Scanner to
- Dylan Knutson (3/6) Sep 15 2014 I heavily use SublimeLinter. I'm really glad to see a D plugin
- Suliman (2/5) Sep 16 2014 Could you explain functionality of it, and how it can be helpful ?
- Meta (3/6) Sep 16 2014 Can individual style checks be disabled? That "undocumented
- Justin Whear (4/12) Sep 16 2014 DScanner reads an ini file from ~/.config/dscanner/dscanner.ini
- Meta (5/21) Sep 16 2014 I'm on Windows. Looking at the source, it seems that on Windows
- Brian Schott (3/5) Sep 16 2014 I just realized that I documented the "--defaultConfig" option in
- Soulsbane (7/10) Sep 16 2014 I had to comment out the version checking code otherwise plugin
- Brian Schott (2/4) Sep 16 2014 That's one option. Another would be updating your dscanner binary.
- Soulsbane (4/9) Sep 16 2014 LOL I guess I shouldn't have waited to report this since I
- Jet (1/2) Sep 19 2014 That's great! Thanks!
- Andrej Mitrovic via Digitalmars-d-announce (7/10) Feb 06 2015 Do we have a Sublime plugin based on D-Scanner which gives us some
- Brian Schott (2/8) Feb 06 2015 No, because you haven't written it yet.
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
Sep 15 2014
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-dscannerI heavily use SublimeLinter. I'm really glad to see a D plugin for it! Thank you!
Sep 15 2014
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-dscannerCould you explain functionality of it, and how it can be helpful ?
Sep 16 2014
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-dscannerCan individual style checks be disabled? That "undocumented public function" warning is driving me insane.
Sep 16 2014
On Tue, 16 Sep 2014 18:00:00 +0000, Meta wrote:On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote:DScanner reads an ini file from ~/.config/dscanner/dscanner.ini You can create that file by running `Dscanner --defaultConfig`, then edit it to disable the checks you're not interested in.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-dscannerCan individual style checks be disabled? That "undocumented public function" warning is driving me insane.
Sep 16 2014
On Tuesday, 16 September 2014 at 18:26:47 UTC, Justin Whear wrote:On Tue, 16 Sep 2014 18:00:00 +0000, Meta wrote:I'm on Windows. Looking at the source, it seems that on Windows DScanner just looks for dscanner.ini in its containing directory. However, creating a dscanner.ini in the same folder as dscaner.exe doesn't seem to work.On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote:DScanner reads an ini file from ~/.config/dscanner/dscanner.ini You can create that file by running `Dscanner --defaultConfig`, then edit it to disable the checks you're not interested in.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-dscannerCan individual style checks be disabled? That "undocumented public function" warning is driving me insane.
Sep 16 2014
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.
Sep 16 2014
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-dscannerI had to comment out the version checking code otherwise plugin wouldn't load. SublimeLinter: WARNING: no dscanner version could be extracted from: std.getopt.GetOptException /usr/include/dmd/phobos/std/getopt.d(463): Unrecognized option --version
Sep 16 2014
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.
Sep 16 2014
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:LOL I guess I shouldn't have waited to report this since I noticed this yesterday. All is well now. Thanks for the work on this!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.
Sep 16 2014
https://github.com/economicmodeling/SublimeLinter-dscannerThat's great! Thanks!
Sep 19 2014
On 9/16/14, Brian Schott via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> 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-dscannerDo 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?
Feb 06 2015
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 it yet.
Feb 06 2015