综上所述,无论你是COBOL领域的老手还是新手,OpenCobolIDE都将是值得信赖的选择。 五、总结 综上所述,OpenCobolIDE 为 COBOL 程序员提供了一个集简洁、高效与现代化于一体的集成开发环境。通过基于 GnuCOBOL 编译器的强大功能,结合 Python 语言与 PyQt5 框架的优势,OpenCobolIDE 不仅简化了 COBOL 语言的学习曲线,...
OpenCobolIDE 是简单轻量级的 COBOL IDE,基于 GnuCOBOL 编译器。OpenCobolIDE 使用 Python 编写,基于 PyQt5 (or PyQt4) 和 pyQode。 主要特性: COBOL 语法高亮 COBOL 代码自动完成 COBOL 代码分类 导航树形视图 智能自动缩进 计算PIC 字段偏移量工具 编译为程序 (.exe) 或者子程序 (.so/.dll) ...
浏览完整代码 来源:main.py 项目:eugeniodilo/OpenCobolIDE 示例2 def _check_compiler(self, *_): from open_cobol_ide.app import Application self.apply() Application.init_env() pth = self.lineEditCompilerPath.text() if os.path.exists(pth): p = QtCore.QProcess() p.start(pth, ["--version...
A simple cobol IDE based on GnuCOBOL and pyQode. Contribute to OpenCobolIDE/OpenCobolIDE development by creating an account on GitHub.
OpenCobolIDE4.7.4 Le**go上传79MB文件格式7zcobol Cobol开发环境(win10+Mac),不需要安装其他过多插件,基于Python开发开源软件 事先装好python3.8及以上 Ruby2.6及以上 (0)踩踩(0) 所需:1积分 蓝桥杯,作为全国软件和信息技术专业人才大赛的知名品牌,旨在促进软件和信息技术领域专业人才培养、推动产学研用有机...
OpenCobolIDEOpenCobolIDEPublic archive A simple cobol IDE based on GnuCOBOL and pyQode Python22696 Repositories GnuCOBOL-Win32-MinGWPublic GnuCOBOL binaries for windows C10GPL-3.0611UpdatedJul 23, 2020 OpenCobolIDEPublic archive A simple cobol IDE based on GnuCOBOL and pyQode ...
导入包:open_cobol_ideviewwidgets 每个示例代码都附有代码来源和完整的源代码,希望对您的程序开发有帮助。 示例1 defsetupUi(self,MainWindow):MainWindow.setObjectName("MainWindow")MainWindow.resize(1366,768)MainWindow.setMinimumSize(QtCore.QSize(0,0))icon=QtGui.QIcon()icon.addPixmap(QtGui.QPixmap(...
OpenCobolIDE/GnuCOBOL-Win32-MinGW master 1Branch 0Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 2 Commits bin Update GnuCOBOL distribution to 2.0rc2
I decided to stop maintaining OCIDE and that I wouldn't work on HackEdit (the supposed successor of OCIDE). The decision was not easy to make, I realized that I lost all interest in COBOL and the motivation to work on another IDE while s...
OpenCobolIDE: 4.6.0.dev0 GnuCobol: 001-2 Python: 3.4.3 (64bits) Qt: 4.8.6 PyQt: 4.11.3 pyqode.core: 2.6.2 pyqode.cobol: 2.6.0 pyqode.qt: 2.6.0 pygments: 2.0.2 QDarkStyle: 2.0 ColinDuquesnoyadded theBuglabelMay 25, 2015 ...