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

Releases: pyQode/pyqode.cobol

2.8.0

25 Jan 13:53

Choose a tag to compare

New features:

  • add a multi-margins mode: user can configure up to 4 margins

Fixed bugs:

  • fix wrong offset for level 77 items

2.7.0

10 Nov 14:25

Choose a tag to compare

See the changelog for a detailed list of changes.

2.6.4

25 Sep 16:39

Choose a tag to compare

Fix a few bugs in the offset calculator:

  • lvl 78/88 variables and "redefines" are properly handled
  • add support for COMP fields
  • fix part of field name sometimes missing
  • sorting items does not make sense, so it is now disabled. This fix
    a sever GUI bug if user sorted the items before running a new
    computation

2.6.3

17 Sep 19:28

Choose a tag to compare

Fixed bugs:

  • Fix pic field regex missing OCCURS and INDEXED BY

2.6.2

07 Jun 13:20

Choose a tag to compare

Fixed bugs:

  • Fix conflicting goto shortuct: use F7 instead of F3 which is already used by the search & replace panel.

2.6.1

31 May 12:50

Choose a tag to compare

Improvements

  • Show picture information in outline widget
  • Improve linux icon theme integration (icon like code-variable,
    code-function will be fetched from icon theme if the theme has theme,
    e.g. on plasma 5 with breeze icon theme)

Fixed bugs:

  • Fix division/section not correctly recognized in case where the user
    added some spaces before the keyword and the period
  • Fix auto-indent of file where column 1-6 are not empty

2.6.0

01 May 13:11

Choose a tag to compare

New features:

  • Add support for stdeb (ppa packages will be available soon)
  • Add support for bdist_wheel
  • Rework editor context menu

2.5.0

09 Mar 18:12

Choose a tag to compare

2.5.0

2.4.1

12 Jan 07:22

Choose a tag to compare

Update changelog and bump version to 2.4.1

2.4.0

30 Nov 17:44

Choose a tag to compare

starting from version 2.4, all pyqode packages share the same master version (== 2 first numbers)

New features:

  • new indenter made specifically for COBOL
  • improve syntax highlighter: the lexer is now able to make the distinctions
    between regular keywords and types (PIC clauses will have a different color
    when using some specific pygments styles, not all styles define different
    colors for the different types of keywords).

Fixed bugs: