RClipStep

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

RClipStep

#1 Post by I am Baas »

RClipStep is a smart and handy clipboard manager with simple and intuitive using, based on AutoIt. When you press Ctrl-V to paste, you can hold Ctrl and press V repeatedly to step through the clipboards. RClipStep supports many functions (multiple queue, store clips into disk, etc).
http://richard.wiener.sweb.cz/moje/SW/rclipstep.htm

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: RClipStep

#2 Post by webfork »

I am Baas wrote:When you press Ctrl-V to paste, you can hold Ctrl and press V repeatedly to step through the clipboards.
Its a fantastic idea -- will definitely try it out.

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#3 Post by lautrepay »

Updated to v.5.03.001.
· New button in preview window for delete one clip
· Bugfix store "0" when bitmap clipboard cannot be open.

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: RClipStep

#4 Post by webfork »

5.03.003 is out with "Bugfixing - Loose keys when message about deny access appears. You can edit/preview clips in preview windows by mouse "double click" (click three time on same row)."

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#5 Post by lautrepay »

RClipStep is at v.5.04.002
5.04.002 - 1. 12. 2011
Bugfixing - fixed key enter when delete more clips from preview window

5.04.001 - 7. 11. 2011
Bugfixing - fixed message about insert clip in applications it runs as administrator


5.04.000 - 6. 11. 2011
Bugfixing - fixed double click in preview windows
You can edit/preview clips in preview windows by key ENTER
Preview mode (autoinsert selected clip when you invoke preview from Ctrl-V mode) is also indicated by background colour
Hey, guinness, there's an AutoIt source code here for you to take a look at...

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#6 Post by lautrepay »

RClipStep is at v.6.00.000

Changelog:
6.00.000 - 8. 5. 2012
Highlight read only items in preview windows (light green).
Deleting clips respects read only attribut, RO clips cannot be deleted.
RO clips could comming from IncludeDir or Attribut Read Only could be set in standard clips directory.
Bugfix about navigation in preview windows.

5.06.001 - 10. 4. 2012
Small bugfix about highlighting clips

5.06.000 - 9. 4. 2012
There is a new field Modified in preview window. Date with format DD.MM.YYYY HH24:MI:SS
There is new option in rclipstep.ini - $BgColorNormal, $BgColorInsert, $ExitKey
There are new option in rclipstep.ini file for debuging. Its have no sence for common users.

5.05.006 - 8.4.2012
Bugfix- You can navigate by number of clip in preview window

5.05.005 - 1.4.2012
Bugfix- do not delete clips that are marked as Read-only
Deleting clips executes through recycle bin.

5.05.003 - 7. 1. 2012
Bugfix loose keys up, down... when all clips are deleted from preview window

5.05.002 - 2. 1. 2012
Bugfix crash program for Ctrl-V-X (missed variable $IsPressed)

5.05.001 - 29. 12. 2011
Change behavior when you try to insert clip into program, that it not allow (typically run as other user).
Then rclipstep leave Ctrl-V key for 500 ms. So you can insert clip by press Ctrl-V twice quickly
Bugfixing - fixed key enter when moving, finding clips from preview window invoked by Ctrl-V-F

5.05.000 - 3. 12. 2011
New key "delete" in preview windows remove current clip.
Bugfixing - fixed key enter when delete more clips from preview window invoked by Ctrl-V-F

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#7 Post by lautrepay »

Added to the database. Please vote @ http://www.portablefreeware.com/index.php?id=2358.
Unicode support is partial, I selected this option but the entry shows YES.

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: RClipStep

#8 Post by I am Baas »

lautrepay wrote:Added to the database. Please vote @ http://www.portablefreeware.com/index.php?id=2358.
Unicode support is partial, I selected this option but the entry shows YES.
Thanks, lautrepay. Edited the entry to include partial Unicode support.

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#9 Post by lautrepay »

I am Baas wrote:Edited the entry to include partial Unicode support.
Thanks, Baas.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RClipStep

#10 Post by guinness »

lautrepay wrote:Hey, guinness, there's an AutoIt source code here for you to take a look at...
How did I miss this? I had a look through the code (no comments at all) and it doesn't write to the registry. What I find strange is the developer uses an INI file, but doesn't use the native INI functions. Weird.

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: RClipStep

#11 Post by lautrepay »

guinness wrote:What I find strange is the developer uses an INI file, but doesn't use the native INI functions. Weird.
Perhaps because of this:
This program is FreeWare, based on AutoIt, inspired by Clipstep.ahk from Skrommel.
:?:

User avatar
Andrew Lee
Posts: 3052
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: RClipStep

#12 Post by Andrew Lee »

Unicode support is partial, I selected this option but the entry shows YES.
This is a display side error that I have fixed. Thanks for bringing it up!

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RClipStep

#13 Post by guinness »

lautrepay wrote:
guinness wrote:What I find strange is the developer uses an INI file, but doesn't use the native INI functions. Weird.
Perhaps because of this:
This program is FreeWare, based on AutoIt, inspired by Clipstep.ahk from Skrommel.
:?:
OK that makes sense, though it doesn't make sense why they didn't optimise the code.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: RClipStep

#14 Post by guinness »

On Windows 7 SP 1 x64 if I copy a file(s) it reports that there was an error in adding to the clipboard.

Post Reply