Chat about current Lua tools and IDEs

User avatar
By molesoft
#56453 *** If your ESPCut is installed in C:\Program Files\... and if you have problems with updates - please use "Run as administrator" option in explorer or reinstall it in other folder C:\ESPCut for example. Sorry about this...

IDE
Image

NEW - Runtime Lua syntax checker
Image

Hi Guys,
It is my IDE for ESP8266. Written by me - for my needs as ESP entusiast.
It combines the essential tools, which a developer needs to use ESP8266 with NodeMCU (Lua) and MicroPython.

Main features:
-automatically detect firmware (MicroPython or NodeMCU)
-runtime LUA syntax check (new!)
-code highlight (lua, html, javascript, python, c),
-code completion proposal for Lua (not all libraries are included yet, but I'll)
-bookmarks
-remember last files and bookmarks
-built in help (included all help files from github)
-examples
-upload and download ESP file(s), compile, remove, view etc.
-flash new firmware using ESPFlasher(bow). (the folder "builds" contains two of my custom builds)
-drag and drop files, fast commands (at the bottom of the screen)
-automatically check for updates
etc.

TODO
It will be great if you share your MicroPython and Lua examples. I'm collecting examples, which I'll add to the next release of ESPCut.


Version log

v0.75 / 2016-11-21
------------------------------------------------------------------------------
- Added Lua JIT compiler
- Runtime check Lua code for syntax errors, and underline errors in editor
- Show error hint, when the mouse is over wrong code
- Added [Build] tab in the bottom panel
- Added action "Goto Line number (Ctrl+G)"
- Possibility to change color of the active line
- Added 2 firmware installations with different modules
- Fixed some errors in lua syntax file

v0.74 / 2016-11-05
------------------------------------------------------------------------------
- Improved editor
- Added Block Ident and BlockUnident functions
- Improved search and search/replace dialog
- Added bookmarks in editor popup menu
- Detect file changed outside of the application
- Fixed "Delete filr" problem
- Fixed problem Bookmark load
...

Download

http://espcut.com/

Hope it will usefull for you too.
Last edited by molesoft on Thu Sep 14, 2017 12:18 am, edited 5 times in total.