-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add EventSense #16
Comments
In the object, there should be some sort of way to define specific information of how the script is created, making it possible to store exact information about whitespace, newline and comment. It is currently unknown how this is going to be, but most suitable would be to store the info in a field group named The biggest problem would be events that is split up in newlines or got lots of whitespace in them. Also, if the events are changed significantly, how will that modify the existing events? One might be able to achieve that by linking the |
I'm just curious, IntelliSense in regards to what information? IntelliSense usually provides in-depth information unlike file-wide autocomplete for named fields and functions, usually global. Does this mean the inclusion of other evented brick names and such? |
Yes, it should include lookup for events within the same brick for now, but later on it would support multiple bricks, for instance for labels. |
Whenever a script is pasted onto the window, store the information, along with comments and whitespace, somewhere so it can be retrieved and added when creating the script.
This might seem most difficult and might result in unexpected output, but if properly done with as little predictions as possible, then this will be a really welcoming addition.
Most certainly, at least make it possible for the editor to keep its content.
The text was updated successfully, but these errors were encountered: