commit | 8ef350e8b9738e2c98142be1faf69ec4eb0ced29 | [log] [tgz] |
---|---|---|
author | hyeyoon Jung <jeonghy95@gmail.com> | Tue Oct 07 20:13:13 2025 +0900 |
committer | GitHub <noreply@github.com> | Tue Oct 07 20:13:13 2025 +0900 |
tree | 91a80d80637681230cb2c9825a1c2e1cbdd47184 | |
parent | 3ad1a2c486398a39db29dd82ff0a3e617a6e346a [diff] |
[ZEPPELIN-6279] Add Search/Highlight keyword feature for Code Editor ### What is this PR for? This PR is a re-implementation of the Search and Replace UI, a feature that was available in the Classic UI. The core search and highlighting logic has been fully rewritten to work with the Monaco Editor, which replaces the legacy Ace Editor library. ### What type of PR is it? Feature ### Todos * [ ] - Replace and Replace All features are not implemented yet. * [ ] - The feature to display the total counts and the current index is not implemented yet. ### What is the Jira issue? * [ZEPPELIN-6279](https://issues.apache.org/jira/browse/ZEPPELIN-6279) ### How should this be tested? **Manual Testing** * Check out the PR branch and check if search and highlight feature works. ### Screenshots (if appropriate) <img width="972" height="280" alt="image" src="https://github.com/user-attachments/assets/5e9f0ff1-c796-4e59-8e91-40f3fe1a2ce8" /> ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #5079 from grcenneat/feat/ZEPPELIN-6279. Signed-off-by: ChanHo Lee <chanholee@apache.org>
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.