Expose the `editor` object
See original GitHub issueHi there,
Thanks very much for your work; I’ve just started using ng2-ace-editor and I love it!
I had some questions and wondered if this was the correct place to ask; if not could you please direct me to the correct location?
- As far as I can tell, it’s not possible to access the
editor
using ng2-ace-editor. Is there a reason for this? It’s quite likely I am mistaken. In my project, we need to access theeditor
object, so we can extend it. Are you open to exposing the editor object so we can extend it? Here is an example - Are you open to contributions? If I was to fork your repo and expose the
editor
object, would you mind reviewing my PR and consider merging the changes into ng2-ace-editor? If so, do you have any contribution guidelines you’d like contributors to follow?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Expose properties of another class to the editor
I have a door derived from AActor that can be locked. It contains several locking-related variables and functions, eg. bool isLocked, ...
Read more >Exposing Properties in the Inspector - Unity Forum
Just to mention it- actual properties being exposed in the editor (not their backing value) for editing is likely a really bad idea....
Read more >Understanding and exposing variables on the editor - YouTube
Join our Discord server to continue the conversation and ask questions:https://discord.gg/T3sMnxY00:00 Variables in the Unity Inspector00:45 ...
Read more >Expose properties for remote control - Pixotope Help Center
Exposing properties in the Editor · Select the object whose properties you want to be exposed to the Director · Click the star...
Read more >Using the REST Expose Editor - Progress Documentation
The REST Expose Editor allows you to define mapping between the exposed ABL applications (ABL class and procedure files with REST interface annotations)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@oh-wo I have create a new element for you. New version 0.1.0 You can not use ace-editor like a component. https://github.com/fxmontigny/ng2-ace-editor#use-component
@BevanR I have upgraded my documentation 😉
Thanks very much @fxmontigny, I will test this out at my first opportunity.