Page 4 of 5
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Nov 26, 2010 12:48 pm
by 501st_commander
Lua Editor Intellisense works!

Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Nov 26, 2010 12:55 pm
by DarthD.U.C.K.
congratulations! it looks great

Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Nov 26, 2010 6:29 pm
by 501st_commander
Alrighty
I am going to stop working on it for today
its been about 7 hours now, but here are some screens of the interface.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Dec 03, 2010 2:16 am
by commander501stappo
looks very good

Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Dec 03, 2010 7:57 am
by THEWULFMAN
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Sat Dec 11, 2010 2:57 pm
by thedarkforce
Hello, you one or download this version of lua
THANK YOU
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Sat Dec 11, 2010 4:19 pm
by DarthD.U.C.K.
which translator are you using? because with this one its hard/not possible to understand what you wnat to say. if you really cant speak english but french or spanish you should probably write your post in that language, then somebody else could probably translate it.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Sun Dec 12, 2010 11:32 am
by thedarkforce
Sorry, google translation is not great
I repeat
Hello, what is the link to download this version of lua (this software) Thanks
Bonjour, quel est le lien pour telecharger cette version de lua (ce logiciel ) Merci
Hola, ¿cuál es el vínculo para descargar esta versión de Lua (este software) Gracias
你好,什麼是鏈接下載該版本的Lua(該軟件)謝謝
Salve, quid pagina versione Download Lua (quod software) Gratias
مرحبا ، ما هو رابط لتحميل هذا الإصدار من لوا (هذا البرنامج) شكرا
:greeny:
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Sun Dec 12, 2010 12:19 pm
by DarthD.U.C.K.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Tue Feb 08, 2011 5:44 pm
by 501st_commander
thedarkforce wrote:Sorry, google translation is not great
I repeat
Hello, what is the link to download this version of lua (this software) Thanks
This current version that you are seeing is not released yet. v0.5 is the only.. not-so-good Lua Editor that is public.
EDIT
Somewhat of an update...
I have been asked to join a dev team to develop the Minecraft server software called MCForge. So, most of my time has been there trying to add and fix things. Right now, two of the main devs (owner, and the main compiler) are going to take a break from the software (one on vacation, other with job stuff) so i will have a bit more time to catch up on this. I will be converting this to C#, because MCForge is built in it, and it more of a better language for what im doing. I will try to get some real updates soon, depending on what all will be happening.
Instead of double posting, try shadow bumping next time. -Staff
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Wed Feb 09, 2011 12:44 am
by THEWULFMAN
Awesome
Since I am an idiot when it comes to lua, this will help me for sure. Does this check your lua for mistakes?
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Wed Feb 09, 2011 1:01 pm
by redgroupclan
Wow, this is impressive.
Here's to you on being able to make this.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Thu Feb 10, 2011 6:52 pm
by 501st_commander
THEWULFMAN wrote:Awesome
Since I am an idiot when it comes to lua, this will help me for sure. Does this check your lua for mistakes?
I am getting ideas for checking errors now, it may take a bit to sort out.
Here is a screenshot of the new interface i'm making since convertion:
as you might see, i still have a few bugs to work out just on that page. after i get this working, i'll start building and converting the project handling functions.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Thu Feb 10, 2011 6:54 pm
by acryptozoo
pretty awesome

Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Thu Feb 10, 2011 11:16 pm
by redgroupclan
I'm starting to learn how to program. So far I've never done anything past a 20 line program that runs on that little black window with the white borky text.
Maybe I'll learn this later on in my C++ beginners guide (since I'm only on Chapter 3 out of 13), but how did you make the interface that we see? Is it done with programming or do you make it in some drawing program?
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Fri Feb 11, 2011 12:06 am
by 501st_commander
What you are doing is building a Console application (black with the white). This is a Windows Form application, or aka GUI applicaiton.
If you are using Visual Studio, all you do is select "Windows From Application" in the New Project Dialog.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Mon Feb 14, 2011 6:07 pm
by redgroupclan
Oh. I didn't figure it was that easy.

Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Mon Feb 14, 2011 8:03 pm
by 501st_commander
Magic of Visual Studio
Now, for a bit of an update
I got some more things working, here is a syntax test i made
I am trying to get it index lua functions in other files in the projects directory. For example, you make a function called "killAllBots" it will add it to the intelligence.
Edit:
Best Update Yet!!!!!!!
You know, a lot of times you forget a cama, or something? Then you go to build you project, then you get an error because of it, and sometimes, it takes FOREVER to munge? Solution!
Thanks to luanetat Lua Forge
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Wed Feb 16, 2011 4:04 pm
by Fiodis
Excellent, auto-error detection! I've been using Notepad++ for my luas and that's one thing I wish it did for me.
Re: Lua Editor: Small Update on an Update... Syntax solutio
Posted: Wed Feb 16, 2011 5:39 pm
by commander501stappo