Releases: martinribelotta/embedded-ide
Releases · martinribelotta/embedded-ide
Continuous build
Travis CI build log: https://travis-ci.org/martinribelotta/embedded-ide/builds/701766736
Embedded IDE v0.6
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
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
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
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
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
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
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
First non test release
v0.1 for mass usage