Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Gethe
Forum: Dev Tools 11-06-17, 09:39 AM
Replies: 59
Views: 40,999
Posted By Gethe
Yeah that did it.

Yeah that did it.
Forum: Dev Tools 11-06-17, 03:19 AM
Replies: 59
Views: 40,999
Posted By Gethe
It does already exist, but it links to frodzet's...

It does already exist, but it links to frodzet's repo which no longer exists as it was transferred to you. It would seem to me that you would just need to go into the package manager repo (per the...
Forum: Dev Tools 11-05-17, 01:48 PM
Replies: 59
Views: 40,999
Posted By Gethe
Any chance this could be added to package control...

Any chance this could be added to package control (https://packagecontrol.io/docs/submitting_a_package)? I believe it was previously included, so you may just need to update the repo url.

Also, by...
Forum: Dev Tools 06-18-17, 12:32 PM
Replies: 59
Views: 40,999
Posted By Gethe
You can actually change the error and warning...

You can actually change the error and warning colors. They are in the settings for SublimeLinter (http://sublimelinter.readthedocs.io/en/latest/global_settings.html#error-color)

Serious question...
Forum: Dev Tools 06-17-17, 05:24 PM
Replies: 59
Views: 40,999
Posted By Gethe
SublimeLinter and associated plugins are...

SublimeLinter and associated plugins are installed via the Sublime Text package manager, like most other ST packages.

The actual luacheck binary can be installed in a few ways, all of which are in...
Forum: Dev Tools 06-16-17, 09:25 PM
Replies: 59
Views: 40,999
Posted By Gethe
There really isn't anything you would need to do...

There really isn't anything you would need to do regarding the WoW syntax.

SublimeLinter (https://packagecontrol.io/packages/SublimeLinter) handles the indicators, and luacheck...
Forum: Dev Tools 06-16-17, 08:38 AM
Replies: 59
Views: 40,999
Posted By Gethe
It is possible with SublimeLinter-luacheck...

It is possible with SublimeLinter-luacheck (https://packagecontrol.io/packages/SublimeLinter-luacheck). I should note that in order for this syntax to work with SublimeLinter you have to add to the...
Forum: Dev Tools 06-16-17, 12:21 AM
Replies: 59
Views: 40,999
Posted By Gethe
I tried this out for a bit and it's quite...

I tried this out for a bit and it's quite nifty.

That said, your global functions scope will tag a block such as this:

local foo do
function foo()
-- stuff
end
end
Showing results 1 to 8 of 8