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

4.7.6

Latest
Compare
Choose a tag to compare
@ColinDuquesnoy ColinDuquesnoy released this 30 Dec 14:25
· 4 commits to master since this release

New features:

  • add -W and -Wall compiler flags
  • add an help button next to the compiler flags settings, the help shows a dialog with the output of cobc --help
  • add buttons to change order of copybooks and libraries in compiler settings
  • improved indentation in fixed mode (TAB/SHIFT+TAB)
  • add support for going to a section using F7
  • updated list of COBOL keywoards for GnuCOBOL 2.x users
  • updated bundled GnuCOBOL version on windows: now at GnuCOBOL 2.0rc2 (build made by Arnold Trembley, can be downloaded here: http://www.arnoldtrembley.com/GnuCOBOL.htm)

Fixed bugs:

  • fix TypeError: start_process() got an unexpected keyword argument 'cwd' when running a module with cobcrun
  • fix OutputWindow backend cannot import pyqode (search not working in output window)
  • fix occasional RuntimeError: wrapped C/C object of type CobolCodeEdit has been deleted
  • fix MemoryError when reading log file
  • fix [Unhandled exception] UnicodeEncodeError when getting cursor position in bytes
  • fix change to Encoding leads to empty editor window
  • fix Preferences->Run misses a label/link for "run in external terminal"
  • fix goto (F7) sometimes going to a wrong identifier