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

Feature Request: Ability to copy file names to the clipboard #1

Open
lgallion opened this issue Nov 27, 2018 · 1 comment
Open

Feature Request: Ability to copy file names to the clipboard #1

lgallion opened this issue Nov 27, 2018 · 1 comment

Comments

@lgallion
Copy link

Since some of my PCK file names are long (and I am a poor typist) I modified your excellent plugin by:

  1. Adding a signal for RMB (Right Mouse Button) select into PCKInspectorDock.gd
  2. Allowing RMB select in the ItemList properties
  3. Adding this bit code:

func _on_ItemList_item_rmb_selected(index, at_position):
OS.set_clipboard(itemList.get_item_text(index))

This may not be the most elegant solution so I am not submitting this a pull request, but it can save a lot of typing and I found it useful so I thought I would pass it along.

@MrJustreborn
Copy link
Owner

MrJustreborn commented Nov 28, 2018

Hey, thanks for your feedback!
I've already started adding features to the inspector (extracting data from the pck) but didn't had much time lately.
As soon as I have time to work again on this plugin, I will add a "copy path to clipboard" feature in a context menu and release a updated version.

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