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

Add Item: ClipBoardMonitor #172

Merged
merged 1 commit into from Oct 16, 2019
Merged

Add Item: ClipBoardMonitor #172

merged 1 commit into from Oct 16, 2019

Conversation

cxumol
Copy link
Contributor

@cxumol cxumol commented Oct 15, 2019

add ClipBoardMonitor into Scripts - Clipboard section.

  • ClipBoardMonitor - Monitor clipboard changes, showing a tooltip of word counting for text or a temporary GUI for pictures.

add ClipBoardMonitor into Scripts - Clipboard section.
@joedf
Copy link
Member

joedf commented Oct 15, 2019

Sounds great! 👍
Could you make a forum post for it?

@cxumol
Copy link
Contributor Author

cxumol commented Oct 15, 2019

I'm just a user finding this script pretty handy. I would recommend the author @536 to post on forum if he/she wants.

@joedf joedf merged commit 1a39ede into ahkscript:master Oct 16, 2019
@joedf
Copy link
Member

joedf commented Oct 16, 2019

Ahhh okay, I see. 👍

@hi5
Copy link
Contributor

hi5 commented Oct 18, 2019

@cxumol perhaps report to @536

  1. The script says "words copied" but that is not correct, should be characters copied. Or the code changed to make it count words not just StrLen()
  2. The script doesn't work out of the box for me, I have to manually #include lib\gdip_min.ahk
  3. The "cache/thumbs" isn't automatically created, nor does it seem to clean up that folder so you may end up with a large folder after a while
  4. The Gdi "thumb" preview doesn't work for me, the entire screen dims but nothing is shown, when I edit the coordinates in Gui Show and make it much smaller and give it fixed position I see the screenshot. Might be more useful to have it actually be a thumbnail and also shown at a fixed position on the screen.
  5. Having #NoTray is a bit annoying, you can't close the script
  6. There is an "ClipBoardMonitor.ico" but that isn't used so Menu TrayIcon should be added (and remove the #NoTray of course)

Just my 2cts :)

@joedf
Copy link
Member

joedf commented Oct 20, 2019

So somewhat lacking, vote for removal. Unless we get something, or repo that is more refined...

@536
Copy link

536 commented Oct 20, 2019

@cxumol @hi5 Thanks for your trying ClipboardMonitor and the recommendation, @joedf I was not avaliabe last week, sorry for being delayed.

@hi5 I have made some changes and updated the readme, I'll appreciate it if you want to test it wheather it's good now. Here are some changes according to your report:

  1. "Monitor clipboard changes, showing a tooltip for Texts or a temporary GUI for Pictures.";
  2. gdip lib changed;
  3. cache folder need to be created manully, noted in readme.md;
  4. still origin code, I'm not sure if your using multiple screens, you can change the code temporarily;
  5. "#NoTray" is commented out;
  6. "ClipBoardMonitor.ico" deleted.

Thanks again.

@hi5
Copy link
Contributor

hi5 commented Oct 20, 2019

Just works now and clear(er) instructions. The Icon was nice so you could add that back in :)

@536
Copy link

536 commented Oct 20, 2019

Done

@joedf
Copy link
Member

joedf commented Oct 20, 2019

Great work 👍

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

Successfully merging this pull request may close these issues.

None yet

4 participants