LICENSE
MANIFEST.in
README.rst
setup.py
OpenCobolIDE.egg-info/PKG-INFO
OpenCobolIDE.egg-info/SOURCES.txt
OpenCobolIDE.egg-info/dependency_links.txt
OpenCobolIDE.egg-info/entry_points.txt
OpenCobolIDE.egg-info/not-zip-safe
OpenCobolIDE.egg-info/requires.txt
OpenCobolIDE.egg-info/top_level.txt
doc/Makefile
doc/make.bat
doc/make_html.py
doc/source/conf.py
doc/source/contribute.rst
doc/source/download.rst
doc/source/faq.rst
doc/source/getting_started.rst
doc/source/index.rst
doc/source/license.rst
doc/source/whats_new.rst
doc/source/_static/CompilerMenu.png
doc/source/_static/CompilerOutput.png
doc/source/_static/Dark.png
doc/source/_static/Home.png
doc/source/_static/MainWindow.png
doc/source/_static/Menu.png
doc/source/_static/NewFile.png
doc/source/_static/PgmOutput.png
doc/source/_static/PicOffsets.png
doc/source/_static/Settings.png
doc/source/_static/silex-192x192.png
doc/source/_static/silex-icon.ico
oci/__init__.py
oci/constants.py
oci/main.py
oci/settings.py
oci/utils.py
oci/backend/__init__.py
oci/backend/compiler.py
oci/backend/parser.py
oci/backend/server.py
oci/backend/workers.py
oci/backend/pic_parser/__init__.py
oci/backend/pic_parser/cobol.py
oci/frontend/__init__.py
oci/frontend/compiler.py
oci/frontend/dialogs.py
oci/frontend/editors.py
oci/frontend/home.py
oci/frontend/logger.py
oci/frontend/main_window.py
oci/frontend/modes.py
oci/frontend/panels.py
oci/frontend/services.py
oci/frontend/widgets.py
oci/frontend/ui/__init__.py
oci/frontend/ui/dlg_about_ui.py
oci/frontend/ui/dlg_file_type_ui.py
oci/frontend/ui/dlg_preferences_ui.py
oci/frontend/ui/ide_rc.py
oci/frontend/ui/ide_ui.py
share/OpenCobolIDE.png
share/open-cobol-ide.1
share/open-cobol-ide.desktop
test/__init__.py
test/test_compiler.py
test/test_integration.py
test/test_parser.py
test/test_pic_parser.py