A new release candidate v1.8rc1 is out. Improvements in this release:
Considerably improved support for the C Pre-Processor (PP) directives. During the parsing, every Fortran source code line now goes through the PP and only then the code is interpreted as a Fortran code. This improvement enables the code-completion in a code which uses such PP directives. As an example, I created a short tutorial how to use Fortran Template Library in CBFortran .
Code lines, which are excluded from the compilation by the use of
the PP directives (such as "#ifdef") are marked (shadowed) in the C::B
editor. This should improve readability of such code.
Added an option to the FortranProject plugin settings, which makes a word from the code-completion list always replace the word under the caret in the editor. Default behaviour is that the word under the caret is replaced only in a few circumstances.
--
You received this message because you are subscribed to the Google Groups "CBFortran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cbfortran+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbfortran/7e5b9d8c-45a0-452c-9bc0-a18735696429n%40googlegroups.com.