Jump to content




Lua IDE


  • You cannot reply to this topic
21 replies to this topic

#1 matejdro

  • Members
  • 324 posts

Posted 25 September 2012 - 08:35 PM

Hello!

I'm wondering if there is any good IDE for programming lua? Currently I'm working in notepad++, but it would be nice if there is something with more lua-specific features like syntax error detection or even some kind of intelisense?

#2 Doyle3694

  • Members
  • 815 posts

Posted 25 September 2012 - 08:36 PM

notepad++: language: l: lua

#3 matejdro

  • Members
  • 324 posts

Posted 25 September 2012 - 08:46 PM

It's still basic text editor, just with syntax highlighting.

#4 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 25 September 2012 - 08:55 PM

I suggest looking at the features of Notepad++ a little closer. Theres all that you need within this program. Take a look.

EDIT: Also this

#5 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 25 September 2012 - 08:59 PM

View Postmatejdro, on 25 September 2012 - 08:35 PM, said:

Hello!

I'm wondering if there is any good IDE for programming lua? Currently I'm working in notepad++, but it would be nice if there is something with more lua-specific features like syntax error detection or even some kind of intelisense?
There is a few
1: My CC Function Import (When it's released)
2: ScriTE (Lua only editor, it doesn't debug but it helps with simple basic lua syntax)
3: Plain-old Notepad++ With lua language enabled.

#6 matejdro

  • Members
  • 324 posts

Posted 25 September 2012 - 09:05 PM

I have already looked at NP++ a lot, but I was unable to find anything else than syntax highlighting. I of course have lua language chosen all the time.

Any more hint? :P/>

#7 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 25 September 2012 - 09:09 PM

View Postmatejdro, on 25 September 2012 - 09:05 PM, said:

I have already looked at NP++ a lot, but I was unable to find anything else than syntax highlighting. I of course have lua language chosen all the time.

Any more hint? :P/>
http://www.computerc...4316#entry34316
That's the N++ lua syntax edit.. Still needing to upload.

#8 KinoftheFlames

  • New Members
  • 39 posts
  • LocationMichigan

Posted 26 September 2012 - 09:10 AM

I'm writing a Lua/CC editor specifically for CC in CC. http://www.computerc...he-in-game-ide/

At some point I plan to add auto-complete for Lua and CC functions.

#9 matejdro

  • Members
  • 324 posts

Posted 26 September 2012 - 12:55 PM

View PostNoodle, on 25 September 2012 - 09:09 PM, said:

http://www.computerc...4316#entry34316
That's the N++ lua syntax edit.. Still needing to upload.

It's still only syntax coloring. Or am I missing something?

View PostKinoftheFlames, on 26 September 2012 - 09:10 AM, said:

I'm writing a Lua/CC editor specifically for CC in CC. http://www.computerc...he-in-game-ide/

At some point I plan to add auto-complete for Lua and CC functions.

Thanks, but I'm looking for a out of game editor. I already saw your editor and I must say that I like it. But I don't think it's possible to make an editor in game that can even match regular notepad (mainly due to inability to select text with a mouse).

#10 KinoftheFlames

  • New Members
  • 39 posts
  • LocationMichigan

Posted 26 September 2012 - 03:19 PM

View Postmatejdro, on 26 September 2012 - 12:55 PM, said:

Thanks, but I'm looking for a out of game editor. I already saw your editor and I must say that I like it. But I don't think it's possible to make an editor in game that can even match regular notepad (mainly due to inability to select text with a mouse).
You're right that nothing can beat out of game editors solely based on the fact that CC doesn't support mouse control.
Having said that, my editor will also be adding text selection with shift+arrow keys and blinking text (for sure) and allow Ctrl+C for copying (if Minecraft and CC support this OS-interaction).

The closest thing I've seen relevant to your interest is this CC Lua IDE being developed:
http://www.computerc...ompletion-code/
But it's far from done and missing a lot of stuff from notepad++

#11 paulclinger

  • Members
  • 3 posts

Posted 26 September 2012 - 07:36 PM

I've been developing a Lua IDE that includes syntax highlighting, auto-complete, remote debugging, and other features. The project page (http://studio.zerobrane.com/) includes screenshots (http://studio.zerobr...creenshots.html) and demos/tutorials showing it in action (http://studio.zerobr.../tutorials.html). Works on Windows, OSX, and Linux.

#12 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 27 September 2012 - 09:07 PM

Just here to tell you that my N++ language add-on is uploaded!
LINK

#13 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 27 September 2012 - 09:17 PM

View PostNoodle, on 27 September 2012 - 09:07 PM, said:

Just here to tell you that my N++ language add-on is uploaded!
LINK
Shameless self plug..... :P/>

#14 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 27 September 2012 - 10:36 PM

View PostCranium, on 27 September 2012 - 09:17 PM, said:

View PostNoodle, on 27 September 2012 - 09:07 PM, said:

Just here to tell you that my N++ language add-on is uploaded!
LINK
Shameless self plug..... :P/>
No I told him earlier that I had the editor, just not published yet. I "updated" that post with the new one with the release of the N++ Add-on.

#15 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 27 September 2012 - 10:38 PM

I'm just kidding, I'm glad you released it. I'm gonna try it out later tonight when I get to my home computer.

#16 machinesmith

  • New Members
  • 2 posts

Posted 16 July 2013 - 10:59 PM

what about scite? it hase autocomplete for variables and user functions
http://code.google.c.../scite-for-lua/

#17 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 16 July 2013 - 11:27 PM

Why was Sublime Text never mentioned?

It's not an IDE but has pretty much every feature of an IDE.

#18 billysback

  • Members
  • 569 posts

Posted 17 July 2013 - 05:07 AM

urm... isn't a necro of a thread that's been dead for more than 6 months against the rules?
whatever... I don't see what's wrong with default N++, so what if you don't get a little bit of help...

#19 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 17 July 2013 - 08:39 AM

Whats about Light Table? Yea, it just has highlighting but it's in alpha :D


#20 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 17 July 2013 - 11:27 AM

take a look at this http://www.minecraft...-computercraft/
EDIT: just realized this was a necro post :(





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users