-
Notifications
You must be signed in to change notification settings - Fork 37
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 theme+mode+worker file locations? #7
Comments
Do you mean this light blue/gray line on the cursor line in this picture? That should be there by default, works for me in here. Or do you mean something else? |
@ahn yes, thats the highlighted line I mean. Here’s my code snippet: And here the result: |
Yes, now I've seen this bug myself. The demo is Vaadin 7 but it hosts its own Ace theme files, that's why it works. By default the Vaadin 7 AceEditor reads the required theme/mode/worker files from the same location as this Ace tutorial. The files are probably of different version than the Ace of the current Vaadin AceEditor or something, and that may be why the highlight line doesn't show. I don't have time to take a look at this deeper now, but for now you can host your own theme/mode/worker files as descriped in "Ace file paths" chapter here to get the themes to properly work. I recommend using the Ace files of the Directory download package. |
@ahn But I found another issue: To reproduce the behavior start the webapp and go to the page, but do not click in the aceeditor! Here you see screenshots: |
Hi, |
Hi,
thank you for updating the aceeditor for vaadin7.
Maybe I found a bug:
When I have text in the AceEditor and set the cursor on a line, the whole line is not highlighted (as it has been in old vaadin6 version).
Bug? Or did i forget to set a needed option?
The text was updated successfully, but these errors were encountered: