哪些文本编辑器支持垂直标尺?
我正在寻找一种类似于 NetBeans 中垂直红色 80 列标记的功能,但更易于使用。我希望它的功能更像 MS Word 中的选项卡,只是水平线显示在整个文件上。我查看了 维基百科上文本编辑器的比较,我没有发现“垂直统治者”是他们的特征之一。
它将用于在一个我没有创建但必须维护的大型文件中排列 html 标签。
I'm looking for a feature somewhat like the vertical red 80 columns marker in NetBeans but one that's easier to use. I'd like it to function more like the tabs in MS Word except that the horizontal line is displayed on the entire file. I looked on the Comparison of Text Editors over at Wikipedia and I didn't find that "vertical ruler" was one of their features.
It would be used to line up html tags in a massive file that I did not create, but have to maintain.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Zeus 编辑器 可以选择设置两个垂直列标记。第一个是换行列,第二个是左边距列,这两个标记的设置都可以在文档类型中找到。
这些标记被绘制为宽度为一像素的垂直实线。
The Zeus editor has the option to set two vertical column markers. The first is the line wrap column and the second is the left margin column and the settings for both of these markers are found in the document type.
These markers are drawn as a solid vertical line one pixel in width.
Notepad++就有这个功能。
在 http://tech.groups.yahoo.com/group /vim/message/87027?l=1 是在 vim 中获得类似行为的一种方法。
Notepad++ has this feature.
At http://tech.groups.yahoo.com/group/vim/message/87027?l=1 is a way to get a similar behavior in vim.
您可以在 Visual Studio 中进行专栏指南:此处的博客文章(但需要注册表项)。
You can do column guides in Visual Studio: blog post here (registry entry required though).