Erfahrungsbericht über Google Summer of Code
Diesen Artikel habe ich ursprünglich für ubuntuusers.de verfasst und möchte somit meine Erfahrungen im Rahmen des Google Summer of Code schildern.Alles begann als ich Anfang des Jahres bei heise online...
View ArticleStatus report: Final spurt
Three week ago I wrote two exams, which I had to learn. Therefore I had no time for Anjuta. My energy for this semester was as well as consumed and the documentation for Clang is not really the best....
View ArticleStatus report: The new architecture of the language support plugins
I’m finished with merging same code of the language support plugins. The new architecture of the language support pluginsNow all same behaviour of the language plugins like when you start typing and...
View ArticleStatus report: Step by step
The cache behaviour for each language plugin is still the same as before, because the procedure is partial very different. However where I could find similarities, I merged the code to the new...
View ArticleStatus report: Vala and Python
As part of merging code and unifying the behaviour of each language plugin I improved the Vala plugin. Calltips show method names and return types now instead of only the parameters of the function as...
View ArticleImprove completion behaviour for C/C++ in Anjuta
Today I improved the language-support-cpp-java plugin a little bit. And yes, I sinned, because this was not my task. :-)But look yourself:beforeafter
View ArticleStatus report: New week, new challenges
Last week I learned how autogen works. Therefore I had the ability to adapt the new parser-clang plugin so that the plugin will be only build, if llvm and clang are available on the system. Otherwise...
View ArticleStatus report: The new completion engine adapter
Last weekend I began to split the parser part from each language plugin to a separate plugin. In the future the parser is going to be used as an adapter by the language support interface. This makes...
View ArticleStatus report: Make the code more abstract
What I’ve done this week:Finish splitting the language-support-cpp-java plugin in an indentation-c-style plugin and a language-support-cpp-java plugin without the indentation partDid the same with...
View ArticleA little status report
What I’ve done this week:Split the language-support-cpp-java plugin in an indentation-c-style plugin and a language-support-cpp-java plugin without the indentation partRead the documentation about the...
View Article