Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

ClangComplete plugin

<< < (10/11) > >>

Lalaland:
As promised, here are some pictures(I wanted to refactor the code first):



And this is the same code that the current code completion could not handle


EDIT: I am now also using the previously suggested code for manually adding in gcc's search paths.

ollydbg:

--- Quote from: Lalaland on November 22, 2011, 11:08:55 pm ---As promised, here are some pictures(I wanted to refactor the code first):



And this is the same code that the current code completion could not handle


EDIT: I am now also using the previously suggested code for manually adding in gcc's search paths.

--- End quote ---
Wonderful job!
I will take time to check it works under Windows+mingw. :D

ollydbg:
Hi, found another clang plugin:
A Small Matter of Programming: A Vim plugin for navigating C++ with libclang

which can navigate in C++ source code. :D :D :D

Edit:
Another one:
https://github.com/jessevdk/gedit-code-assistance

Lalaland:
I now have actual file control, with a calltip if the file is not done yet. I am using a map of translation units to filenames, and it tries to compile all of the files in a project on project load.

That was the last goal on the list, so it is going to be time to make a new list of stuff to do ...

Sadly I am going to have to ditch accessablity, no-one replied to my email on the clang mailing list, and I want to be able to use the official precompiled libclang libraries.

Apxont:
Is possible to save all clang trans units to cache, and then recreate them from cache without reparsing them from files by standart methods, or recreation must be implemented by programmer?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version