惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
Security Latest
Security Latest
P
Privacy International News Feed
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
AI
AI
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
S
Secure Thoughts
PCI Perspectives
PCI Perspectives
Simon Willison's Weblog
Simon Willison's Weblog
D
DataBreaches.Net
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
罗磊的独立博客
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
V
V2EX
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tenable Blog
T
Threat Research - Cisco Blogs
T
Troy Hunt's Blog
V2EX - 技术
V2EX - 技术
S
Security @ Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
Lohrmann on Cybersecurity
F
Full Disclosure
H
Help Net Security
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Engineering at Meta
Engineering at Meta
A
Arctic Wolf
O
OpenAI News
S
Securelist

博客园 - Boler Guo

New words 2007/10/15 New words 2007/04/01 New words 2007/03/25 微软真是霸道,IE7要来了,大家兼容我! 架设C# 开源Wiki : Perspective NHibernate再心得——多主键 VSSDatabase.Open via ASP.NET 创建者模式相关文章总结 在Firefox中里面如何换行? - Boler Guo - 博客园 textarea的overflow:visible的问题! 昨天下午遇到一个问题,到晚上才解决。 aspx页面提交后,再返回时定位的问题 博客园可以查询我发表过的评论,这点不错! test CuteEditor test 已经搬家了~ DataGrid something! 还得深入学习验证控件呀! 今天的计划
想在VS.Net 中实现一个UltraEdit中的小功能始终没有实现!
Boler Guo · 2005-07-21 · via 博客园 - Boler Guo

        UltraEdit有一个很好的功能,可以在Code Window窗口中选中一段代码,作为文件的(相对当前正在编辑文件的路径的)Path  + Name ,然后通过右键菜单中的第一项打开这个选中的文件!
        可惜VS.Net没有这个功能,我一直想写一个小插件实现这个功能,但一直没有成功,VS.Net 的Code Window窗口里面的右键菜单达到我的要求!
        附几篇我的参考文章:
        Find and Bookmark Text Add-in
        VS.NET 2003集成环境插件开发指南(三)----操纵VS开发环境(完结篇)

其中 Find and Bookmark Text Add-in这 篇文章作者都说了"I don't know how many hours I spent just trying to find how to put a menu item in the context menu of a code window. ",可是我照着他的文章做还是没搞定!!

注:用另外的方法解决了(2005/08/09):

参考:http://www.cnblogs.com/rippleyong/archive/2005/05/24/161258.html