TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Standard Interface Between a Text Editor and an IDE?

4 点作者 dimonomid超过 9 年前

1 comment

ChuckMcM超过 9 年前
A very popular idea, and one that emacs has done quite a bit with. Vim is coming along (the original vi was not the scriptable machine like emacs so emacs had a head start)<p>This was also the basis for some &#x27;glue&#x27; languages, the one I&#x27;m most familar with was REXX (and later NetREXX) which created a &quot;port&quot; in an application that could be driven by another application. So the text editor could connect to the compiler or debugger&#x27;s Rexx port and drive it remotely using the editor screen&#x27;s resources for i&#x2F;o. A good place to look at that was the Amiga back in the mid 90&#x27;s.