GNOME Builder

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
GNOME Builder
120px
300px
GNOME Builder 3.32.2 with dark mode
Original author(s) Christian Hergert
Initial release March 24, 2015; 9 years ago (2015-03-24)
Stable release 3.18 (September 23, 2015; 8 years ago (2015-09-23)[1]) [±]
Preview release 3.19.3 (December 16, 2015; 8 years ago (2015-12-16)) [±][2]
Written in C
Operating system Linux, BSDs
Available in Multilingual
Type Integrated development environment
License GPLv3[3]
Website wiki.gnome.org/Apps/Builder

GNOME Builder is a general purpose integrated development environment (IDE) for the GNOME desktop environment, primarily designed to aid in writing GNOME-based applications.[4] It was initially released on March 24, 2015.[5] The application's tagline is "A toolsmith for GNOME-based applications".[4]

Features

  • GNOME Builder has been addressing "GNOME App" developers from its inception,[6] and aims to integrate well with other Gnome desktop development tools.
  • Integrated support for GNOME Devhelp.
  • The version control system git can be used to highlight code additions and changes.
  • Support for developing flatpak applications.
  • Syntax highlighting for many programming languages by using GtkSourceView.
  • Code completion is available for the C-languages (C, C++, etc.), Python and Rust,[7] with additional languages under development.
  • Plugins that can be written in C, Python 3, or Vala.[8]
  • Basic support for many programming languages, and will offer additional features for languages that are supported by GObject Introspection.

At GUADEC 2016 Christian Hergert provided a demo on YouTube of an upcoming version of GNOME Builder. More features will be integrated once GTK Scene Graph Kit will have been merged into GTK. sysprof was forked and its version number bumped from 1.2.0 to 3.20[9] and was integrated in version 3.22.[10]

GNOME Builder uses GNOME Code Assistance to provide code diagnostics for CSS, HTML, JS, JSON, Python, Ruby, SCSS, shell script and XML. Jedi is used for code completion for Python. Clang is used for code assistance for the C-like languages. Rust diagnostics are provided by using the Language Server Protocol to communicate with the Rust Language Server.

User interface

Most of the interface is dedicated to the centrally positioned code editor. The editor automatically recognizes most programming languages and will highlight the text accordingly. When a version control system is used, colored bars next to the line numbers indicate changes to those lines. For supported languages, additional symbols highlight lines that contain errors or poorly formatted code.

Builder can switch between Builder's own, Vim-like and Emacs-like keyboard bindings.

Around the code-editor, additional panels can be toggled into view. These include a project-tree, a terminal-window, and a help-browser. The project tree allows the user to perform file and folder operations.

Development

The development of GNOME Builder was crowdfunded in January 2015 on the Indiegogo platform. The campaign reached 187% ($56,245) of its $30,000 funding goal.[11]

Version history

Version Number Release Date Notes
3.16.0 24 March 2015 Initial "preview" release[5]
3.16.1 13 April 2015 Included improvements to the user interface, file management and syntax highlighting.[12][13]
3.16.2 16 April 2015 Brought mostly bug fixes and some improvements to project management.[14][15][16][17]
3.16.3 18 May 2015 Included a source-overview-map for scrolling and updates to the preference-dialogs.[18]
3.18.0 23 September 2015 Was released with the rest of GNOME 3.18.[19]
3.18.1 15 October 2015 Brought improvements to Vala code completion and error-hinting. The Jedi-plugin for Python code-completion was improved as well.[20]
3.20 23 March 2016 Was released with GNOME 3.20.[21]
3.20.4 6 May 2016 Included stability and performance improvements,[22] including re-implementation of support for opening remote files.[23]
3.22.2 2 November 2016 Introduced preliminary support for Rust and its GTK bindings.[24]
3.22.4 22 December 2016 Included various build system improvements and better support for building Flatpak packages[25]
3.32.0 3 March 2019 Major refactoring of the application's code.[26] Included improved GDB integration and an initial Glade integration.[27]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.

External links