Search found 446 matches

by yetneverdone
Wed Mar 29, 2017 4:14 pm
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

Still talking about vim, are we? Here's how Inny does his vimrc these days: First up, Autocomplete. I do all this on windows, but I try to make sure it runs on linux as well. I use Ctrl-n as my autocompleter, which I also map to ctrl-space (cuz visual studio). I used to use the plugin supertab for ...
by yetneverdone
Wed Mar 29, 2017 7:12 am
Forum: Support and Development
Topic: Best Way to simulate Keypress with Mousepressed?
Replies: 3
Views: 2873

Best Way to simulate Keypress with Mousepressed?

Im currently working on the android port of my game.

In the pc version, theres a lot of keypresses. Whats the best way to simplify the process of adding mousepress event to the keypresses?
by yetneverdone
Wed Mar 29, 2017 5:52 am
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 296826

Re: What code editor do you use ?

NickRock wrote: Tue Mar 28, 2017 6:36 pm Well I guess I've been living under a rock

https://wikileaks.org/ciav7p1/cms/page_26968090.html
WOAH! That's awesome stuffs. Good thing we have wikileaks, so does any other notepad++ users here going to change their ide?
by yetneverdone
Wed Mar 29, 2017 5:50 am
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

Messing around with this today I figured something out. If the " &" solution doesn't do the trick, this may help: the Vim "!start" command (which is different from "! start", the command which is Windows only), does NOT work the same way as the command line. In oth...
by yetneverdone
Tue Mar 28, 2017 3:31 pm
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

davisdude wrote: Tue Mar 28, 2017 3:26 pm Actually I didn't realize you're on Linux. Start is a windows command. Try putting " &" at the end of the command.
Oh, okay haha sorry for not specifying.
by yetneverdone
Tue Mar 28, 2017 12:48 pm
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

davisdude wrote: Tue Mar 28, 2017 12:28 pm Are you sure you put the exclamation mark in front of start? I'm not really sure what else it could be.
Yes i did.

It's okay, theres another way on i can do this haha. maybe ill go back to sublime text for awhile
by yetneverdone
Tue Mar 28, 2017 11:22 am
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

it says unknown job?
main.lua (~-Projects-Nightmare) - VIM_261.png
main.lua (~-Projects-Nightmare) - VIM_261.png (36.6 KiB) Viewed 6382 times
by yetneverdone
Tue Mar 28, 2017 9:37 am
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

Hey, thanks for pointing out that issue to me. It should be all fixed now :) Umm dude? may i ask a vim-related question regarding love2d? Im using a library called lurker, which is a hot-swapping library, but when i run :!love . in vim, instead of the terminal staying on the vim editor, it doesnt, ...
by yetneverdone
Tue Mar 28, 2017 6:53 am
Forum: Libraries and Tools
Topic: Love2d offline documentation - Dash
Replies: 8
Views: 9409

Re: Love2d offline documentation - Dash

I want to add also, if you want to generate an html file for other library like the hump documentation, you could use this tool
by yetneverdone
Mon Mar 27, 2017 1:01 pm
Forum: Support and Development
Topic: How to setup VIM
Replies: 35
Views: 33672

Re: How to setup VIM

That's weird... try `:syntax off` `:syntax on` to try and force the syntax and see if that works. I'm honestly not completely sure but it's definitely something I will try and figure out. In the meantime, we can continue this conversation on GitHub if you like, I opened an issue . *edit: I'm not su...