多个文件作为单个选项卡打开?


0

我正在尝试打开一个包含多个文件的标签,这样当我运行批量替换,搜索或其他宏时,这样当我想浏览我的应用程序时,我就不必更改标签了。

它应该看起来像这样:

----begin file: a.java
//a.java
package alphabet;
public class a{
}
----end file: a.java
----begin file: b.java
//b.java
package alphabet;
public class b{
}
----end file: b.java
.
.
.
----begin file: z.java
...

这看起来非常方便,所以我想知道是否应该存在某些东西?当然,这不是基于“窗格”的浏览。它只是读起来像普通的标签。


我不确定notepad ++但我知道在崇高中你可以搜索目录并将所有命中返回到一个文件中,这可以为你提供所需的部分内容。
Devon Parsons 2014年

notepad ++会在打开的选项卡中进行搜索和替换。虽然它看起来不像宏。
保罗

@Paul特意找这个。熟悉全开文件search and replace功能。
Wolfpack'08 2014年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.