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

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

博客园 - 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