用于编程目的的剪贴板查看器
我需要一个剪贴板查看器来了解我收到的数据的类型和内容。 是否有任何此类程序(适用于 Windows)可以让您浏览剪贴板中当前的任何类型的数据?
ClipSpy:不幸的是,唯一可用的多格式查看器,ClipSpy,向我显示每 10 个字符包装的字符串数据,并扩展我不关心的十六进制和二进制视图。
I need a clipboard viewer in order to understand the type and contents of the data I'm receiving. Is there any such program available, (for Windows) that lets you explore any type of data currently in the clipboard?
ClipSpy: Unfortunately the only workable multi-format viewer, ClipSpy, shows me the string data wrapped every 10 characters, and expands the hex and binary views which I'm not concerned about.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
开始-> 运行-> 剪辑布德
Start -> Run -> clipbrd
我将使用命令行 clipboard 工具将剪贴板内容发送到文件。 然后您使用任何旧工具查看/解析它。
I would use the command-line clipboard tool to send the clipboard contents to a file. Then you view/parse it using any old tool.
我使用 Ditto 它使用 SQL lite 数据库。 我确信您可以找到一种方法来操作存储的数据以进行语法突出显示或修改程序,以便在编辑剪辑时可以使用语法突出显示或在具有语法突出显示的编辑器中打开它。
I use Ditto which uses an SQL lite database. I am sure you could figure out a way to manipulate the stored data for syntax highlighting or modify the program so that when editing clips it would open with syntax highlighting or in an editor that has it.