Semyon

Results 11 comments of Semyon

I need some additional details. I tried it in the latest version of CLion and breakpoint worked for me. There were no changes in this part, only support for the...

> I only tried on Windows but will need it to work on Linux also If it's an option I would suggest trying it on Linux first. On Windows, the...

I've published a plugin update for the latest IDE, sorry for the delay. Regarding the Docker toolchain I don't know, will take a look next week

Hi. I was trying to improve preprocessor support, but I failed, because to do so I have to refactor CLion core to be able to integrate with their CMake support....

CLion itself knows nothing about Fortran preprocessor therefore I'm sure there is no such mechanism in current version. And there is absolutely no way to change this without updating CLion...

Hi. I'm glad that you love the plugin. I suppose that problem is in `*.inc` extension. Currently, we don't recognize such files as Fortran files so we don't perform any...

Ok, at first I didn't read the issue carefully, plugin has no support for include statements, that's true. A couple of questions: 1) Do you use CMake to build your...

I've added support in parser for including absolute and relative files. Includes that require CMake will be difficult to support just as I expected. For now it doesn't really helps...

Yes, I know about this issue. Thing is that I've added reference completion and at the beginning of the line there is no reference for now due to complexities of...

There is still no reference completion at the beginning of the line, but I've added keyword completion there