Nate
|
 |
«
Reply #30 - Posted
2012-05-02 06:55:13 » |
|
I use ArsClip for a clipboard history (godlike for programming, get it if you don't have it) and ScreenSnpr for screenshot stuff and Pastebin for uh pastebin stuff. I always thought they should all be a single tool.
|
|
|
|
Shane75776
|
 |
«
Reply #31 - Posted
2012-05-02 14:22:38 » |
|
I use ArsClip for a clipboard history (godlike for programming, get it if you don't have it) and ScreenSnpr for screenshot stuff and Pastebin for uh pastebin stuff. I always thought they should all be a single tool.
Ah. well maybe you can create a tool that combines all 3??  Definitely not something I feel like taking on at the moment. But, does sounds like it would be quite the useful tool to have.
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
ra4king
|
 |
«
Reply #32 - Posted
2012-05-02 18:22:50 » |
|
Oh yeah I had one suggestion. You should make it show a popup balloon saying that it's uploading. So I won't have to wait forever with my slow upload speeds until I see that the link is in my clipboard 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Shane75776
|
 |
«
Reply #33 - Posted
2012-05-02 18:28:22 » |
|
Oh yeah I had one suggestion. You should make it show a popup balloon saying that it's uploading. So I won't have to wait forever with my slow upload speeds until I see that the link is in my clipboard  It should show a popup that tells you when it finishes uploading. I tried to have it show a popup that tells you its in the middle of uploading, but because the popups stay active for about 15 seconds this makes it so I cant have another popup show up within that time. So if you have fast upload speeds you will never see when it finishes since the "uploading popup" would still be active and not allow the "upload successful" popup to show. I tried for hours trying to figure out how to make the popups go away but as far as I can tell, with the way java currently is there is no way to kill or remove a popup. If you have a way to do this, i would be glad to implement it 
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
ra4king
|
 |
«
Reply #34 - Posted
2012-05-02 18:31:43 » |
|
Shouldn't calling displayMessage again show the new one right away? Let me play around with it
|
|
|
|
Shane75776
|
 |
«
Reply #35 - Posted
2012-05-02 19:12:59 » |
|
Shouldn't calling displayMessage again show the new one right away? Let me play around with it
That's what I thought would happen. but apparently not. :\
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #36 - Posted
2012-05-02 19:21:45 » |
|
Actually. forget I said that. I just messed around with it a bit more and apparently its working fine and not doing at all what I said it was doing. Ill have an update up in a second. 
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #37 - Posted
2012-05-03 15:55:14 » |
|
Over 500 views and only about 15 total downloads :\ Thank you for the feedback that I have got from the few of you that downloaded and replied  helped me out a lot. When I have time in the future, I am thinking about adding an option for a red/blue pen tool so that you can draw over your snippets before they upload. Just like how the windows snipping tool has, it's the one thing my program does not have lol
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Riven
|
 |
«
Reply #38 - Posted
2012-05-03 15:57:53 » |
|
Over 500 views and only about 15 total downloads :\
a 3% successrate on a 'random download' is actually quite high. 
|
Hi, appreciate more people! Σ ♥ = ¾ Learn how to award medals... and work your way up the social rankings!
|
|
|
matheus23
|
 |
«
Reply #39 - Posted
2012-05-03 16:03:08 » |
|
Acctually, I'm one of the bad guys, often looking into this thread, but not donwloading the program. (I downloaded it now.) I thought that would be written in C++, cause of the "++" in the name. That held me back from downloading it... But if you like that ++, keep it. I think that would be better than removing it, anyways. Also, really cool program  I like it. But: "Hotkeys are only available on Windows OS" ... -.-
|
|
|
|
Games published by our own members! Check 'em out!
|
|
ra4king
|
 |
«
Reply #40 - Posted
2012-05-03 16:19:20 » |
|
On the hotkeys thing, I believe JInput allows you to access hotkeys, and it works on all OS's so you should look into it! 
|
|
|
|
Shane75776
|
 |
«
Reply #41 - Posted
2012-05-03 16:24:14 » |
|
Over 500 views and only about 15 total downloads :\
a 3% successrate on a 'random download' is actually quite high.  Oh, well that makes me feel better  Acctually, I'm one of the bad guys, often looking into this thread, but not donwloading the program. (I downloaded it now.) I thought that would be written in C++, cause of the "++" in the name. That held me back from downloading it... But if you like that ++, keep it. I think that would be better than removing it, anyways. Also, really cool program  I like it. But: "Hotkeys are only available on Windows OS" ... -.- Its because the hotkeys are a windows key hook that need to load a dll file. I have no experience with Mac OS or Linux so i would not know where to begin to make it work with those OS's. On the hotkeys thing, I believe JInput allows you to access hotkeys, and it works on all OS's so you should look into it!  JInput, hmm I will look into it. Thanks for the tip. 
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
ra4king
|
 |
«
Reply #42 - Posted
2012-05-03 16:26:52 » |
|
|
|
|
|
Shane75776
|
 |
«
Reply #43 - Posted
2012-05-03 16:32:11 » |
|
Thanks, I wont have time to implement that into my program just yet but as soon as I am done with finals and get back from my ~month long vacation I will get to work on it  Also, the reason its Snipping tool++ (Snipping Tool Plus Plus) is because I got the idea from Notepad++ which is a complete replacement to the notepad app that can be used for scripting, coding and well many many things and is quite a popular program. I actually dont know any programmer or computer tech people who dont use it 
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Mads
|
 |
«
Reply #44 - Posted
2012-05-23 04:30:50 » |
|
How did you implement hotkeys? Did you use a native binding for that?
|
|
|
|
|
Shane75776
|
 |
«
Reply #46 - Posted
2012-06-06 03:47:11 » |
|
Finally im back with internet and the sorts. been gone a while. When I was gone I was thinking, wouldnt it be nice to also be able to upload text? Because a lot of times I upload snippets of code for people. So, today I added an "Upload to Pastebin" feature. All you need to do is, copy the text you want to upload to your clipboard and then press Alt+Shift+1. When uploading finishes you will have the link copied to your clipboard. Hope this made it that much more useful to those who use it  ---- I also fixed a bug where the program was stealing the escape key. Basically you couldnt use the escape key while my program was running. So i changed the key to right click.
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #47 - Posted
2012-06-11 05:44:09 » |
|
Updated! Pictures on the original post.
Added preference support. Added image upload stats Added more pastebin preferences Updated the look and feel Removed the file chooser from saving locally (it now has a default directory, can be changed) Fixed bugs
Enjoy and let me know what you think!
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #48 - Posted
2012-06-14 00:47:29 » |
|
Coming soon (when I finish adding a few touch ups to the code and what not)  You can now upload images that you may already have saved on your computer. Simply drag them to the box, and click upload! This will decrease your hourly image cap of 50 uploads per hour. After which you will be given an error until your cap refreshes.
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #49 - Posted
2012-06-14 22:52:50 » |
|
Just realized there may be a bug where the program does not run, if this is the case, delete the ".snippingtool++" data directory if it exists. It should be located under C:/users/[username]/.snippingtool++ then restart the program.
Also, I was notified of an issue caused by anyone who has a secondary monitor to the left of their main screen.
All of these issues will be fixed real soon hopefully with the next update. The next update will also feature the new multi-image uploading tool.
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #50 - Posted
2012-06-16 00:53:30 » |
|
Updated.
Fixed all the above..
Added the Multi-Image Uploader Added Multi-Snippet capture support. (draw boxes around anything you want combined into a single image)
Added some more example images to the original post.
To enable multi-snippet capture, go to Preferences>General > Click the checkbox
Enjoy. (I also changed the download location to use my dropbox now instead of mediafire)
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Screem
|
 |
«
Reply #51 - Posted
2012-06-19 16:11:41 » |
|
The download link doesn't seem to be working :/ I get an error message saying "Nothing Here The file you are looking for has been deleted or moved."
|
|
|
|
Shane75776
|
 |
«
Reply #52 - Posted
2012-06-20 19:29:28 » |
|
Ah. I will fix that now.
I am moving a lot of stuff over to my website that im setting up and forgot to update the link here.
Edit: ok. the download link should take you to my webpage where I have it hosted.
Its easier to keep track of links and updates if I direct everything to my website now. rather than having to update stuff here so much.
However, I will still let everyone know of updates here when they occur.
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
Shane75776
|
 |
«
Reply #53 - Posted
2012-06-26 19:21:39 » |
|
In an attempt to try and get my application known, I have created a facebook page for it. So if any of you like the application or use it, it would mean a lot if you helped me by liking the page http://www.facebook.com/SnippingToolPlusPlus
|
Check out my Snipping Tool++ ! An advanced snippet/screenshot/text uploading tool! Meant to replace the windows snipping tool. Check out Pixel Rain My most recent Swing based game!
|
|
|
|