首页 技术 正文
技术 2022年11月15日
0 收藏 662 点赞 4,649 浏览 9330 个字
  • [LuaSrcDiet] (5.0.2) – 通过删除不必要的空白和注释缩减Lua文件的大小。
  • [LuaProfiler] (5.0) – 一个用来查找Lua应用瓶颈的工具time profiler 。
  • [LuaCov] – LuaCov 是一个用来对 Lua 脚本进行覆盖率分析的工具。当运行 Lua 脚本时加载了 luacov 模块,那么将会生成一个统计文件,包含每一行脚本和响应模块加载的执行情况。
  • [B:Lua] – 开源项目: 具备各种特征的Lua IDE.
  • [LunaticPython] (0.1) – Lua/Python 的双向桥。可以将Lua解释器嵌入到python中,反过来也可以。

参考自:至尊王者


Editor support may include syntax highlighting, auto-formatting, syntax checking, build and debug integration, etc.

The following editors have some Lua support (at least highlighting or formatting) out of the box:

  • [Intellua/IntelluaTE] (Win32;MIT licensed)

    • Auto completion for variables, functions, classes of custom APIs and user-created types in Lua.
    • Variable type deduction via static code analysis, user-overridable.
    • Independent from Lua interpreter, suitable for embedded Lua.
    • .NET control for integration with game editors.
  • [Lua Development Tools] (Windows/MacOS/Linux, 32 & 64 bits, Open Source (EPL))

    • Eclipse-based IDE, available as a standalone distribution
    • Auto completion
    • Syntax highlighting
    • Syntax error markers
    • Code formatter
    • Code folding
    • Code snippets
    • Occurrence highlighting
    • Code navigation (“Go to definition”)
    • Visual debugger
  • [ZeroBrane Studio Lua IDE] (Win32, OSX, Linux; MIT licensed)

    • Auto completion for functions, keywords, and custom APIs.
    • Syntax highlighting
    • Integrated remote debugger
    • Supports Moai, Love2d, LuaJIT, and other Lua engines/interpreters
    • Watch view, Stack view with locals and upvalues, Interactive console with pretty printing
  • [Decoda Lua IDE] (Win32)

    • Auto completion
    • Syntax highlighting
    • Debugger for Lua 5 and later using Visual Studio PDB to allow debugging of embedded lua code
    • Supports Debugging on 360 and PS3
    • Supports LuaJIT and LuaPlus?
    • Watch, Globals, Locals, Call Stack, Lua Stack, etc
    • Used Commercially by large and small games studios
  • [LuaEdit IDE] (Win32, Win64, freeware)

    • Completion proposal
    • Syntax highlighting
    • Watch, Globals, Locals, Call Stack, Lua Stack, etc
    • Debugger (local and remote) for Lua 5.0, 5.1 and 5.2
  • [BabeLua Lua Addon for Visual Studio](Win32, freeware, Open source)

    • Auto completion
    • Syntax highlighting
    • Syntax error check
    • Formatting code
    • Lightweight project management
    • Quick search
    • Preview file outline and jump
    • List token references quickly
    • Object-oriented model support
    • Visual Studio project template
    • Debugger (Watch, Globals, Locals, Call Stack, Lua Stack, etc) for Lua 5.0 and higher
  • [LuaStudio Lua IDE] (Win32,win64)

    • Auto completion
    • Syntax highlighting
    • Code folding
    • Code snippet
    • Symbol list
    • projects manage
    • Debugger for Lua 5 and later using Visual Studio PDB to allow debugging of embedded lua code
    • Supports Debugging on 360 and PS3
    • Supports LuaJIT and LuaPlus?
    • Watch, Globals, Locals, Call Stack, Lua Stack, etc
  • [DForD LuaCoding] (Win32, shareware, [free license])

    • Auto completion
    • Syntax highlighting
    • Code folding
    • Code snippet
    • Symbol list
    • Organises projects
    • Watch, Globals, Locals, Call Stack, Lua Stack, etc
    • Debugger for Lua 5.1
  • [Vim] (most platforms)

    • Vim comes with syntax highlighting and indentation for Lua. Vim 7 supports Lua 5.1
    • [ftp.vim.org] You can download the lastest version of the syntax and indent files here.
    • [luarefvim] is the Lua reference manual for Vim.
    • [lua-support] Lua-IDE for Vim.
    • [Lua Support 2] Lua-IDE for Vim, successor of lua-support.
    • [LuaInspect] has plugin for VIM
  • [Scintilla/SciTE] (Win32/GTK+)

    • Lua syntax highlighting (4.0, 5.0, 5.1, 5.2).
    • Lua scripting extension [1]
    • SciteScripts is a community area for disseminating Lua extension scripts
    • [lua5api.zip] Lua 5.0 C API and Lua functions for SciTE calltips (with optional annotations)
    • [SciTE Setup Wizard] provides a batteries-included installation for Windows; it is pre-configured with Lua function calltips and Lua 5 keywords.
    • [Lua for Windows] includes a customized version of SciTE which can also debug Lua scripts.
    • LuaInspect – has plugin for SciTE
  • [NsEditor] (Win32, freeware) NsEditor? for the Apocalyx Engine is a stand-alone script editor written to develop games for the Apocalyx engine. NsEditor? is written in Delphi. It’s main target is to simplify Apocalyx game development by means of offering a rich set of features and a game framework. The most important editor features include:

    • Multiple script editor windows, Lua syntax highlighting, Apocalyx syntax highlighting, context dependent syntax.
    • Auto proposal and completion plus parameter proposal, Templates, Zipfile support, Media preview, Direct control of Apocalyx allowing in-game editing and control, Unlimited custom Apocalyx control commands, Function list, etc.
    • NsEditor? is set up to also supports a complete game framework. The game framework is based on a set of prefab entities and macro functions. Entities are predefined code snippets, written as normal Lua functions, that can be insert into your personal game scripts.
    • Project template files, zip file support, media preview, goto function, insert Variable, GlGooey? skin editor (to skin the GUI elements), XML highlighter, INI highlighter, etc.
  • [Geany] (Unix, Windows and most other platforms)

    • Code folding, Syntax highlighting (since Geany 0.11)
    • Also has a plugin that allows you to control/extend the editor using Lua scripting.
  • [Textadept] (Windows/Linux/OS X, MIT, GTK+)

    • Extremely extensible editor written in C and Lua using Scintilla
  • [Zeus for Windows] (Win32, shareware)

    • Code folding
    • Syntax highlighting
    • Project/Workspace manager
    • Class browser
    • Code templates
    • Tools and macros
    • The [QuickHelp] feature can open the [Lua Helpfile] at the topic of current word.
    • [Debugger] for Lua 5.1
    • Editor is fully configurable using embedded Lua 5.1 scripting module
  • [PSPad for Windows] (Win32, freeware)

    • Support of Lua 4.0 syntax highlighting
    • Can be re-configured to support Lua 5.0 syntax highlighting
    • Keyboard F-keys can open [Lua Helpfile] at the topic for a word the cursor is on.
  • [Crimson Editor for Windows] (Win32, freeware)

    • Support of Lua 4.0 syntax highlighting
    • Can be re-configured to support Lua 5.0 syntax highlighting
    • F1 can open [Lua Helpfile] at the topic for a word the cursor is on.
  • [EmEditor] (Win32, shareware)

    • Lua 5.0 syntax highlighting configuration file
  • [jEdit] (Java, freeware)

    • Support of Lua 5.0 syntax highlighting
  • [TextWrangler] (OS X, freeware)

    • Support of Lua 5.0 syntax highlighting
  • [SubEthaEdit] (OS X, commercial)

    • Support of Lua 5.0 syntax highlighting
  • [TextMate] (OS X, commercial)

    • Support of Lua 5.0 syntax highlighting
    • Lua macro support
  • [BBEdit] (OS X, commercial)

    • Support of Lua 5.0 syntax highlighting
  • [Smultron] (OS X, freeware; discontinued)

    • Support of Lua 5.0 syntax highlighting
  • [Sublime Text] (Linux, OS X, Windows, commercial)

    • Lua syntax highlighting
  • [FXiTe] (Windows/Linux/FreeBSD, GPL)

    • Lua syntax highlighting
    • Built-in Lua scripting engine
  • [ScriptDev] – script IDE for Python, Ruby, Lua, Tcl, Perl

Editors requiring 3rd party add-ons, and miscellaneous editor tools:

  • [Emacs] and [XEmacs] (most platforms)

    • [lua-mode] with syntax highlighting, auto-indent, interactive lua shell, paren and brace matching, auto-move to function or block begin/end, online documentation look-ups, postprocess output buffer (jump to error lines using traceback).
    • [lua2-mode] – semantic highlighting for Lua (e.g. differentiate globals and locals).
  • [Coda] (OS X, commercial)

    • Requires copying the Lua syntax module from the [SubEthaEdit] demo
  • [NEdit] (most platforms)

    • visit site to download Lua pattern
  • [MC-Cooledit] (Unix, win32)

    • [Syntax coloring scheme] Use this with the internal editor of the GNU Midnight Commander to get your scripts with fancy colors. Includes small Lua script to perform installation.
  • [UltraEdit] (win32)

    • [Syntax coloring scheme] Copy/paste this at the bottom of the wordfile.txt configuration file in the installation folder to add syntax coloring for Lua 5.
  • [Epsilon] (win32)

    • Epsilon is an emacs-like editor that has been around for quite a few years in the DOS, OS/2, Windows, and lately Mac OSX and Linux platforms. A [simple Lua mode] is available, written in Epsilon’s C-like extension language EEL. It is known to work with Epsilon 13, and probably works with some earlier versions as well. Save the liked file locally as luamode.e, compile to bytecode and load into the running Epsilon state with the compile-buffer command (which is probably bound to Alt+F3). Save the modified state file as usual (with the write-state command). The resulting major mode handles simple syntax highlighting and code indentation cases, but it does have blind spots and limitations.
  • [Eclipse] (open-source, EPL) is a Java IDE that can be extended to support Lua 5.1 with one of these plugins

    • [Lua Development Tools] wich comes with syntax highlight, code completion, compilation errors, code and comment folding, code navigation, and a debugger.
    • [LuaEclipse] wich comes with syntax highlight, code completion, compilation errors, code and comment folding (and) script execution with a pre-configured interpreter.
    • [LunarEclipse] wich comes with syntax highlight, code completion, compilation errors, code and comment folding and an ouline view.
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,088
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,564
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,413
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,186
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,822
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,905