|
|
Thread Tools | Display Modes |
02-13-2018, 10:01 PM | #1 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,714
|
ReaScript IDE: funcname{table} and funcname[[string]] not colored correctly (FIXED)
In Lua, functions that take only a table or only a string as argument, can be called like this:
Code:
funcname{table} funcname[[string]] funcname"string"
__________________
Scripts for advanced MIDI editing | LFO Tool for MIDI editor and envelopes Video thumbnail scripts | ReaScriptAPI extension Last edited by juliansader; 02-20-2018 at 12:59 PM. |
02-14-2018, 05:08 AM | #2 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,494
|
?
|
02-14-2018, 05:22 AM | #3 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,714
|
Native Lua and API functions are recognized, but not user-defined functions.
EDIT: By "recognize", I meant "color" in the IDE UI. They are executed properly. |
02-14-2018, 05:28 AM | #4 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,494
|
User-defined functions don't get syntax highlighting at all, do they?
|
02-14-2018, 06:17 AM | #5 | |
Human being with feelings
Join Date: Jul 2009
Posts: 3,714
|
Quote:
__________________
Scripts for advanced MIDI editing | LFO Tool for MIDI editor and envelopes Video thumbnail scripts | ReaScriptAPI extension Last edited by juliansader; 02-14-2018 at 06:33 AM. |
|
02-20-2018, 12:58 PM | #6 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,714
|
Fixed in v5.75!
|
Thread Tools | |
Display Modes | |
|
|