Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Releases: OpenCobolIDE/OpenCobolIDE

2.1

08 Dec 17:35
Compare
Choose a tag to compare
2.1

New

  • Debian packages and PPA:

     $ sudo apt-add-repositiory ppa:open-cobol-ide/stable
     $ sudo apt-get update
     $ sudo apt-get install open-cobol-ide
    
  • Disable code completion in comments and strings

  • Go to definition for variables and procedures

  • Document analyser now store the column number for each document nodes, this improves
    the navigation

Bug fixed

  • Fix comment/uncomment mode coherency
  • Fix comment/uncomment mode cursor position after operation

2.0.1

20 Oct 21:45
Compare
Choose a tag to compare

Bug fix release:

  • remove uneeded import of pexpect/winpexpect.

Do not use 2.0.0, use this release instead.

Windows installer will be available soon.

2.0

20 Oct 21:44
Compare
Choose a tag to compare
2.0

Final version of OpenCobolIDE 2.0:

  • Add documentation
  • Add desktop entry

Binary packages for windows will be available in the following days.

EDIT: Since a quick bug fix has already been release, Windows binary packages will be available only for 2.0.1.

2.0 Beta

01 Sep 16:07
Compare
Choose a tag to compare
2.0 Beta Pre-release
Pre-release

This is the first beta release for the 2.0 series.

The 2.0 series brings the following features:

  • port to pyQode 1.0 (PCEF has been renamed into pyqode). This should improve performances and usability. It also improves look and feel and native desktop integration
  • new interactive console to run the cobol program
  • a better error list (now sortable)

2.0 Alpha

19 Aug 20:07
Compare
Choose a tag to compare
2.0 Alpha Pre-release
Pre-release

The 2.0 Alpha is out!

Here is a quick recap of the major changes:

  • port to pyQode 1.0
  • new compiler errors panel
  • interactive console for program output
  • uses PyQt4 in place of pyside

To run this version you will have to install pyqode-core and pyqode-widgets from the github repository

1.4.2

10 Aug 18:16
Compare
Choose a tag to compare

This code reflects the state of OpenCobolIDE as it was on launchpad.