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/ext/searchbox): search doesn't works #5303

Closed
coderaiser opened this issue Sep 4, 2023 · 2 comments
Closed

(ace/ext/searchbox): search doesn't works #5303

coderaiser opened this issue Sep 4, 2023 · 2 comments

Comments

@coderaiser
Copy link
Contributor

Describe the bug

Search doesn't works, what is nls?
image

Expected Behavior

Expected search going to work

Current Behavior

Crash, f is not a function

Reproduction Steps

Start ace editor with search

Possible Solution

No response

Additional Information/Context

No response

Ace Version / Browser / OS / Keyboard layout

latest

@akoreman
Copy link
Contributor

akoreman commented Sep 4, 2023

Thanks for reaching out, could you clarify a bit more what you were trying to do when you encountered this issue? Could it be that you're picking up an older version of ace-code or ace-builds somewhere in your project?

On the Ace kitchen-sink search works as expected for me.

(nls is the function you can use to translate user-facing UI strings in the Ace UI into other languages if desired, see here for an example of how it could be used. )

@coderaiser
Copy link
Contributor Author

Thanks for a quick response! Looks like I used old version of ace from cdn, and other files local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants