emacs 工程管理工具 ede 的帮助文档

来源:互联网 发布:淘宝资质1000什么意思 编辑:程序博客网 时间:2024/06/05 21:09

在网上找了好久,ede的相关文档很少,最后在emacs 的info里找到了。

在emacs中打开帮助,找到ede项:

C-h imede

可找到如下帮助,在Extending EDE项里有所有的参考文档,包括工程件的编写格式等。


(ede)Top

EDE
***

EDE is the Emacs Development Environment: an Emacs extension that
simplifies building and debugging programs in Emacs.  It attempts to
emulate a typical IDE (Integrated Development Environment).  EDE can
manage or create your makefiles and other building environment duties,
allowing you to concentrate on writing code rather than support files.
It aims to make it much easier for new programmers to learn and adopt
GNU ways of doing things.

   This file describes EDE, the Emacs Development Environment.

   Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005, 2008, 2009, 2010,
2011  Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.3 or any later version published by the Free Software
     Foundation; with no Invariant Sections, with the Front-Cover texts
     being "A GNU Manual," and with the Back-Cover Texts as in (a)
     below.  A copy of the license is included in the section entitled
     "GNU Free Documentation License."

     (a) The FSF's Back-Cover Text is: "You have the freedom to copy and
     modify this GNU manual.  Buying copies from the FSF supports it in
     developing GNU and promoting software freedom."

* Menu:

* EDE Project Concepts  EDE Project Concepts
* EDE Mode              Turning on EDE mode.
* Creating a project    Creating a project.
* Modifying your project  Adding and removing files and targets.
* Building and Debugging  Initiating a build or debug session.
* Miscellaneous commands  Other project related commands.
* Simple projects       Projects not managed by EDE.
* Extending EDE         Programming and extending EDE.


原创粉丝点击