我在LISP开发哪边,发了一个贴,求教能不能利用本地搜索软件“everything” 通过选中图纸中的文本,搜索相关图纸或者文件。
贴子在这里:
但没有讨论出结果来,后来我就直接到本地搜索这个软件的官网上发贴问,官网上的作者人很好,说他们不懂CAD,但如果CAD软件支
持宏的话,是可以做出这种效果来的,还举例说有人在火狐浏览器里利用宏可以直接高亮网页里的文本调用本地搜索软件“everything”。
官网上我求教的贴子在这里。
我写道:
this soft is amazing! thank author!
could this soft combine with , when the user of AutoCAD touch some txt in AutoCAD drawings , then this soft quickly open a dialogue box ,this dialogue box show all drawing which name contain the txt 。
it will be very good !
thanks
官网上的人回答道:
I know nothing of Audocad, but if it can do "macros", I'd think you could do it?
Similar in concept to, how to add everything as a search engine in firefox?, which uses a bookmarklet, a little bit of JavaScript, attached to a "button" (bookmark), if you will, that when you click the button (bookmark), searches for the text highlighted in your browser web page.
按我的理解,这应该可以做到,就是执行宏后,软件要求选中一个文本,然后调用everything, 把刚才选中的文本填到everything 的搜索框中,即可以直接搜索文本了。
本版版主还有各位高手,谁能出手试下,这个应该是非常有用的!