Author |
Message |
Joe
Joined: Tue Jul 21, 2009 4:36 am Posts: 347 Location: The place where asses go to be bad
|
Alternative for using Notepad for Lua scripting
I recently found a tool called SciTE that can interpret Lua into that classic organized format that comes with most professional coding platforms. Here's the link: http://www.scintilla.org/SciTEDownload.htmlIt mostly helps with organization of structure, because it lets you see where all your statements end, puts your comments in green, emboldens variables, etc. Very useful indeed. It also has line numbers on the screen, so you no longer need to use the "Go to line" bit in Notepad. Hope this helps the community!
|
Fri May 28, 2010 11:51 pm |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Alternative for using Notepad for Lua scripting
Geany and Notepad++ are also damn good, offering just about everything you've just discussed.
|
Sat May 29, 2010 12:10 am |
|
|
CaveCricket48
Joined: Tue Jun 12, 2007 11:52 pm Posts: 13144 Location: Here
|
Re: Alternative for using Notepad for Lua scripting
A real programmer uses plain old Notepad! ... Not really. The features of Notepad ++ and SciTE sound kinda useful and I've been planning to download something like them, but I'm too lazy to and I don't actually need any of the features.
|
Sat May 29, 2010 1:50 am |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: Alternative for using Notepad for Lua scripting
++ is great even for good ol simple .ini editing. Get it.
|
Sat May 29, 2010 2:02 am |
|
|
TheLastBanana
DRL Developer
Joined: Wed Dec 13, 2006 5:27 am Posts: 3138 Location: A little south and a lot west of Moscow
|
Re: Alternative for using Notepad for Lua scripting
CaveCricket, I really suggest you give one of them a try. I can guarantee you that it will make your scripts much more readable and organized, because tabbing becomes way less of a pain and everything is nice and highlighted for you. Even if it doesn't help you, when you post code, it will be much more readable.
|
Sat May 29, 2010 7:09 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Alternative for using Notepad for Lua scripting
Notepad++ is the greatest thing ever, seriously.
|
Sat May 29, 2010 7:14 am |
|
|
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
|
Re: Alternative for using Notepad for Lua scripting
Find and replace in all opened documents is ridiculously useful. I'd have downloaded it just for that.
|
Sat May 29, 2010 7:19 am |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Alternative for using Notepad for Lua scripting
Notepad++ is super great. I haven't tried any of the alternatives, but I haven't needed to.
Last edited by Petethegoat on Wed Jun 02, 2010 11:31 pm, edited 1 time in total.
|
Sat May 29, 2010 9:11 am |
|
|
Joe
Joined: Tue Jul 21, 2009 4:36 am Posts: 347 Location: The place where asses go to be bad
|
Re: Alternative for using Notepad for Lua scripting
I just took a look at Notepad++, and I saw that it only comes in binaries.
I absolutely will not download any program that doesn't come in an .exe.
|
Sat May 29, 2010 5:00 pm |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Alternative for using Notepad for Lua scripting
Joe wrote: I just took a look at Notepad++, and I saw that it only comes in binaries.
I absolutely will not download any program that doesn't come in an .exe. Um. If you'd actually, y'know, looked at it, instead of stopping at one link, you might have seen this page: http://sourceforge.net/projects/notepad-plus/files/Which, if you'll notice, contains a great big green executable file download.
|
Sat May 29, 2010 7:10 pm |
|
|
Joe
Joined: Tue Jul 21, 2009 4:36 am Posts: 347 Location: The place where asses go to be bad
|
Re: Alternative for using Notepad for Lua scripting
Ah. I knew that...
Thanks
EDIT: Oh . My . GAWD ! Notepad++ is beautiful! AND it can be used as a default text editor?!?
I R N HVN !!!!
Thank you all so very much! NOTEPAD++ IS BEEZT!!!
3 smilies per post please, preferably less.
|
Sat May 29, 2010 7:19 pm |
|
|
Daman
Joined: Fri Jan 26, 2007 3:22 am Posts: 1451
|
Re: Alternative for using Notepad for Lua scripting
honestly..how do you find scintilla without already knowing about notepad++
btw real programmers use an actual IDE.
owned.
|
Sun May 30, 2010 12:44 am |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Alternative for using Notepad for Lua scripting
Real programmers use emacs
|
Sun May 30, 2010 12:50 am |
|
|
undertech
Joined: Tue Nov 11, 2008 8:26 am Posts: 202 Location: Near Aloha
|
Re: Alternative for using Notepad for Lua scripting
Real programmers play tetris in emacs.
Then they switch to Vim for real work.
OH SNAP
|
Sun May 30, 2010 1:12 am |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Alternative for using Notepad for Lua scripting
Sigh, real programmers aren't defined by what they use to write their code. Though nowadays, as daman says, most do use an IDE, just because it speeds everything up. I usually use geany (hate the logo and name, love the software) unless I'm using cpp (at which point I use code::blocks), personal preference. Joe wrote: I absolutely will not download any program that doesn't come in an .exe. Why on earth would you make that decision? O_o learn to compile.
Last edited by Geti on Sun May 30, 2010 9:26 pm, edited 1 time in total.
|
Sun May 30, 2010 5:19 am |
|
|
|