Page 1 of 1

Reformatting

Posted: Mon Aug 25, 2014 2:38 am
by Masaryk
Hey all,

I just reformatted my computer and am having some problems.

More specifically, when I create some aliases and try to use them in mudlet, they don't work. My SVO works fine, but randomly created aliases are not working at all. Any ideas why this might be?

Re: Reformatting

Posted: Mon Aug 25, 2014 5:49 pm
by Masaryk
Hmm, figured it out. For some reason when I copied and pasted the syntax for the alias from Word, it wasn't working out. I just manually typed in the patterns and it worked out just fine.

Re: Reformatting

Posted: Mon Aug 25, 2014 6:11 pm
by xabre
Word, as all text processors do, uses advanced text formatting by default. Instead you should use a good plain text editor. Simple Notepad can work for most needs, but I usually recommend Notepad++, it's free and has a lot more useful features.

Re: Reformatting

Posted: Mon Aug 25, 2014 8:45 pm
by SlySven
I'd second the mention for Notepad++ at least on Windoze.

Re: Reformatting

Posted: Mon Aug 25, 2014 9:32 pm
by demonnic
Gvim is available everywhere, but you might be called masochistic for using it

Re: Reformatting

Posted: Tue Aug 26, 2014 12:17 am
by Oneymus
Sublime Text is my personal favourite. With some packages, you can get great Lua highlighting and syntax checking.

Re: Reformatting

Posted: Tue Aug 26, 2014 12:23 am
by demonnic
Sublime is good. I'm just too used to my vim... I start putting command sequences in my script files in other editors... :wq is not proper lua syntax

Re: Reformatting

Posted: Tue Aug 26, 2014 9:22 am
by SlySven
@Demonic I know exactly what you mean, I learnt really basic (survivor level really) vi years ago and it's still the CLI editor I reach for when I want to edit a system config file etc. (c.v. WordStar word-processor commands, now that HAS atrophied) - only trouble is most(?) of these new-fangled GUI text editors things have a completely different control interface so those :wq or DD just sit there staring back at me.

Um, have I just been harnessing my inner Victor Meldrew? :o

Re: Reformatting

Posted: Sat Aug 30, 2014 3:37 pm
by Daagar
For those that like to geek out over their text editors, Atom.io is an up and coming Sublime clone from the Github folks. Supports vi keybindings too (as does Sublime, of course) :)