Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing LUA Interpreter for Zerobrane itself #1178

Open
Abooow786 opened this issue Apr 11, 2024 · 0 comments
Open

Changing LUA Interpreter for Zerobrane itself #1178

Abooow786 opened this issue Apr 11, 2024 · 0 comments

Comments

@Abooow786
Copy link

Hey,

I got a Interpreter with which i want to parse lua Files. Everything works fine and i also included it to Zerobrane so that i can choose it as a Interpreter for Debug. My issue now is that the Interpreter has functions which are not in Lua 5.1. So when i am not in the Debug Mode the locale Console is not my Interpreter but the Lua 5.1 Interpreter. So my Functions are only recognized while Debugging. That is a little bit of bad for my Plans. So i got 2 Options.

  1. Only show the Frame for the locale Console while Debugging
    or
  2. Change the Code so that my Interpreter will always be used independet if debugging or not.

i know there is no implemented configuration for that so i was just playing with the source code but did not find any way to change it. My Interpreter works with every required extension like 'wx' etc. So it also should be possible to run zerobrane on my Interpreter.

Any Ideas how to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant