Query Clipboard Plugin

Add this URL to your Eclipse Installation to reach this solution's update site.

2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2024-12 (4.34), 2025-03 (4.35)

https://raw.githubusercontent.com/Giordanobass/QueryClipboardPlugin/master/queryClipboardPluginUpdateSite/

Learn more...
Solution Description

Description

The QueryClipboardPlugin is an Eclipse plugin that captures SQL queries from the clipboard and inserts them into the active Java file in the format of a StringBuilder. The plugin detects the cursor's position in the code editor and adds the formatted query at the corresponding location.

How to Use

  1. Keyboard Shortcut: After installing the plugin, copy an SQL query to the clipboard.

    In Eclipse, position the cursor in the Java file where you want to insert the StringBuilder.

    Press Ctrl + 8 to execute the plugin.

  2. The code will be added at the cursor's position.

Example

  • Suppose the SQL query on the clipboard is:
    SELECT * FROM users WHERE id = 1;
  • After pressing Ctrl + 8, the plugin inserts:
    sql.append("SELECT * FROM users WHERE id = 1;");

At the exact location where the cursor was in the Java file.
 

Tags: java

Additional Details

Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2024-12 (4.34), 2025-03 (4.35)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Giordano Amaral do Nascimento

Development Status: Beta

Date Created: Thursday, October 24, 2024 - 12:59

License: Other Open Source

Date Updated: Tuesday, October 29, 2024 - 08:45

Submitted by: Giordano Amaral do Nascimento

Screenshot
Date Ranking Installs Clickthroughs
January 2025 428/638 8 5
December 2024 420/654 11 18
November 2024 444/658 11 15
October 2024 462/663 9 2
September 2024 0/0 0 0
August 2024 0/0 0 0
July 2024 0/0 0 0
June 2024 0/0 0 0
May 2024 0/0 0 0
April 2024 0/0 0 0
March 2024 0/0 0 0
February 2024 0/0 0 0
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Query Clipboard Plugin.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client