EMACS C/C++插件之EDE(一)

编程入门 行业动态 更新时间:2024-10-06 08:35:28

EMACS C/C++<a href=https://www.elefans.com/category/jswz/34/1771202.html style=插件之EDE(一)"/>

EMACS C/C++插件之EDE(一)

翻译自:/

由于本人水平有限,翻译难免疏漏,往见谅!转载请注明出处:/

目录(先贴上原地址的,以后慢慢改)

Table of Contents

  • EDE Project Concepts
  • EDE Mode
  • 3 Quick Start
    • 3.1 Step 1: Create root directory
    • 3.2 Step 2: Create Subdirectories and Files
    • 3.3 Step 3: Create subprojects
    • 3.4 Step 4: Create targets
    • 3.5 Step 5: Compile, and fail
    • 3.6 Step 6: Customizing your project
    • 3.7 Step 7: Shared library dependency
    • 3.8 Step 8: Run your program
  • 4 Creating a project
    • 4.1 Creating a subproject
  • 5 Modifying your project
    • 5.1 Add/Remove target
    • 5.2 Add/Remove files
    • 5.3 Customize Features
    • 5.4 Project Local Variables
    • 5.5 EDE Project Features
      • 5.5.1 Changing Compilers and Flags
      • 5.5.2 Configurations
  • 6 Building and Debugging
  • 7 Miscellaneous commands
    • 7.1 Rescan
    • 7.2 EDE Find File
    • 7.3 Speedbar
  • 8 Project types
    • 8.1 Make and Automake projects
    • 8.2 Automake direct projects
    • 8.3 Android projects
    • 8.4 Arduino projects
    • 8.5 Simple Projects
      • 8.5.1 Generic Projects
      • 8.5.2 Add Generic Support for new build systems
      • 8.5.3 ede-cpp-root
      • 8.5.4 ede-emacs
      • 8.5.5 ede-linux
      • 8.5.6 Custom Locate
  • 9 Extending EDE
    • 9.1 Development Overview
    • 9.2 Detecting a Project
    • 9.3 User interface methods
    • 9.4 Base project methods
    • 9.5 EDE proj-project
    • 9.6 Sourcecode objects
    • 9.7 Compiler and Linker objects
    • 9.8 Class hierarchies
  • 10 Project
    • 10.1 ede-project-placeholder
      • 10.1.1 Specialized Methods
    • 10.2 ede-project
      • 10.2.1 Specialized Methods
    • 10.3 ede-cpp-root-project
      • 10.3.1 Specialized Methods
    • 10.4 ede-emacs-project
      • 10.4.1 Specialized Methods
    • 10.5 ede-linux-project
      • 10.5.1 Specialized Methods
    • 10.6 ede-maven-project
      • 10.6.1 Specialized Methods
    • 10.7 ede-simple-project
      • 10.7.1 Specialized Methods
    • 10.8 ede-simple-base-project
    • 10.9 ede-proj-project
      • 10.9.1 Specialized Methods
    • 10.10 project-am-makefile
      • 10.10.1 Specialized Methods
    • 10.11 ede-step-project
      • 10.11.1 Specialized Methods
  • 11 Targets
    • 11.1 ede-target
      • 11.1.1 Specialized Methods
    • 11.2 ede-cpp-root-target
      • 11.2.1 Specialized Methods
    • 11.3 ede-emacs-target-c
      • 11.3.1 Specialized Methods
    • 11.4 ede-emacs-target-el
    • 11.5 ede-emacs-target-misc
    • 11.6 ede-linux-target-c
      • 11.6.1 Specialized Methods
    • 11.7 ede-linux-target-misc
    • 11.8 ede-maven-target-java
    • 11.9 ede-maven-target-c
    • 11.10 ede-maven-target-misc
    • 11.11 ede-simple-target
    • 11.12 ede-proj-target
      • 11.12.1 Specialized Methods
    • 11.13 ede-proj-target-makefile
      • 11.13.1 Specialized Methods
    • 11.14 semantic-ede-proj-target-grammar
      • 11.14.1 Specialized Methods
    • 11.15 ede-proj-target-makefile-objectcode
      • 11.15.1 Specialized Methods
    • 11.16 ede-proj-target-makefile-archive
      • 11.16.1 Specialized Methods
    • 11.17 ede-proj-target-makefile-program
      • 11.17.1 Specialized Methods
    • 11.18 ede-proj-target-makefile-shared-object
      • 11.18.1 Specialized Methods
    • 11.19 ede-proj-target-elisp
      • 11.19.1 Specialized Methods
    • 11.20 ede-proj-target-elisp-autoloads
      • 11.20.1 Specialized Methods
    • 11.21 ede-proj-target-makefile-miscelaneous
      • 11.21.1 Specialized Methods
    • 11.22 ede-proj-target-makefile-info
      • 11.22.1 Specialized Methods
    • 11.23 ede-proj-target-aux
      • 11.23.1 Specialized Methods
    • 11.24 ede-proj-target-scheme
      • 11.24.1 Specialized Methods
    • 11.25 project-am-target
      • 11.25.1 Specialized Methods
    • 11.26 project-am-objectcode
      • 11.26.1 Specialized Methods
    • 11.27 project-am-program
      • 11.27.1 Specialized Methods
    • 11.28 project-am-lib
      • 11.28.1 Specialized Methods
    • 11.29 project-am-header
      • 11.29.1 Specialized Methods
    • 11.30 project-am-header-noinst
      • 11.30.1 Specialized Methods
    • 11.31 project-am-header-inst
      • 11.31.1 Specialized Methods
    • 11.32 project-am-lisp
      • 11.32.1 Specialized Methods
    • 11.33 project-am-texinfo
      • 11.33.1 Specialized Methods
    • 11.34 project-am-man
      • 11.34.1 Specialized Methods
  • 12 Sourcecode
    • 12.1 ede-sourcecode
      • 12.1.1 Specialized Methods
  • 13 Compilers
    • 13.1 ede-compilation-program
      • 13.1.1 Specialized Methods
    • 13.2 ede-compiler
      • 13.2.1 Specialized Methods
    • 13.3 ede-object-compiler
      • 13.3.1 Specialized Methods
    • 13.4 semantic-ede-grammar-compiler-class
    • 13.5 ede-linker

 

转载于:.html

更多推荐

EMACS C/C++插件之EDE(一)

本文发布于:2024-02-28 12:07:52,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1769300.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:插件   EMACS   EDE

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!