From c3e6293c7ca1fb5e045e70c3b60150f38801c235 Mon Sep 17 00:00:00 2001 From: softpaopao Date: Sun, 10 Sep 2017 16:39:16 +0800 Subject: [PATCH] tanslated by softpaopao (#6048) --- .../20170617 Top 8 IDEs for Raspberry Pi.md | 241 ------------------ .../20170617 Top 8 IDEs for Raspberry Pi.md | 241 ++++++++++++++++++ 2 files changed, 241 insertions(+), 241 deletions(-) delete mode 100644 sources/tech/20170617 Top 8 IDEs for Raspberry Pi.md create mode 100644 translated/tech/20170617 Top 8 IDEs for Raspberry Pi.md diff --git a/sources/tech/20170617 Top 8 IDEs for Raspberry Pi.md b/sources/tech/20170617 Top 8 IDEs for Raspberry Pi.md deleted file mode 100644 index 7d59525f50..0000000000 --- a/sources/tech/20170617 Top 8 IDEs for Raspberry Pi.md +++ /dev/null @@ -1,241 +0,0 @@ -Top 8 IDEs for Raspberry Pi -============================================================ -translating by softpaopao - - _![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/LEGO_brick_robot_05.jpg?resize=700%2C479)_ - - _The Raspberry Pi, a tiny single-board computer, has revolutionised the way in which computer science is being taught in schools. It has also turned out to be a boon for software developers. Currently, it has gained popularity much beyond its target market and is being used in robotics projects._ - -Raspberry Pi, a small development board minicomputer that runs the Linux operating system, was developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools in the UK and in developing countries. Raspberry Pi has USB sockets, which support various peripheral plug-and-play devices like the keyboard, the mouse, the printer, etc. It contains ports like HDMI (High Definition Multimedia Interface) to provide users with video output. Its credit-card-like size makes it extremely portable and affordable. It requires just a 5V micro-USB power supply, similar to the one used to charge a mobile phone. - -Over the years, the Raspberry Pi Foundation has released a few different versions of the Pi board. The first version was Raspberry Pi 1 Model B, which was followed by a simple and cheap Model A. In 2014, the Foundation released a significant and improved version of the board —Raspberry Pi 1 Model B+. In 2015, the Foundation revolutionised the design of the board by releasing a small form factor edition costing US$ 5 (about ` 323) called Raspberry Pi Zero. - -In February 2016, Raspberry Pi 3 Model B was launched, which is currently the main product available. In 2017, the Foundation released the updated model of Raspberry Pi Zero named Raspberry Pi Zero W (W = wireless). - -In the near future, a model that has improved technical specifications will arrive, offering a robust platform for embedded systems enthusiasts, researchers, hobbyists and engineers to use it in multi-functional ways to develop real-time applications. - - [![](https://i0.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-1-8.jpg?resize=350%2C198)][3] - -Figure 1: Raspberry Pi - -**Raspberry Pi as an efficient programming device** - -After getting the Pi powered up and the LXDE WM up and running, the user gets a full-fledged Linux box running a Debian based operating system, i.e., Raspbian. The Raspbian operating system comes with tons of free and open source utilities for users, covering programming, gaming, applications and even education. - -The official programming language of Raspberry Pi is Python, which comes preloaded with the Raspbian operating system. The combination of Raspberry Pi and IDLE3, a Python integrated development environment, enables programmers to develop all sorts of Python based programs. - -In addition to Python, various other languages are supported by Raspberry Pi. A number of IDEs (integrated development environments) that are free and open source are also available. These allow programmers, developers and application engineers to develop programs and applications on Pi. - - [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-2-6.jpg?resize=350%2C230)][4] - -Figure 2: The BlueJ GUI interface - - [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-3-3.jpg?resize=350%2C288)][5] - -Figure 3: The Geany IDE GUI interface - -**Best IDEs for Raspberry Pi** - -As a programmer and developer, the first thing you require is an IDE, which is regarded as a comprehensive software suite that integrates the basic tools that developers and programmers require to write, compile and test their software. An IDE contains a code editor, a compiler or interpreter and a debugger, which the developer can access via a graphical user interface (GUI). One of the main aims of an IDE is to reduce the configuration necessary to piece together multiple development utilities, and provide the same set of capabilities as a cohesive unit. - -An IDE’s user interface is similar to that of a word processor, for which tools in the toolbar support colour-coding, formatting of source code, error diagnostics, reporting and intelligent code completion. IDEs are designed to integrate with third-party version control libraries like GitHub or Apache Subversion. Some IDEs are dedicated to a particular programming language, allowing a feature set that matches the programming language, while some support multiple languages. - -Raspberry Pi has a wide range of IDEs that provide programmers with good interfaces to develop source code, applications and system programs. - -Let’s explore the top IDEs for Raspberry Pi. - - [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-4-3.jpg?resize=350%2C216)][6] - -Figure 4: The Adafruit WebIDE GUI interface - -**BlueJ** - -BlueJ is an IDE that is dedicated to the Java Programming Language and was mainly developed for educational purposes. It also supports short software development projects. Michael Kolling and John Rosenburg at Monash University, Australia, started BlueJ development in 2000 as a powerful successor to the Blue system, and BlueJ became free and open source in March 2009. - -BlueJ provides an efficient way for learning object-oriented programming concepts and the GUI provides a class structure for applications like UML diagram. Every OOPS based concept, like class, objects and function calling, can be represented via interaction based design. - - _**Features**_ - -* _Simple and interactive interface:_  The user interface is simple and easy to learn as compared to other professional interfaces like NetBeans or Eclipse. Developers can focus mainly on programming rather than the environment. - -* _Portable:_  BlueJ supports multiple platforms like Windows, Linux and Mac OS X, and can even run without any installation. - -* _New innovations:_  BlueJ IDE is filled with innovations in terms of the object bench, code pad and scope colouring, which makes development fun even for newbies. - -* _Strong technical support:_  BlueJ has a hard-core functioning team that responds to queries and offers solutions to all sorts of developer problems within 24 hours. - -**Latest version:** 4.0.1 - -**Geany IDE** - -Geany IDE is regarded as a very lightweight GUI based text editor that uses Scintilla and GTK+ with IDE environment support. The unique thing about Geany is that it is designed to be independent of a special desktop environment and requires only a few dependencies on other packages. It only requires GTK2 runtime libraries for execution. Geany IDE supports tons of programming languages like C, C++, C#, Java, HTML, PHP, Python, Perl, Ruby, Erlang and even LaTeX. - - _**Features**_ - -* Auto-completion of code and simple code navigation. - -* Efficient syntax highlighting and code folding. - -* Supports embedded terminal emulator, and is highly extensible and feature-rich since lots of plugins are available for free download. - -* Simple project management and supports multiple file types, which include C, Java, PHP, HTML, Python, Perl, and many more. - -* Highly customised interface for adding or removing options, bars and windows. - -**Latest version:** 1.30.1 - - [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-5-2.jpg?resize=350%2C252)][7] - -Figure 5: The AlgoIDE GUI interface - - [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-6-1.jpg?resize=350%2C378)][8] - -Figure 6: The Ninja IDE GUI interface - -**Adafruit WebIDE** - -Adafruit WebIDE provides a Web based interface for Raspberry Pi users to perform programming functions, and allows developers to compile the source code of various languages like Python, Ruby, JavaScript and many others. - -Adafruit IDE allows developers to put the code in a GIT repository, which can be accessed anywhere via GitHub. - - _**Features**_ - -* Can be accessed via Web browser on ports 8080 or 80. - -* Supports the easy compilation and running of source code. - -* Bundled with a debugger and visualiser for proper tracking, the navigation of code and to test source code. - -**AlgoIDE** - -AlgoIDE is a combination of a scripting language and an IDE environment, designed to function together to take programming to the next paradigm. It incorporates a powerful debugger, real-time scope explorer and executes the code, step by step. It is basically designed for all age groups to design programs and do extensive research on algorithms. -It supports various types of languages like C, C++, Python, Java, Smalltalk, Objective C, ActionScript, and many more. - - _**Features**_ - -* Automatic indentation and completion of source code. - -* Effective syntax highlighting and error management. - -* Contains a debugger, scope explorer and dynamic help system. - -* Supports GUI and traditional Logo programming language Turtle for the development of source code. - -**Latest version:** 2016-12-08 (when it was last updated) - -**Ninja IDE** - -Ninja IDE (Not Just Another IDE), which was designed by Diego Sarmentero, Horacio Duranm Gabriel Acosta, Pedro Mourelle and Jose Rostango, is written purely in Python and supports multiple platforms like Linux, Mac OS X and Windows, for execution. It is regarded as a cross-platform IDE software, especially designed to build Python based applications. - -Ninja IDE is very lightweight and performs various functions like file handling, code locating, going to lines, tabs, automatic indentation of code and editor zoom. Apart from Python, several other languages are supported by this IDE. - - _**Features**_ - -* _An efficient code editor:_  Ninja-IDE is regarded as the most efficient code editor as it performs various functions like code completion and code indentation, and functions as an assistant. - -* _Errors and PEP8 finder:_  It highlights static and PEP8 errors in the file. - -* _Code locator:_  With this feature, quick and direct access to a file can be made. The user can just make use of the ‘CTRL+K’ shortcut to type anything, and the IDE will locate the specific text. - -* Its unique project management features and tons of plugins make Ninja-IDE highly extensible. - -**Latest version:** 2.3 - - [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-7.jpg?resize=350%2C306)][9] - -Figure 7: The Lazarus IDE GUI interface - -**Lazarus IDE** - -Lazarus IDE was developed by Cliff Baeseman, Shane Miller and Michael A. Hess in February 1999\. It is regarded as a cross-platform GUI based IDE for rapid application development, and it uses the Free Pascal Compiler. It inherits three primary features—compilation speed, execution speed and cross-compilation. Applications can be cross-compiled from Windows to other operating systems like Linux, Mac OS X, etc. - -This IDE consists of the Lazarus component library, which provides varied facilities to developers in the form of a single and unified interface with different platform-specific implementations. It supports the principle of ‘Write once and compile anywhere’. - - _**Features**_ - -* Powerful and fast enough to handle any sort of source code, and supports performance testing. - -* Easy to use GUI, which supports drag-and-drop components. Additional components can be added to the IDE through Lazarus package files. - -* Makes use of Free Pascal, which is highly enhanced with new features and is even used in Android app development. - -* Highly extensible, open source and supports various frameworks to compile additional languages. - -**Latest version:** 1.6.4 - -**Codeblock IDE** - -Codeblock IDE was written in C++ using wxWidgets as a GUI toolkit and was released in 2005\. It is a free, open source and cross-platform IDE supporting multiple compilers like GCC, Clang and Visual C++. - -Codeblock IDE is highly intelligent and performs various functions like Syntax highlighting, code folding, code completion and indentation, and has a number of external plugins for varied customisations. It can run on Windows, Mac OS X and Linux operating systems. - - _**Features**_ - -* Supports multiple compilers like GCC, Visual C++, Borland C++, Watcom, Intel C++ and many more. Basically designed for C++, but today supports many languages. - -* Intelligent debugger, which allows users to debug programs via access to the local function symbol and argument display, user defined watches, call stack, custom memory dump, thread switching and GNU debugger interface. - -* Supports varied features for migrating code from Dev-C++, Visual C++ and others. - -* Makes use of custom-built systems and stores information in XML extension files. - -**Latest version:** 16.01 - - [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-8.jpg?resize=350%2C289)][10] - -Figure 8: Codeblock IDE interface - - [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-9.jpg?resize=350%2C236)][11] - -Figure 9: Greenfoot IDE interface - -**Greenfoot IDE** - -Greenfoot IDE was designed by Michael Kolling at the University of Kent. It is a cross-platform Java based IDE basically designed for educational purposes for high schools and undergraduate students. The Greenfoot IDE features project management, automatic code completion and syntax highlighting, and has an easy GUI interface. - -Greenfoot IDE programming consists of sub-classing of two main classes — World and Actor. World represents the class where the main execution occurs. Actors are objects that exist and act in World. - - _**Features**_ - -* Simple and easy-to-use GUI, which is more interactive than BlueJ and other IDEs. - -* Easy to use even for newbies and beginners. - -* Highly powerful in executing Java code. - -* Supports GNOME/KDE/X11 graphical environments. - -* Other features include project management, auto-completion, syntax highlighting and auto-correction of errors. - -**Latest version:** 3.1.0 - --------------------------------------------------------------------------------- - -作者简介: - -Anand Nayyar - -The author is assistant professor in Department of Computer Applications & IT at KCL Institute of Management and Technology, Jalandhar, Punjab. He loves to work on Open Source technologies, embedded systems, cloud computing, wireless sensor networks and simulators. He can be reached at anand_nayyar@yahoo.co.in. - --------------------- - -via: http://opensourceforu.com/2017/06/top-ides-raspberry-pi/ - -作者:[Anand Nayyar ][a] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]:http://opensourceforu.com/author/anand-nayyar/ -[1]:http://opensourceforu.com/2017/06/top-ides-raspberry-pi/#disqus_thread -[2]:http://opensourceforu.com/author/anand-nayyar/ -[3]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-1-8.jpg -[4]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-2-6.jpg -[5]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-3-3.jpg -[6]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-4-3.jpg -[7]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-5-2.jpg -[8]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-6-1.jpg -[9]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-7.jpg -[10]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-8.jpg -[11]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-9.jpg diff --git a/translated/tech/20170617 Top 8 IDEs for Raspberry Pi.md b/translated/tech/20170617 Top 8 IDEs for Raspberry Pi.md new file mode 100644 index 0000000000..459e33311e --- /dev/null +++ b/translated/tech/20170617 Top 8 IDEs for Raspberry Pi.md @@ -0,0 +1,241 @@ +8款适合树莓派使用的 IDE +============================================================ + + + ![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/LEGO_brick_robot_05.jpg?resize=700%2C479) + + _树莓派是一种微型的单板电脑,已经在计算机科学掀起了一场革命,它被设计用于教学。但同样也给软件开发者带来了福音。目前,树莓派获得的知名度远远超出了它原本的目标市场,而且正在应用于机器人项目中。_ + +树莓派是一个可以运行 Linux 操作系统的微型开发板,由英国树莓派基金会开发,用来在英国和发展中国家促进学校的基础计算机科学教育。树莓派拥有 USB 接口,能够支持多种即插即用外围设备,比如键盘,鼠标,打印机等。它包含了一个 HDMI(高清多媒体界面)端口,为用户提供视频输出。信用卡大小的尺寸使得树莓派非常便携且价格便宜。仅需一个 5V 的 micro-USB 电源供电,类似于给手机用的充电器一样。 + +多年来,树莓派基金会已经推出了几个不同版本的树莓派产品。 第一个版本是树莓派 1 B 型,随后是一个相对简单便宜的 A 型。在 2014 年,基金会推出了一个增强版本 —— 树莓派 1 B+。在 2015 年,基金会推出了全新设计的版本,售价为 5 美元,命名为树莓派 Zero。 + +在 2016 年 2 月,树莓派 3 B 型发布,这也是现在可用的主要型号。在 2017 年,基金会发布了树莓派 Zero 的新型号树莓派 Zero W (W = wireless 无线)。 + +在不久的将来,一个提高技术规格的型号将会到来,为嵌入式系统发烧友、研究员、爱好者和工程师们通过多功能的方式来开发实时应用提供一个稳健的平台。 + + [![](https://i0.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-1-8.jpg?resize=350%2C198)][3] + +图 1 :树莓派 + +**树莓派作为一个高效的编程设备** + +在给树莓派供电后,启动运行 LXDE 窗口管理器,用户会获得一个完整的基于 Debian 的 Linux 操作系统,即 Raspbian。Raspbian 操作系统为用户提供了众多免费的开源程序,涵盖了程序设计、游戏、应用以及教育方面。 + +树莓派的官方编程语言是 Python ,并已预装在了 Paspbian 操作系统上。结合树莓派和 Python 的集成开发环境 IDLE3 ,让程序员能够开发各种基于 Python 的程序。 + +除了 Python ,树莓派还支持多种其他语言。并且可以使用一些免费的开源 IDE (集成开发环境)。允许程序员、开发者和应用工程师在树莓派上开发程序和应用。 + + [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-2-6.jpg?resize=350%2C230)][4] + +图 2 :BlueJ 的 GUI 界面 + + [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-3-3.jpg?resize=350%2C288)][5] + +图 3 : Geany IDE 的 GUI 界面 + +**树莓派上的最佳 IDE** + +作为一名程序员和开发者,你需要的第一件事就是有一个 IDE ,这是一个集成了开发者和程序员编写、编译和测试软件所需的的基本工具的综合软件套件。IDE 包含了一个代码编辑器,一个编译或解释程序和一个调试器,并允开发者通过一个图形用户界面(GUI)来访问。IDE 的主要目的之一是提供一个整合单元来统一功能设置,减少组合多个开发工具的必要配置。 + + IDE 的用户界面与文字处理程序相似,在工具栏提供颜色编码、源代码格式化、错误诊断、报告以及智能代码补全工具。IDE 被设计用来整合第三方版本控制库如 GitHub 或 Apache Subversion 。一些 IDE 专注于特定的编程语言,允许一个匹配编程语言的功能集,当然也有一些是支持多种语言的。 + +树莓派上拥有丰富的 IDE ,为程序员提供友好界面来开发源代码、应用程序以及系统程序。 + +就让我们来探索最适合树莓派的 IDE 吧。 + + [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-4-3.jpg?resize=350%2C216)][6] + +图 4 :Adafruit WebIDE 的 GUI 界面 + +**BlueJ** + +BlueJ 是一款致力于 Java 编程语言的 IDE ,主要是为教育目的而开发的。它也支持小型的软件开发项目。BlueJ 由澳大利亚的莫纳什大学的 Michael Kolling 和 John Rosenburg 在 2000 年作为 Blue 系统的继任者而开发的,后来在 2009 年 3 月成为自由开源软件。 + +BlueJ 提供一种高效的方式来学习面向对象的编程概念,图形用户界面为应用程序提供像 UML 图一样的类结构。每一个像类、对象和函数调用这样基于 OOPS 的概念,都可以通过基于交互的设计来表示。 + + _**特性**_ + +* _简单的交互界面:_ 与 NetBeans 或 Eclipse 这样的专业界面相比,BlueJ 的用户界面更加简易学。使开发者可以专注于编程而不是环境。 + +* _便携:_  BlueJ 支持多种平台如 Windows、Linux 以及 Mac OS X , 可以免安装直接运行。 + +* _新的创新:_ BlueJ IDE 在对象工作台、代码块和范围着色方面有着大量的创新,使新手体验到开发的乐趣。 + +* _强大的技术支持:_ BlueJ 拥有一个核心功能团队来解答疑问,并且在 24 小时内为开发者的各种问题提供解决方案。 + +**最新版本:** 4.0.1 + +**Geany IDE** + +Geany IDE 使用了 Scintilla 和 GTK+ 的集成开发环境支持,被认为是一个非常轻量级的基于 GUI 的文本编辑器。 Geany 的独特之处在于它被设计为独立于特殊的桌面环境并且仅需要较少数量的依赖包。只需要 GTK2 运行库就可以运行。Geany IDE 支持多种编程语言如 C、C++、C#、Java、HTML、PHP、Python、Perl、Ruby、Erlang 和 LaTeX 。 + + _**特性**_ + +* 代码自动补全和简单的代码导航。 + +* 高效的语法高亮和代码折叠. + +* 支持嵌入式终端仿真器,拥有高度可扩展性,可以免费下载大量功能丰富的插件。 + +* 简单的项目管理并支持多种文件类型,包括 C、Java、PHP、HTML、Python、Perl 等。 + +* 高度定制的界面,可以添加或删除设置、栏及窗口。 + +**最新版本:** 1.30.1 + + [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-5-2.jpg?resize=350%2C252)][7] + +图 5 :AlgoIDE 的 GUI 界面 + + [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-6-1.jpg?resize=350%2C378)][8] + +图 6 :Ninja IDE 的 GUI 界面 + +**Adafruit WebIDE** + +Adafruit WebIDE 为树莓派用户提供一个基于 Web 的界面来执行编程功能,并且允许开发者编译多种语言的源代码如 Python、Ruby、JavaScript 等。 + +Adafruit IDE 允许开发者把代码放在 GIT 仓库,这样就可以通过 GitHub 在任何地方进行访问。 + + _**特性**_ + +* 可以通过 Web 浏览器的 8080 端口或 80 端口进行访问。 + +* 支持源代码的简单编译和运行。 + +* 配备一个调试器和可视器来进行正确追踪,代码导航以及测试源代码。 + +**AlgoIDE** + +AlgoIDE 结合了一个脚本语言和一个 IDE 环境,它被设计用来将编程与下一步的示例一起来运行。AlgoIDE 包含了一个强大的调试器、 实时范围管理器并且一步一步的执行代码。针对全年龄人群而设计,用来设计程序以及对算法进行大量的研究。 +AlgoIDE 支持多种类型的语言如 C、C++、Python、Java、Smalltalk、Objective C、ActionScript 等。 + + _**特性**_ + +* 代码自动缩进和补全。 + +* 高效的语法高亮和错误管理。 + +* 包含了一个调试器、范围管理器和动态帮助系统。 + +* 支持 GUI 和传统的 Logo 程序语言 Turtle 来进行源代码开发。 + +**最新版本:** 2016-12-08 (上次更新时间) + +**Ninja IDE** + +Ninja IDE (“Ninja-IDE Is Not Just Another IDE”的缩写),由 Diego Sarmentero 、Horacio Duranm Gabriel Acosta 、Pedro Mourelle 和 Jose Rostango 设计,使用纯 Python 编写并且支持多种平台运行如 Linux 、Mac OS X 和 Windows 。Ninja IDE 被认为是一个跨平台的 IDE 软件,尤其是用来设计基于 Python 的应用程序。 + +Ninja IDE 是非常轻量级的并能执行多种功能如文件处理、代码定位、跳转行、标签、代码自动缩进和编辑器缩放。除了 Python ,这款 IDE 也支持几种其他语言。 + + _**特性**_ + +* _高效的代码编辑器:_  Ninja-IDE 被认为是最有效的代码编辑器,因为它能执行多种功能如代码补全和缩进,以及助手功能。 + +* _错误和 PEP8 查找器:_  高亮显示文件中的静态和 PEP8 错误。 + +* _代码定位器:_  使用此功能,快速直接访问能够访问的文件。用户可以使用快捷键 “CTRL+K” 进行输入,IDE 会找到特定的文本。 + +* 独特的项目管理功能以及大量的插件使得具有 Ninja-IDE 高度可扩展性。 + +**最新版本:** 2.3 + + [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-7.jpg?resize=350%2C306)][9] + +图 7 :Lazarus IDE 的 GUI 界面 + +**Lazarus IDE** + +Lazarus IDE 是由 Cliff Baeseman、Shane Miller 和 Michael A. Hess 于 1999 年 2 月 开发。它被视为是一款用于应用程序快速开发的基于 GUI 的跨平台 IDE ,使用的是 Free Pascal 编译器。Lazarus IDE 继承了 Free Pascal 的三个主要特性 —— 编译速度、执行速度和交叉编译。可以在多种操作系统上对应用程序进行交叉编译,如 Windows 、Linux 、Mac OS X 等。 + +这款 IDE 由 Lazarus 组件库组成。这些组件库以一个单一和带有不同的特定平台实现的统一接口的形式为开发者提供了多种配套设施。它支持“一次编写,随处编译”的原则。 + + _**特性**_ + +* 强大而快速的处理各种类型的源代码,同时支持性能测试。 + +* 易用的 GUI ,支持组件拖拽功能。可以通过 Lazarus 包文件为 IDE 添加附加组件。 + +* 使用新功能加强的 Free Pascal ,可以用来开发 Android 应用。 + +* 高可扩展性、开放源代码并支持多种框架来编译其他语言。 + +**最新版本:** 1.6.4 + +**Codeblock IDE** + +Codeblock IDE 是用 C++ 编写的,使用了 wxWidgets 作为 GUI 库,发布于 2005 年。它是一款免费、开源、跨平台的 IDE ,支持多种类型的编译器如 GCC 、Clang 和 Visual C++ 。 + +Codeblock IDE 高度智能并且可以支持多种功能,如语法高亮、代码折叠、代码补全和缩进,同时也拥有一些扩展插件来进行定制。它可以在 Windows 、Mac OS X 和 Linux 操作系统上运行。 + + _**特性**_ + +* 支持多种类型的编译器如 GCC 、Visual C++ 、Borland C++ 、Watcom 、Intel C++ 等。主要针对 C++ 而设计,不过现在也支持其他的一些语言。 + +* 智能的调试器,允许用户通过访问本地函数符号和参数显示,用户自定义监视、调用堆栈、自定义内存转储、线程切换以及 GNU 调试接口调试程序。 + +* 支持多种功能用来从 Dev-C++ 、Visual C++ 等平台迁移代码。 + +* 使用自定义系统和 XML 扩展文件来存储信息。 + +**最新版本:** 16.01 + + [![](https://i2.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-8.jpg?resize=350%2C289)][10] + +图 8 : Codeblock IDE 界面 + + [![](https://i1.wp.com/opensourceforu.com/wp-content/uploads/2017/05/Figure-9.jpg?resize=350%2C236)][11] + +图 9 : Greenfoot IDE 界面 + +**Greenfoot IDE** + +Greenfoot IDE 是由肯特大学的 Michael Kolling 设计。它是一款基于 Java 的跨平台 IDE ,针对中学和大学教育目的而设计。Greenfoot IDE 的功能有项目管理、代码自动补全、语法高亮并提供一个简易的 GUI 界面。 + +Greenfoot IDE 编程包括两个主类的子类 —— World 和 Actor 。 World 表示主要执行发生的类,Actors 是已经存在且活动于 World 中的对象。 + + _**特性**_ + +* 简单易用的 GUI ,比 BlueJ 和其他的 IDE 交互性更强。 + +* 易于新手和初学者上手。 + +* 在执行 Java 代码方面非常强大。 + +* 支持 GNOME/KDE/X11 图形环境。 + +* 其他功能包括项目管理、自动补全、语法高亮以及错误自动校正。 + +**最新版本:** 3.1.0 + +-------------------------------------------------------------------------------- + +作者简介: + +Anand Nayyar + +作者是位于印度旁遮普邦的贾朗达尔学院计算机应用与 IT 系的教授助理。他热爱开源技术、嵌入式系统、云计算、无线传感器网络以及模拟器。可以在 anand_nayyar@yahoo.co.in 联系他。 + +-------------------- + +via: http://opensourceforu.com/2017/06/top-ides-raspberry-pi/ + +作者:[Anand Nayyar ][a] +译者:[softpaopao](https://github.com/softpaopao) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]:http://opensourceforu.com/author/anand-nayyar/ +[1]:http://opensourceforu.com/2017/06/top-ides-raspberry-pi/#disqus_thread +[2]:http://opensourceforu.com/author/anand-nayyar/ +[3]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-1-8.jpg +[4]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-2-6.jpg +[5]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-3-3.jpg +[6]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-4-3.jpg +[7]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-5-2.jpg +[8]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-6-1.jpg +[9]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-7.jpg +[10]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-8.jpg +[11]:http://opensourceforu.com/wp-content/uploads/2017/05/Figure-9.jpg