Skip to content

Releases: amirgeva/coide

Stable Version

21 Jan 12:43
Compare
Choose a tag to compare

A lot of work has been done to add enhancements, stabilize, and fix bugs.
Starting this release, the release date is encoded into the version.

List of some of the new features:

  • Header file dependency detection
  • Use output pane as stdin/stdout for debugged programs
  • Improved build output display, and added goto next error (F4)
  • Complete new variable parser, and a locals pane
  • Improved display of smart pointers
  • Completely new project settings. Adding a new setting is just adding one line of code
  • Breakpoints move with editing + Conditional breakpoints
  • Variable hover tooltip inspection
  • Go to header in context menu
  • Comment selected code block by pressing slash
  • Improve performance, by reducing redundant makefile generation

Major update

16 Oct 15:12
Compare
Choose a tag to compare

In addition to various bugs fixed, here's a list of new features:

  • Code templates added to tool bar
  • Find / Replace functionality
  • Support for parallel (multi-core) make
  • Build runs asynchronously
  • Save open tabs state when changing workspace

Minor bug fixes

03 Oct 18:42
Compare
Choose a tag to compare

This is a maintenance release to fix some bugs that were not detected in 0.1

First release

30 Sep 17:30
Compare
Choose a tag to compare

This is a first beta release.
It includes all the features that were planned for a first release, but still considered as beta because the software has not undergone enough testing.