<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>陕西鹏讯科技 &#187; gedit</title>
	<atom:link href="http://pensee.net.cn/tag/gedit/feed" rel="self" type="application/rss+xml" />
	<link>http://pensee.net.cn</link>
	<description>陕西鹏讯科技定位于Internet web2.0技术和服务提供商，致力于为客户提供Internet策划、建设、运维的整体解决方案。作为无忧服务理念的倡导者和实践者，公司自2005年成立以来，在政府、广电、电力、能源、大型企业等行业积累了大量的客户，与客户建立了长期合作的关系，赢得了广泛的好评。</description>
	<lastBuildDate>Fri, 18 May 2012 01:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>给 gedit 添加 find in files 功能</title>
		<link>http://pensee.net.cn/%e7%bb%99-gedit-%e6%b7%bb%e5%8a%a0-find-in-files-%e5%8a%9f%e8%83%bd</link>
		<comments>http://pensee.net.cn/%e7%bb%99-gedit-%e6%b7%bb%e5%8a%a0-find-in-files-%e5%8a%9f%e8%83%bd#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:04:42 +0000</pubDate>
		<dc:creator>guoshuang</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[gedit]]></category>

		<guid isPermaLink="false">http://pensee.net.cn/?p=143</guid>
		<description><![CDATA[经常需要在一堆文档中寻找包含 某字符串 的文档。windows 下的 editplus 有这个功能，gedit 怎么办呢？ 找到个办法，简单有效： 打开 gedit，打开 Tools &#8211; Manament Extenal Tools 新建一个叫 find in files 的工具 内容如下： #!/bin/sh xargs gnome-search-tool &#8211;contains input 选 Current selection output 选 display in bottom pane 说明：在 gedit 选择要搜索的文字，选择菜单 Tools &#8211; external tools &#8211; find in files 就会打开 gnome 的搜索面板，用 xargs 搜索。]]></description>
			<content:encoded><![CDATA[<p>经常需要在一堆文档中寻找包含 某字符串 的文档。windows 下的 editplus 有这个功能，gedit 怎么办呢？</p>
<p>找到个办法，简单有效：</p>
<p>打开 gedit，打开 Tools &#8211; Manament Extenal Tools</p>
<p>新建一个叫 find in files 的工具</p>
<p>内容如下：</p>
<p>#!/bin/sh<br />
xargs gnome-search-tool &#8211;contains</p>
<p>input 选 Current selection<br />
output 选 display in bottom pane</p>
<p>说明：在 gedit 选择要搜索的文字，选择菜单 Tools &#8211; external tools &#8211; find in files 就会打开 gnome 的搜索面板，用 xargs 搜索。</p>
]]></content:encoded>
			<wfw:commentRss>http://pensee.net.cn/%e7%bb%99-gedit-%e6%b7%bb%e5%8a%a0-find-in-files-%e5%8a%9f%e8%83%bd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

