Page 2 of 2

Re: Notepad++?

Posted: Sun Nov 14, 2010 12:20 am
by zac352
TechnoCat wrote:
Mud wrote:
TechnoCat wrote:yeah, the command prompt just isn't as useful as the UNIX terminal is. So vim isn't as handy in Windows.
How much do you use the command line for in Vim? The only thing I really invoked externally are various programming languages. That and grep, but Vim has grep built-in now (vgrep). Maybe wc and sort. :D.
The main thing I like about vim is that your hands never leave their spot on the keyboard. Then I can navigate between terminals and still have my hands in their spot. This is because you can do almost everything in UNIX from the terminal.
In windows, I don't get this luxury, I pretty much am forced to use my mouse in most cases when i switch out of my editor. When I try to do keyboard only in Windows, I end up putting :w all over my document.
zac352 wrote:I spent several minutes staring at the batch help-thingy for the copy command, trying to figure out how to pack my love into an exe. :roll:
Just use the command prompt. It is one line long.

Code: Select all

copy /b love.exe+<love file> <target exe>
I know. I eventually figured it out. But you also have to paste the dlls in there too, or you'll end up with missing dll errors. :roll:

Re: Notepad++?

Posted: Sun Nov 14, 2010 12:27 am
by thelinx
zac352 wrote:I know. I eventually figured it out. But you also have to paste the dlls in there too, or you'll end up with missing dll errors. :roll:
You're not allowed to do that. If you do, you break the licenses of those libraries.

Re: Notepad++?

Posted: Sun Nov 14, 2010 12:29 am
by zac352
thelinx wrote:
zac352 wrote:I know. I eventually figured it out. But you also have to paste the dlls in there too, or you'll end up with missing dll errors. :roll:
You're not allowed to do that. If you do, you break the licenses of those libraries.
Fudge. Just fudge.
How are you supposed to package it, then? Keep them all with it? :death:

Re: Notepad++?

Posted: Sun Nov 14, 2010 12:30 am
by thelinx
Yep. Zip 'em all up.

Re: Notepad++?

Posted: Sun Nov 14, 2010 12:33 am
by zac352
thelinx wrote:Yep. Zip 'em all up.
Fine.