Puckmeister Posted September 13, 2005 Share Posted September 13, 2005 (edited) Wednesday, 2005-12-07 Klip! 2.30 Download it here ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hi all, this is my first post of a tool that i created with autoit. basically it manages clipboard entries. you can have up to 10 changing clips simultaneous (accessible through the keys 1 to 0) + 26 constant clips (a-z). you can store a set of 26 klips as a set and reload it in another session. sets are saved as files (ini-format). i use different sets for typing autoit-scripts, normal office-work in my job, html-coding and and and.... i added many features to it, most of them are requests from my colleagues so plz test it and give me a reply. here are some screenshots: some codepieces are extracted from other scripts in this forum. i changed them to my needs, so thank u all for sharing your ideas in the attached zip file you find a beta-precompiled version and the source with all needed graphics and default inis i plan to add these features: - autoupdate over internet from a list of servers: finished but not yet implemented - detect different clipboard-types (text/bitmap/filelist) to hold multiple graphics and list of files in the cache: can`t be finished only with autoit at present because clipget only retrieves text. i found an entry in the idea lab where someone needed exact this functionality in clipget, so i hope that it will be added someday. this tool(clcl) is a great (non-autoit) example for what i mean.klip_2.25_source.zip Edited May 30, 2008 by sirhc Link to comment Share on other sites More sharing options...
peethebee Posted September 13, 2005 Share Posted September 13, 2005 Hi! The screenshots are FANTASTIC! If it works, it will be a great tool, I would use every day. I thought about doing sth. similar myself but if you share your great work, I will test it. peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Link to comment Share on other sites More sharing options...
Puckmeister Posted September 13, 2005 Author Share Posted September 13, 2005 Hi!The screenshots are FANTASTIC! If it works, it will be a great tool, I would use every day. I thought about doing sth. similar myself but if you share your great work, I will test it.peethebee<{POST_SNAPBACK}>thx peethebee :"> i gave it to a lot of people here at work to test it and after fixing the errors they found i think that it is stable. i use this version since some days and i got no complications anymore. if you find some errors please report to me so that i can fix oder improve functionality. new suggestions are always welcome !before i forgot, klip! is multilanguage and languagestrings are stored in ini format.my foreign language competence is enough for a german and a (sometimes funny ) english translation, but i want to add more languages. if anyone in this forum can translate the ini in his language i would be glad to add this in the script. Link to comment Share on other sites More sharing options...
Hooch Posted September 13, 2005 Share Posted September 13, 2005 VERY sexy, I too was recently thinking about something like this. I am forever copying and pasting and always wish I could go back a few "pastes". Nice work. Link to comment Share on other sites More sharing options...
Hooch Posted September 13, 2005 Share Posted September 13, 2005 Question, can you delete a specific klip from a set? I have a sample one in a Klips set and ther doesn't seem to be a way to remove it other that editing the saved ini file for the set. Link to comment Share on other sites More sharing options...
Gaboury Posted September 13, 2005 Share Posted September 13, 2005 (edited) Link down? Screenshots looks good, wanna try it but the link doesn't work for me...I have Firefox and the windows asking to dl the file pop-ups, but then the file doesn't start downloading :/ Any ideas? [Edit: Works now..thanks ] Edited September 13, 2005 by Gaboury Link to comment Share on other sites More sharing options...
jondolar Posted September 13, 2005 Share Posted September 13, 2005 EDIT: i removed the code, its in the zip-file now, added screenshotshi all,this is my first post of a tool that i created with autoit.basically it manages clipboard entries. you can have up to 10 changing clips simultaneous (accessible through the keys 1 to 0) + 26 constant clips (a-z).you can store a set of 26 klips as a set and reload it in another session. sets are saved as files (ini-format). i use different sets for typing autoit-scripts, normal office-work in my job, html-coding and and and....i added many features to it, most of them are requests from my colleagues so plz test it and give me a reply.here are some screenshots:some codepieces are extracted from other scripts in this forum. i changed them to my needs, so thank u all for sharing your ideasin the attached zip file you find a beta-precompiled version and the source with all needed graphics and default inisi plan to add these features:- autoupdate over internet from a list of servers: finished but not yet implemented- detect different clipboard-types (text/bitmap/filelist) to hold multiple graphics and list of files in the cache: can`t be finished only with autoit at present because clipget only retrieves text. i found an entry in the idea lab where someone needed exact this functionality in clipget, so i hope that it will be added someday. this tool(clcl) is a great (non-autoit) example for what i mean.<{POST_SNAPBACK}>Wow...I'm impressed.Played with it for just 5 min. I'm already Hooked. Great idea, well implemented.I'l be leaving for Europe on saturday, back on Oct 5th. When I'm back, I'l give you a hand with French as one of the languages.Again great jobRegardsSerge Link to comment Share on other sites More sharing options...
Josbe Posted September 14, 2005 Share Posted September 14, 2005 @sirhc: Cool. I like the friendly interface.It's interesting when I saw the first time the topic's name: "Klip".Time ago I did a project for ACAD with this name, but with another objective.Until now, I would suggest you, an option to keep the last position of the interface.Excellent job. • AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
layer Posted September 14, 2005 Share Posted September 14, 2005 @jondalor,Perhaps next time could you not quote all of the pictures, please :"> It kind of stretches out the page.Thanks @sirhc,I haven't tried it yet, but it looks very nice!! Keep it up FootbaG Link to comment Share on other sites More sharing options...
Puckmeister Posted September 14, 2005 Author Share Posted September 14, 2005 @hoochyou can delete a specific klip from a set by clicking the klip in the settings menu and then click the delete-button on the left side. after that you have to press the save button to store (in this case the empty) information in ini-file.@jondolarfrench would be great, i`m looking forward to your return @Josbenice idea, i´m going to implement a hook to check position of the mouse or not, thx.also i`m going to add this option for the settingswindow.i will upload a new version today Link to comment Share on other sites More sharing options...
ptrex Posted September 14, 2005 Share Posted September 14, 2005 Great job !! This is a example we all can learn from. Your application definitely has to go in the Forum section FINISHED APPLICATIONS and SCRIPS. Jon, when will this section ever be created ?? It would be a waste to see these kind of applications disappear among the hunderd of threads coming in into the scripts and scraps section. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
peethebee Posted September 14, 2005 Share Posted September 14, 2005 (edited) Hi!I just found some time to test your program - it's GREAT!I'm asking my self only the question if it is possible to include a new line character into the snippets. I hope that I did not just miss it...peethebeep.s. Wenn du auch für ein deutsches Unterforum bist, kannst du dich gerna mal auf http://www.autoitscript.com/forum/index.php?showtopic=15757 dazu äußern. Noch mal: Tolles Skript, weiter so! [German] Edited September 14, 2005 by peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Link to comment Share on other sites More sharing options...
Puckmeister Posted September 14, 2005 Author Share Posted September 14, 2005 (edited) i added some new features to klip!:first @josbenow you can choose whether to open klip! under the cursor or at the last known position. i had to split the settings screen with tabs so there is enough room to add tons of new features i also added some little text formatting tools in the klipset settingsscreen. after inserting new clips manually or from the non-permanent klips......you can now do some "textstyling":in this version available are:- Format Klip to Upper or lower letters: "This is a Text"="THIS IS A TEXT" or "this is a text"- Every First letter is a big one: "This is a Text"="This Is A Text"- Remove Quotes from Klip: "This is a Text"=This is a Text- Quote Klip: This is a Text="This is a Text"- Replace text in Klip@peethebeeif i understand your question right you want to do the following:updated the zip_file in first postgreets, chris Edited September 15, 2005 by sirhc Link to comment Share on other sites More sharing options...
Puckmeister Posted September 15, 2005 Author Share Posted September 15, 2005 improved functionality, now klip doesn`t react anymore on keypresses (ctrl+c, ctrl+v) but it watches the clipboard for changes. so you can copy from perhaps the edit-menu (what most applications provide) or from the rightclick menu in some text editors, browsers etc...also added a little export button in the main gui, which appears when there are two or more non-permanent klips. by clicking on it you can export the whole list of non-permanent klips into a new klipset. this is what the buttons with the yellow note-icon do for the single klips: Link to comment Share on other sites More sharing options...
peethebee Posted September 15, 2005 Share Posted September 15, 2005 Hi! Very nice to see you working at it. Good new features. I will grab the new version soon. peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Link to comment Share on other sites More sharing options...
DaLiMan Posted September 16, 2005 Share Posted September 16, 2005 Pretty Cool!! Seems like a lot of work went into this one. Nice layout and very usefull, thanx for sharing. Link to comment Share on other sites More sharing options...
erifash Posted September 16, 2005 Share Posted September 16, 2005 Excellent work! I absolutely love it! I worked on something like this a while ago but it never would have gotten as great as this. Here is the link if it gives you any inspiration:http://www.autoitscript.com/forum/index.php?showtopic=6900Thanks for the great app! My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
busysignal Posted September 17, 2005 Share Posted September 17, 2005 sirhc, Amazing script. You code is clean and easy to read. I would be nice to see more examples of projects like yours.. I think it will would bring more people into using AutoIt. Two-Thumbs Up!! Cheers.. Link to comment Share on other sites More sharing options...
Radsam Posted September 17, 2005 Share Posted September 17, 2005 Thank you for the great application! I am constantly amazed at what A3 can do. Link to comment Share on other sites More sharing options...
busysignal Posted September 18, 2005 Share Posted September 18, 2005 Thank you for the great application! I am constantly amazed at what A3 can do. I think what makes a difference with your project is two things. One being the script itself, very well done. Two, was the screen shots that were displayed.. It caught forum members attention..I am working on a couple of project right now so hopefully they will be as well recieved..Cheers.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now