Page 7 of 8

Re: Clipjump : Multiple Clipboards Manager

Posted: Sat Jan 11, 2014 10:26 pm
by avi-aryan
Midas wrote:
avi-aryan wrote:At a custom fixed position .. like x546,y456 of your screen or so .. It's possible, you will have to use ClipjumpCustom.ini
  • Ok, I'll look into it -- personally, I'd rather have it somewhere near the upper left hand side of the screen... :roll:
Add this in ClipjumpCustom.ini

Code: Select all

[paste_with_search]
bind=Win+V
spm.active=1
spm.x=20
spm.y=80
run=paste
run=searchpm
spm.x and spm.y store paste mode tip position, you need to change those.

Re: Clipjump : Multiple Clipboards Manager

Posted: Sun Jan 12, 2014 1:13 pm
by Midas
Many thanks -- Clipjump is now officially supercool! :mrgreen:

Re: Clipjump : Multiple Clipboards Manager

Posted: Mon Mar 03, 2014 9:49 pm
by avi-aryan
v10.7.2.6 beta released
Clipjump now supports Plugins
Custom Paste Formats like NO-FORMATTING are now possible with the added Plugin Support
Multiple Insta-paste'ing possible in History Tool.
Use Enter in Paste mode to paste without closing Paste mode. After that, release Ctrl to cancel.
Use Ctrl+Enter in Search in Paste mode to paste without closing the window i.e. multi-paste.
ActionMode keys are totally customizable now.
Added Edit option in History
Use %...% in Customizer to declare variables. (Eg > myvar = %some_oldvar% or myvar = %Store.var% )
Also added function support in %..% variables. (Eg > myvar = %myfunc(someparam)% )
Use noautorun=1 in a section in ClipjumpCustom.ini to avoid auto-executing it even if it doesn't have a bind key.
Added API.executeSection() to execute a section at will in ClipjumpCustom.ini
Added Store. object (multi-variable holder) to store variables that are valid throughout the Program's runtime.
Fixes in EditClip option in Paste mode
MORE INFO - http://clipjump.sourceforge.net/beta/

Re: Clipjump : Multiple Clipboards Manager

Posted: Thu Mar 27, 2014 5:04 am
by avi-aryan
v10.7.8
Fixed paste-formats misbehaving with clip1 when pasting in different formats repeatedly
Fixed "clips not previewing" issue in presence of high-memory programs like Netbeans
Improvements in the hotPaste plugin
Added Image editing support in History Tool
Other Help File and Action Mode enhancements
Already Updated in the database.

Can anybody suggest a better Screenshot. I saw Ditto's , a GIF with screenshots showing its various features ...
Not sure how to make it for Clipjump provided the best part of the program I guess is in the non-gui area.

Re: Clipjump : Multiple Clipboards Manager

Posted: Fri Sep 26, 2014 1:33 pm
by tproli
I noticed that the built-in HTMLlist format only prepends "<li>" to the lines but doesn't append the closing "</li>" nor the UL tag.

Here is a modified version which surely needs adjustments but actually works:

Code: Select all

plugin_pformat_commonformats_HTMLlist_1(zin){
	STORE["commonformats_HTMLlist_1"] := "HTML list with UL tag, indents and no empty lines."
	Loop
	{
		StringReplace, zin, zin, `r`n`r`n, `r`n, UseErrorLevel
		if ErrorLevel = 0  ; No more replacements needed.
		break
	}

	tab := "`t"
	zin := RegExReplace( zin, "m`a)^", tab "<li>")
	zin := RegExReplace( zin, "`r`n", "`r`n" tab "</li>`r`n")
	zin := RegExReplace( zin, "<li>", "<li>`r`n" tab) "`r`n" tab "</li>"
	return "<ul>`r`n" zin "`r`n</ul>" , STORE.ClipboardChanged := 1
}
Outputs this:

Code: Select all

<ul>
	<li>
	first line
	</li>
	<li>
	second line
	</li>
	<li>
	third line
	</li>
</ul>

Re: Clipjump : Multiple Clipboards Manager

Posted: Sun Sep 28, 2014 5:04 pm
by Midas
:?: Any estimates for a native 62 bits version yet?

Re: Clipjump : Multiple Clipboards Manager

Posted: Sun Sep 28, 2014 7:31 pm
by I am Baas
Midas wrote::?: Any estimates for a native 62 bits version yet?

62 bits version ??????????????

Re: Clipjump : Multiple Clipboards Manager

Posted: Mon Sep 29, 2014 3:14 am
by Checker
bəʊɡɪ bəəs is back :mrgreen:

Re: Clipjump : Multiple Clipboards Manager

Posted: Mon Sep 29, 2014 5:35 am
by tproli
62 bits version ??????????????
For collector's only :)

Re: Clipjump : Multiple Clipboards Manager

Posted: Tue Sep 30, 2014 12:23 am
by Midas
Typo alert... ah, you guys know what I meant. :D

Re: Clipjump : Multiple Clipboards Manager

Posted: Fri Oct 03, 2014 6:56 pm
by I am Baas
Checker wrote:bəʊɡɪ bəəs is back :mrgreen:
Never been away... :)

Re: Clipjump : Multiple Clipboards Manager

Posted: Fri Oct 03, 2014 6:58 pm
by I am Baas
tproli wrote:
62 bits version ??????????????
For collector's only :)
62 bit seems to be quite popular.

https://encrypted.google.com/#q=62+bit+os

Re: Clipjump : Multiple Clipboards Manager

Posted: Fri Oct 03, 2014 6:59 pm
by I am Baas
Midas wrote:you guys know what I meant. :D
NO

:lol:

Re: Clipjump : Multiple Clipboards Manager

Posted: Mon Oct 06, 2014 12:03 pm
by Midas
:lol:

Re: Clipjump : Multiple Clipboards Manager

Posted: Tue Oct 07, 2014 11:39 pm
by tproli
For those who are looking for a text expander application, ClipJump is a nice alternative.

This feature can be achieved using the HotPaste plugin and a syntax like this:

Code: Select all

::pp::
::phpp::
	API.PasteText("<?php  ?>")
	SendInput {LEFT 3}
	return
Note the first two lines - these are the keywords that trigger the expanded text.
This case there is two trigger word ("pp" and "phpp").
By default there is only one keyword.

Another (undocumented) addition is that you can add additional AHK commands too.
In this example the line "SendInput {LEFT 3}" is extra, and that moves the cursor to the middle of the expanded text: "<?php | ?>".
Of course you can use other nifty things, eg. "SendInput {TAB}" to move to the next input field, eg. when filling forms.

Out of the box Clipjump expands abbreviations when space, tab or enter is pressed.
I prefer only the tab key because the other two often expand words that I don't want to.
To fix this, edit "ClipJump\plugins\hotPaste.ahk" and set line 8 to

Code: Select all

#Hotstring EndChars `t
(and restart ClipJump)