OpenCobolIDE / OpenCobolIDE

A simple cobol IDE based on GnuCOBOL and pyQode
GNU General Public License v3.0
229 stars 97 forks source link

[Bug] Preferences -> Compiler: Standard configuration is not complete #256

Closed GitMensch closed 9 years ago

GitMensch commented 9 years ago

Current version has an additional "acu" configuration, soon there will be an additional "cobol2014" one. Ideally OCIDE would pull this information from cobc --help or look inside COB_CONFIG_DIR(for all *.conf) to get this list.

System information

ColinDuquesnoy commented 9 years ago

This is already tracked in #182 ;)

GitMensch commented 9 years ago

Ah, 4 months since creating the other one ;-)

Anyway since the new version will show this info, I think I'll wait it is widely available to do config parsing, in the meanwhile I'll just add a "None" and "acu" to the combo box.

What about doing this part directly? It cannot harm to add a cobol2014 already - if it's not there the compiler will complain and the user will reset this. It would be a good idea to pass the selected -std during compiler test [Startup/Check Compiler](did not checked if you do this already).

ColinDuquesnoy commented 9 years ago

What about doing this part directly?

It will be in v4.7 (and it's already in HackEdit).

For your information, I plan to release HackEdit in a couple of days. There won't be a new preview build for OCIDE, next release will be v4.7 final.

GitMensch commented 9 years ago

OK, please drop a note here :-)