I built this so for sublime text 3 in windows

Showcase your libraries, tools and other projects that help your fellow love users.
SomeT
Prole
Posts: 9
Joined: Wed Aug 30, 2017 8:56 pm

Re: I built this so for sublime text 3 in windows

Post by SomeT »

Unfortunately that did not work. This seems to be an issue with love2d in windows perhaps, because googling it comes up with no answer to this issue either.
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: I built this so for sublime text 3 in windows

Post by grump »

You may have missed my last edit. I'm quite sure that makes it work. See the edit to my previous comment.
SomeT
Prole
Posts: 9
Joined: Wed Aug 30, 2017 8:56 pm

Re: I built this so for sublime text 3 in windows

Post by SomeT »

That edit did not work either. I am done on it for today. Going to submit to github in a moment.
SomeT
Prole
Posts: 9
Joined: Wed Aug 30, 2017 8:56 pm

Re: I built this so for sublime text 3 in windows

Post by SomeT »

Updated, it works in windows now as per outlined in the readme. I mean it sounds like an issue in love2d in general and sublime in windows only that it will not show in the console inside of the sublime text program. I will say if you want to make a linux version just clone the entire repo (not great at using github rn) and push it back to me or whatever it is and I will merge and update.
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: I built this so for sublime text 3 in windows

Post by zorg »

I might be wrong, but if the current löve build has lovec.exe, have you guys tried it with that instead of the plain love.exe? That was specifically built against the console subsystem, not using that may be the issue.
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
SomeT
Prole
Posts: 9
Joined: Wed Aug 30, 2017 8:56 pm

Re: I built this so for sublime text 3 in windows

Post by SomeT »

Good idea, will give that a try later.

UPDATE:

Tried your idea and it did not work, even tried loading through an entirely different build system to the lovec.exe path directly and still nothing.
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: I built this so for sublime text 3 in windows

Post by grump »

I loaded up a Windows 10 VM and tried it with the latest Sublime Text trial version and it worked fine for me.

Image

This is the build system:

Code: Select all

{
	"cmd": ["z:\\shared\\windows\\love-0.10.2-win64\\love.exe", "${project_path}"],
	"working_dir": "${project_path}",
	"file_regex": "^(?:Error: |\\t)(?:[^:]+: )?([^: ]+?):(\\d+):() ([^:]*)$",
	"linux": {
		"cmd": ["love", "${project_path}"],
	}
}
(slightly modified the file_regex again to make it catch syntax errors; basically re-added the non-capturing group I thought was unnecessary)
Post Reply

Who is online

Users browsing this forum: No registered users and 122 guests