David Lindauer

Results 356 comments of David Lindauer

Code::Blocks already does code completion and stuff like that. I didn't plan to do any additional work for any features it might be missing but rather just let it go......

ok that sounds interesting.... but rather than develop an entire LSP I might be interested in taking something like [cquery](https://github.com/ladsoft/orangec/issues) and adding the OCC diagnostics. This might also go along...

I'm still thinking about this... the tempting thought for me is to just use use clang to do the processing and use cquery as-is (with the exception of adding some...

got a request from @GitMensch in #297 to make a new github project to archive OCIDE in. Basically copy the repository, delete everything but OCIDE and any dependencies, and then...

yeah I'm kinda sad too... but truth is very few people seem to use it and I don't really have the inclination to keep trying to maintain it... While I...

yeah i can move ocide.md. I'll see about moving the scan for it as well.

@GitMensch you're welcome @AlexN-114 there is a plan to rework how the compiler is presented in IDEs in milestone 5.

handing me this was a good idea; I'm able to fix a lot of stuff beyond what you talked about here. A couple of things are probably going to come...

I did a lot of stuff with this, now you can debug reasonably and the files run after you build them :) Still working on the msys build though...

as of right now cobc compiles in the IDE and runs; it compiles also with the autoconf scripts but crashes when you run it.