简体   繁体   English

有哪些插件可以在 Vim 或 Eclipse 中编辑 ASCII 图表?

[英]What plugins are there for editing ASCII charts in Vim or Eclipse?

I remember seeing a plugin in some editor (I think, it was Vim or Eclipse) for editing text-based ASCII charts that look like so:我记得在一些编辑器(我认为是 Vim 或 Eclipse)中看到一个插件,用于编辑基于文本的 ASCII 图表,如下所示:

+-----------+               +-----------+
|  Class A  | ------------> |  Class B  |
+-----------+               +-----------+

Is anyone aware of such a plugin?有人知道这样的插件吗? Thanks!谢谢!

Probably the most functional plugin for simple ASCII drawing (straight lines, arrows, ellipses, rectangles, etc.) in Vim is DrawIt!在 Vim 中用于简单 ASCII 绘图(直线、箭头、椭圆、矩形等)的最实用的插件可能是DrawIt! . . Another option (which may be outdated) could be sketch.vim .另一种选择(可能已经过时)可能是sketch.vim Both of them provide shortcuts for drawing at least arrows and boxes.它们都提供了至少绘制箭头和框的快捷方式。

You can search it on vim.org: http://www.vim.org/scripts/script_search_results.php?keywords=ascii&script_type=&order_by=rating&direction=descending&search=search你可以在 vim.org 上搜索: http : //www.vim.org/scripts/script_search_results.php? keywords = ascii&script_type= & order_by = rating&direction = descending&search=search

Most popular results:最受欢迎的结果:

You may have been thinking of asciio , which isn't part of any editor -- it's an editor on its own that lets you create ASCII diagrams from within a nice little GUI.您可能一直在考虑asciio ,它不属于任何编辑器——它本身就是一个编辑器,可让您从一个漂亮的小 GUI 中创建 ASCII 图表。 Here are some videos of it in use: one , two , three .以下是一些使用中的视频:

On the other side of the problem, you might be interested in ditaa , which takes ASCII diagrams (including some of the very same things that asciio produces) and turns them into nice graphical diagrams.在问题的另一方面,您可能对ditaa感兴趣,它采用 ASCII 图(包括 asciio 产生的一些非常相同的东西)并将它们变成漂亮的图形图。

也许你指的是 emacs 中的艺术家模式: http : //www.cinsk.org/emacs/emacs-artist.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Program Files \\ Eclipse \\ plugins,〜/ .eclipse / org.eclipse。* / plugins和〜/ workspace / .metadata / .plugins之间有什么区别? - What is the difference between Program Files\Eclipse\plugins, ~/.eclipse/org.eclipse.*/plugins, and ~/workspace/.metadata/.plugins? 什么代码折叠插件适用于Eclipse 3.6? - What code folding plugins work on Eclipse 3.6? PEP或可乐有什么优势? (Eclipse配对插件) - What are the advantages of PEP or Cola? (Eclipse pairing plugins) Eclipse 插件 - Eclipse plugins eclipse中是否有一个文本文件,您可以看到安装了哪些插件? - Is there a text file in eclipse where one can see what plugins are installed? Eclipse Indigo,没有插件会安装,我不知道该怎么办? - Eclipse Indigo, no plugins will install, I dont know what to do? 在 Eclipse 中使用的最佳 Java 代码生成工具或插件是什么? - What are the best Java code generation tools or plugins to use in Eclipse? Eclipse RCP-应该向Eclipse产品添加哪些插件/功能,以及如何使其类似于Eclipse SDK / Standard - Eclipse RCP - what plugins/feature should be added to Eclipse product and how make it similar to Eclipse SDK/Standard 我应该使用什么eclipse插件进行HTML5和XML编辑? - What eclipse plugin should I use for HTML5 and XML editing? 在Eclipse中安装插件 - Installing plugins in Eclipse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM