This repository was archived by the owner on Mar 4, 2018. It is now read-only.
Releases: pyQode/pyqode.cobol
Releases · pyQode/pyqode.cobol
2.8.0
2.7.0
2.6.4
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
Fixed bugs:
- Fix pic field regex missing
OCCURSandINDEXED BY
2.6.2
Fixed bugs:
- Fix conflicting goto shortuct: use F7 instead of F3 which is already used by the search & replace panel.
2.6.1
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
New features:
- Add support for stdeb (ppa packages will be available soon)
- Add support for bdist_wheel
- Rework editor context menu
2.5.0
2.5.0
2.4.1
Update changelog and bump version to 2.4.1
2.4.0
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:
- fix OpenCobolIDE/OpenCobolIDE#76: end-if/end-perform appear in the outline
view