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

Ace Editor Docs Review #427

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vladimirbackendless
Copy link
Collaborator

No description provided.

@v-excelsior v-excelsior changed the title Update README.md Ace Editor Docs Review Apr 5, 2023
Comment on lines +23 to +25
<p align="center">
<img src="./example-images/ace_editor_component_settings.jpg" alt="Ace editor settings" width="780"/>
</p>
Copy link
Collaborator

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.

Comment on lines +13 to +19
The editor supports 6 graphical themes:
1. Github
2. Chrome
3. Monokai
4. Nord
5. Dark Twilight
6. Idle Fingers
Copy link
Collaborator

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.
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

2 participants