Skip to content

Releases: apla/brackets-cuwire

Tests and fixes

08 Mar 08:49
Compare
Choose a tag to compare

Huge maintenance release, mainly focused on issues and testing framework.

27 files changed, 2356 insertions(+), 706 deletions(-)

CLI:

  • Platform aliases support and new platforms tested: Galileo, STM32, TI, Teensy;
  • Added test command, you can run examples sketch compilation for all examples or by platform;
  • Arduino.app folder scanner fixes;
  • Compilation and upload fixes.

GUI:

  • UI fixes.

Enjoy!

this version is only for test what's going on

12 Feb 09:32
Compare
Choose a tag to compare

Added:

  • File selection dialog for Arduino IDE location
  • Folders data dumped when no runtime is found #7
  • Debug for cuwire API is turned on #5
  • Some serial port fixes

Improved Serial Monitor

11 Feb 05:19
Compare
Choose a tag to compare

Minor release, mainly focused on feedback issues:

  • Fixed error if Arduino IDE 1.0.x is found;
  • Serial monitor improvements, including marks;
  • Code with board detection is copied (bad my…) to serial monitor;
  • If you have compilation errors, you can click on error line and jump to source code:
    Error jumps

Quick Edit

11 Feb 05:25
Compare
Choose a tag to compare

Next milestone in cuwire IDE development. Integration features:

  • inline editor (brackets Quick Edit feature support)
  • symbol navigation in current file (only function list, Quick Find Definition brackets feature)
  • jump to function definition.

Those features is a little bit crappy, because function match use regexp
and CodeMirror's token parser. struct and class members is not supported
at this time, will be supported eventually, and this is last ability of current
implementation.

When Autocomplete story is finished, I will add proper symbol location routines
using libclang, with current implementation as fast fallback.

Many other things fixes:

  • Serial port auto speed selection (not complete, see full story)
  • Serial port device name display
  • Error text selection in log
  • Vector board images (still useless, but have ports information)
  • cuwire API now is a separate project and used as a submodule

Enjoy!

windows release

08 Jan 23:31
Compare
Choose a tag to compare

this release adds support for windows compilation and sketch upload