このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


InsideClipboard - 見解(をとる) the content of all 判型s 蓄える/店d in the Clipboard
 
InsideClipboard v1.27
Copyright (c) 2007 - 2024 Nir Sofer

Description

Each time that you copy something into the clipboard for pasting it into another 使用/適用, the copied data is saved into 多重の 判型s. The main clipboard 使用/適用 of Windows only 陳列する,発揮する the basic clipboard 判型s, like text and bitmaps, but doesn't 陳列する,発揮する the 名簿(に載せる)/表(にあげる) of all 判型s that are 蓄える/店d in the clipboard.
InsideClipboard is a small 公共事業(料金)/有用性 that 陳列する,発揮するs the binary content of all 判型s that are 現在/一般に 蓄える/店d in the clipboard, and 許す you to save the content of 明確な/細部 判型 into a binary とじ込み/提出する.

System 必要物/必要条件s

This 公共事業(料金)/有用性 作品 on any 見解/翻訳/版 of Windows, from Windows XP to Windows 11.

見解/翻訳/版s History

  • 見解/翻訳/版 1.27:
    • 追加するd 'Always On 最高の,を越す' 選択.
  • 見解/翻訳/版 1.26:
    • 追加するd 選択 to choose another font (指名する and size) to 陳列する,発揮する in the main window.
  • 見解/翻訳/版 1.25:
    • 追加するd 'Put Icon On Tray' 選択.
    • 追加するd 'No Refresh For Excel' 選択. When this 選択 is turned on, InsideClipboard doesn't refresh when you copy data in Excel (Some copy 活動/戦闘s 原因(となる) an error in Excel if InsideClipboard tries to 抽出する the data from clipboard).
  • 見解/翻訳/版 1.20:
    • The 底(に届く) status 妨げる/法廷,弁護士業 now 陳列する,発揮するs the owner of the clipboard (過程 指名する and 過程 ID).
    • If the clipboard is opened/locked and other programs cannot use it, the 指名する and ID of the 過程 who locks the clipboard is 陳列する,発揮するd (With 'Locked:' prefix)
  • 見解/翻訳/版 1.15:
    • 追加するd support for 陳列する,発揮するing UTF-16 strings in the lower pane.
  • 見解/翻訳/版 1.12:
    • 追加するd 水平の scrollbar to the lower pane.
  • 見解/翻訳/版 1.11:
    • 追加するd 索引 column, which 陳列する,発揮するs the order of the clipboard 判型s.
  • 見解/翻訳/版 1.10:
    • 追加するd support for saving and 負担ing as Windows .clp とじ込み/提出する. You can use it from the 使用者 interface or from 命令(する)-line
  • 見解/翻訳/版 1.06:
    • 直す/買収する,八百長をするd bug: The main window lost the 焦点(を合わせる) when the 使用者 switched to another 使用/適用 and then returned 支援する to InsideClipboard.
  • 見解/翻訳/版 1.05:
    • New 選択: Save As Image とじ込み/提出する. (作品 only in Windows XP/2003/Vista, or in other systems that GDI+ is 任命する/導入するd)
  • 見解/翻訳/版 1.04:
    • New 選択: (疑いを)晴らす All Clipboard Data
  • 見解/翻訳/版 1.03:
    • New 選択: Refresh On Clipboard Change.
  • 見解/翻訳/版 1.02:
    • 直す/買収する,八百長をするd bug: CF_LOCALE 判型 陳列する,発揮するd as CF_DIBV5.
  • 見解/翻訳/版 1.01:
    • 直す/買収する,八百長をするd bug: InsideClipboard 陳列する,発揮するd wrong data.
    • 追加するd support for 陳列する,発揮するing stream data.
  • 見解/翻訳/版 1.00 - First 解放(する).

Using InsideClipboard

InsideClipboard doesn't 要求する any 取り付け・設備 過程 or 付加 dll とじ込み/提出するs. ーするために start using it, 簡単に run the executable とじ込み/提出する (InsideClipboard.exe)
The main window of InsideClipboard has 2 panes. The 最高の,を越す pane 陳列する,発揮する the 名簿(に載せる)/表(にあげる) of all 判型s that are 現在/一般に 蓄える/店d in the clipboard. When selecting a 選び出す/独身 item in the 最高の,を越す pane, the 底(に届く) pane 陳列する,発揮するs the content of the selected clipboard 判型. You can 見解(をとる) the content as Ascii (for text-based 判型s, like RTF or HTML) or as hex 捨てる.

命令(する)-Line 選択s

/stext <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) into a 正規の/正選手 text とじ込み/提出する.
/を刺す <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) into a tab-delimited text とじ込み/提出する.
/stabular <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) into a tabular text とじ込み/提出する.
/shtml <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) into HTML とじ込み/提出する (水平の).
/sverhtml <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) into HTML とじ込み/提出する (Vertical).
/sxml <Filename> Save the clipboard items 名簿(に載せる)/表(にあげる) to XML とじ込み/提出する.
/saveclp <.clp Filename> Save the 現在の clipboard data to .clp とじ込み/提出する.
/loadclp <.clp Filename> 負担 .clp とじ込み/提出する into the clipboard.

Translating InsideClipboard to other languages

ーするために translate InsideClipboard to other language, follow the 指示/教授/教育s below:
  1. Run InsideClipboard with /savelangfile parameter:
    InsideClipboard.exe /savelangfile
    A とじ込み/提出する 指名するd InsideClipboard_lng.ini will be created in the folder of InsideClipboard 公共事業(料金)/有用性.
  2. Open the created language とじ込み/提出する in Notepad or in any other text editor.
  3. Translate all string 入ること/参加(者)s to the 願望(する)d language. Optionally, you can also 追加する your 指名する and/or a link to your Web 場所/位置. (TranslatorName and TranslatorURL values) If you 追加する this (警察などへの)密告,告訴(状), it'll be used in the 'About' window.
  4. After you finish the translation, Run InsideClipboard, and all translated strings will be 負担d from the language とじ込み/提出する.
    If you want to run InsideClipboard without the translation, 簡単に 改名する the language とじ込み/提出する, or move it to another folder.

License

This 公共事業(料金)/有用性 is 解放(する)d as freeware. You are 許すd to 自由に 分配する this 公共事業(料金)/有用性 経由で floppy disk, CD-ROM, Internet, or in any other way, as long as you don't 告発(する),告訴(する)/料金 anything for this. If you 分配する this 公共事業(料金)/有用性, you must 含む all とじ込み/提出するs in the 配当 一括, without any modification !

Disclaimer

The ソフトウェア is 供給するd "AS IS" without any warranty, either 表明するd or 暗示するd, 含むing, but not 限られた/立憲的な to, the 暗示するd warranties of merchantability and fitness for a particular 目的. The author will not be liable for any special, incidental, consequential or indirect 損害賠償金 予定 to loss of data or any other 推論する/理由.

Feedback

If you have any problem, suggestion, comment, or you 設立する a bug in my 公共事業(料金)/有用性, you can send a message to nirsofer@yahoo.com

Download InsideClipboard

InsideClipboard is also 利用できる in other languages. ーするために change the language of InsideClipboard, download the appropriate language zip とじ込み/提出する, 抽出する the 'insideclipboard_lng.ini', and put it in the same folder that you 任命する/導入するd InsideClipboard 公共事業(料金)/有用性.

LanguageTranslated ByDate見解/翻訳/版
Arabic Shanaab!28/06/2015 
Brazilian Portuguese MCHAL19/11/2011 
DutchJan Verheijen15/11/20241.27
French Eric FICHOT10/05/20171.15
FrenchLargo14/11/20241.27
German?Latino? auf WinTotal21/04/20251.27
GermanLatino v1.01 (24.12.2007)24/12/2007 
HungarianTiminoun18/02/20251.27
ItalianFabio Mastroianni06/01/2008 
Japanese coolvitto28/05/20241.26
Persian ZendegiyeSabz08/12/20241.27
ポーランドの(人)Hightower19/11/20241.27
Romanian Jaff (Oprea Nicolae)16/10/20131.12
ロシアのDmitry Yerokhin13/11/20241.27
簡単にするd Chinese DickMoore03/04/20241.25
SlovakFranti?ek Fico05/01/20251.27
SpanishJavier Perez25/02/2009 
Spanish Paco Fdez17/05/20091.10
Spanish arquer.逮捕する05/12/2010 
伝統的な Chinese Danfong Hsieh30/11/2024 
Turkish HARUN ARI16/05/20241.26