-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ace Editor Docs Review #427
base: main
Are you sure you want to change the base?
Conversation
<p align="center"> | ||
<img src="./example-images/ace_editor_component_settings.jpg" alt="Ace editor settings" width="780"/> | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need for a Settings image. It could be changed at any time and looks not pretty.
The editor supports 6 graphical themes: | ||
1. Github | ||
2. Chrome | ||
3. Monokai | ||
4. Nord | ||
5. Dark Twilight | ||
6. Idle Fingers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this could be helpful. We already have possible values in the Properties table, and it is just a duplication of information.
But, as @Valodya offered we could add a section with images of how these themes look.
Depending on how much space it takes we could place it here(if it's not huge) or after tables.
Ace Editor is a component of Backendless UI-Builder designer. The Ace Editor component is the high-performance code editor for the web. This component is created using the [react-ace](https://www.npmjs.com/package/react-ace) library. | ||
Ace is the embeddable code editor which supports the syntax highlighting for the following programming languages: Java, JavaScript, TypeScript, Python, JSON, PHP, C, C++, C#, Ruby, HTML, CSS. | ||
|
||
When this component is deployed it can highlight only one programming language that was set by developer in the Logic of the Backendless UI-Builder. Therefore, a user cannot switch to another programming language while using the editor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Therefore, a user cannot switch to another programming language while using the editor.
It's not completely true. We could add the Logic for change language dynamically.
No description provided.