{"id":20798219,"url":"https://github.com/sebthom/findview-eclipse-plugin","last_synced_at":"2026-02-01T17:03:59.417Z","repository":{"id":40303240,"uuid":"417580748","full_name":"sebthom/findview-eclipse-plugin","owner":"sebthom","description":"Convenient search view for Eclipse to find/replace within the currently active editor.","archived":false,"fork":false,"pushed_at":"2025-07-01T15:24:26.000Z","size":1670,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T16:41:42.303Z","etag":null,"topics":["eclipse-plugin","java"],"latest_commit_sha":null,"homepage":"https://buymeacoffee.com/vegardit","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebthom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-15T17:20:34.000Z","updated_at":"2025-06-24T14:44:40.000Z","dependencies_parsed_at":"2023-02-15T07:46:41.343Z","dependency_job_id":"8600f504-df4f-414c-8950-86db49b7689d","html_url":"https://github.com/sebthom/findview-eclipse-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sebthom/findview-eclipse-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebthom%2Ffindview-eclipse-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebthom%2Ffindview-eclipse-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebthom%2Ffindview-eclipse-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebthom%2Ffindview-eclipse-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebthom","download_url":"https://codeload.github.com/sebthom/findview-eclipse-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebthom%2Ffindview-eclipse-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264016735,"owners_count":23544626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse-plugin","java"],"created_at":"2024-11-17T16:37:06.047Z","updated_at":"2026-02-01T17:03:59.399Z","avatar_url":"https://github.com/sebthom.png","language":"Java","readme":"# Find/Replace View plugin for Eclipse\n\n[![Build Status](https://github.com/sebthom/findview-eclipse-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/sebthom/findview-eclipse-plugin/actions/workflows/build.yml)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n[![License](https://img.shields.io/github/license/sebthom/findview-eclipse-plugin.svg?color=blue)](LICENSE.txt)\n[![Eclipse Marketplace](https://img.shields.io/eclipse-marketplace/dt/findreplace-view-plugin?logo=eclipse\u0026label=Downloads)](https://marketplace.eclipse.org/content/findreplace-view-plugin)\n\n\n**Feedback and high-quality pull requests are  highly welcome!**\n\n1. [What is it?](#what-is-it)\n1. [Installation](#installation)\n1. [Building from Sources](#building)\n1. [License](#license)\n\n\n## \u003ca name=\"what-is-it\"\u003e\u003c/a\u003eWhat is it?\n\nThis plugin extends [EclipseⓇ](https://eclipse.org) with a **Find/Replace** view that allows to conveniently\nperform find/replace operations within the currently active editor.\n\n![](src/site/img/screen.png)\n\nThe following hot keys are configured by default:\n- [CTRL]+[ALT]+[F] - open the **F**ind/Replace view\n- [CTRL]+[ALT]+[N] - go to the **n**ext match\n- [CTRL]+[ALT]+[P] - go to the **p**revious match\n- [ESC] - return focus to the editor (default) or close the Find/Replace view. can be configured in the preferences\n\nThis plugin is a spiritual successor to the abandoned [Eclipse Search Tab](https://code.google.com/archive/p/eclipse-search-tab/) plug-in\nwhich aimed to provide a Firefox-like search tab.\n\n\n## \u003ca name=\"installation\"\u003e\u003c/a\u003eInstallation\n\nTo install the plugin into an existing Eclipse installation do:\n1. Within Eclipse go to: Help -\u003e Install New Software...\n1. Enter the following update site URL: https://raw.githubusercontent.com/sebthom/findview-eclipse-plugin/updatesite\n1. Select the `Find/Replace View` feature to install.\n1. Ensure that the option `Contact all update sites during install to find required software` is enabled.\n1. Click `Next` twice.\n1. Read/accept the license terms and click `Finish`.\n1. Eclipse will now download the necessary files in the background.\n1. When the download has finished, Eclipse will ask about installing unsigned content. You need to accept if you want to\n1. After installation you will be prompted for a restart of Eclipse, which is recommended.\n\n\n## \u003ca id=\"building\"\u003e\u003c/a\u003eBuilding from Sources\n\nTo ensure reproducible builds this Maven project inherits from the [vegardit-maven-parent](https://github.com/vegardit/vegardit-maven-parent)\nproject which declares fixed versions and sensible default settings for all official Maven plug-ins.\n\nThe project also uses the [maven-toolchains-plugin](http://maven.apache.org/plugins/maven-toolchains-plugin/) which decouples the JDK that is\nused to execute Maven and it's plug-ins from the target JDK that is used for compilation and/or unit testing. This ensures full binary\ncompatibility of the compiled artifacts with the runtime library of the required target JDK.\n\nTo build the project follow these steps:\n\n1. Download and install a Java 17 SDK, e.g. from:\n   - https://adoptium.net/releases.html?variant=openjdk17\n   - https://www.azul.com/downloads/?version=java-17-lts\u0026architecture=x86-64-bit\u0026package=jdk\n\n1. Download and install the latest [Maven distribution](https://maven.apache.org/download.cgi).\n\n1. In your user home directory create the file `.m2/toolchains.xml` with the following content:\n\n   ```xml\n   \u003c?xml version=\"1.0\" encoding=\"UTF8\"?\u003e\n   \u003ctoolchains\u003e\n      \u003ctoolchain\u003e\n         \u003ctype\u003ejdk\u003c/type\u003e\n         \u003cprovides\u003e\n            \u003cversion\u003e17\u003c/version\u003e\n            \u003cvendor\u003edefault\u003c/vendor\u003e\n         \u003c/provides\u003e\n         \u003cconfiguration\u003e\n            \u003cjdkHome\u003e[PATH_TO_YOUR_JDK_17]\u003c/jdkHome\u003e\n         \u003c/configuration\u003e\n      \u003c/toolchain\u003e\n   \u003c/toolchains\u003e\n   ```\n\n   Set the `[PATH_TO_YOUR_JDK_17]` parameter accordingly.\n\n1. Checkout the code using one of the following methods:\n\n    - `git clone https://github.com/sebthom/findview-eclipse-plugin`\n    - `svn co https://github.com/sebthom/findview-eclipse-plugin findview-eclipse-plugin`\n\n1. Run `mvn clean verify` in the project root directory. This will execute compilation, unit-testing, integration-testing and\n   packaging of all artifacts.\n\n\n## \u003ca name=\"license\"\u003e\u003c/a\u003eLicense\n\nIf not otherwise specified (see below), files in this repository fall under the [Eclipse Public License 2.0](LICENSE.txt).\n\nIndividual files contain the following tag instead of the full license text:\n```\nSPDX-License-Identifier: EPL-2.0\n```\n\nThis enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.\n\nAn exception is made for:\n1. files in readable text which contain their own license information, or\n2. files in a directory containing a separate `LICENSE.txt` file, or\n3. files where an accompanying file exists in the same directory with a `.LICENSE.txt` suffix added to the base-name of the original file.\n   For example `foobar.js` is may be accompanied by a `foobar.LICENSE.txt` license file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebthom%2Ffindview-eclipse-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebthom%2Ffindview-eclipse-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebthom%2Ffindview-eclipse-plugin/lists"}