Skip to content

Releases: martinribelotta/embedded-ide

Continuous build

24 Jun 19:07
Compare
Choose a tag to compare

Embedded IDE v0.6

31 Jan 03:56
Compare
Choose a tag to compare

Changelog

  • AStyle: Added style engine based on artistic styles
  • New logo about box
  • File actions to contextual menu
  • Cleanup interface and reourder buttons
  • Initial GDB support (experimental)
  • Editor word mark on selection
  • Welcome screen with no document open
  • New document view engine fixing various issues with file name
  • Makefile can be passed in command line for open project automatically
  • New template engine (old is maintain for compatibility) Work in progress
  • [unix]: FTDI install/uninstall rules in tool menu
  • [unix]: Desktop integration in tool menu
  • qtdialog utility added
  • socketwaiter utility added
  • New configure option to enable/disable work-in-progress/incomplete features

Embedded IDE v0.5.0

04 Aug 03:01
Compare
Choose a tag to compare

Changelog

  • Fix Qt 5.6 build
  • Fix download templates without network
  • Fix LICENCE missing (licence GPLv3)
  • Fix Qt5.5 compatibility
  • Add Qt creator style tabs
  • Add new jtemplate format. Maintain the legacy template format
  • Add optional hard configuration

Embedded IDE 0.4.1

10 Apr 23:44
Compare
Choose a tag to compare
Embedded IDE 0.4.1 Pre-release
Pre-release

Changelog

  • Fix: QT_STYLE_OVERRIDE bug
  • Fix: clang completion
  • Fix: line number on goto symbol under cursor
  • Add: Check for templates at startup (new dialog and engine)
  • Add: Fileview file property dialog
  • Add: Fileview actions
  • Add: Find in files dialog

Release v0.4.0

29 Mar 22:42
Compare
Choose a tag to compare
Release v0.4.0 Pre-release
Pre-release

Changes:

  • QScintilla editor engine
  • Notepad++ color schemes
  • New find/replace engine
  • Save on build dialog
  • External tools menu

v0.3 release candidate 4 for INET project

05 Mar 15:07
Compare
Choose a tag to compare

RC4 for INET project

changes:

  • Windows 32 bits build
  • Linux x86_64 build (tested on Ubuntu 16.04)
  • Default remote template url moved to ciaa project

v0.3 release candidate 3 for INET project

04 Mar 19:30
Compare
Choose a tag to compare

This is v0.3 RC3 for INET project

Not for production.

Major changes are:

  • Rework of GUI removing left side toolbar and put it into menu.
  • Hide incloplete features like debugger/console output
  • i18n translations completed
  • Quiestion on close dirty editors

v0.3 release candidate 2

28 Feb 00:22
Compare
Choose a tag to compare
Pre-release

Embedded IDE v0.3 RC2

Pre release for working with INET courses

Linux x86_64 build only

  • FIX big template handling
  • FIX Debug refactoring (wip)
  • UPDATE sAPI.template lpcopen.template
  • ADD Workspace confguration
  • ADD i18n es_AR translation

Ubuntu install instructions

Download AppImage file

wget https://github.com/martinribelotta/embedded-ide/releases/download/v0.3-b2/Embedded_IDE-x86_64-v0.3rc2.AppImage

Change execution permision using chmod or file explorer

chmod a+x Embedded_IDE-x86_64-v0.3rc2.AppImage

Execute and enjoy:

./Embedded_IDE-x86_64-v0.3rc2.AppImage

Linux AppImage test

18 Feb 17:05
Compare
Choose a tag to compare
Linux AppImage test Pre-release
Pre-release

Test of AppImage distribution.

_Not for production_

To use it, download Embedded_IDE-x86_64-v0.3pra1.AppImage and change execution perms with

chmod a+x Embedded_IDE-x86_64-v0.3pra1.AppImage

And double click or execute via terminal.

To change permisions graphicaly using nautilus (ubuntu explorer):
image

First non test release

10 Oct 19:19
Compare
Choose a tag to compare

v0.1 for mass usage