Page 1 of 2

lovefiddle.com

Posted: Sat Sep 24, 2016 11:47 am
by Ulydev
Hey there,

lovefiddle.com is up!

Image

lovefiddle is an online tool that allows you to run snippets of code and share them with other people.

Here's a sample fiddle for you: http://lovefiddle.com/DWvZy28MLHDvEHGg3



Known bugs:
  • Process freezes on syntax error
    Game takes focus of the whole page
Please report issues on the repo.
Github: https://github.com/Ulydev/lovefiddle[/size]

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 12:17 pm
by MadByte
This is pretty sexy :neko:
Im sure it will help me when I want to show something to someone on the Support and Development sub forum.
btw, is there any key shortcut to duplicate a line of code ? Im used to do this via ctrl+d, dunno what you guys usally do in that case :)

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 12:41 pm
by Ulydev
MadByte wrote:This is pretty sexy :neko:
Im sure it will help me when I want to show something to someone on the Support and Development sub forum.
btw, is there any key shortcut to duplicate a line of code ? Im used to do this via ctrl+d, dunno what you guys usally do in that case :)
Thanks! It uses c9's Ace editor, I'll check if there are any shortcuts available.
EDIT: Yup. Use (Cmd/Ctrl)+Shift+D

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 12:50 pm
by Nixola
This is awesome! Is there a way to have more files?

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 12:55 pm
by Ulydev
Nixola wrote:This is awesome! Is there a way to have more files?
Yes, it should be possible, but the website would require some more work. I'll look into it when I have some time.

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 1:03 pm
by bartbes
I figured I'd fiddle with it a bit, so here's 100 lines that somehow form pong: http://lovefiddle.com/BEZZLDkSf5wum8xGD

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 2:42 pm
by Tanner
Heeeeey! Great!

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 5:12 pm
by pgimeno
Awesomeness! Love it, even if it doesn't run in my aged Iceweasel (Firefox) 24.7 and I have to launch Chromium.

Re: lovefiddle.com

Posted: Sat Sep 24, 2016 11:59 pm
by Tanner
pgimeno wrote:Awesomeness! Love it, even if it doesn't run in my aged Iceweasel (Firefox) 24.7 and I have to launch Chromium.
Right, this probably goes without saying but love.js doesn't support browser versions from 2014.

Re: lovefiddle.com

Posted: Sun Sep 25, 2016 2:59 am
by pgimeno
Does that mean that it doesn't support Chromium 37.0.2062.120 either (the one I'm checking it with and in which it runs)? What are the minimum Firefox and Chromium versions supported?