Re: [Development] which part of the editor's shared files is a Kate from

2016-09-12 Thread Ernst Maurer
This is doxygen comments for, but I was talking about doxygen configuring files. But anyway, ok, i got пн, 12 сен 2016 г., 10:46 Eike Ziller : > > > On Sep 9, 2016, at 5:35 PM, Ernst Maurer wrote: > > > > In my qtc-based projects, there is a lot of doxygen. > > Qtc contains a highlighter for dox

Re: [Development] which part of the editor's shared files is a Kate from

2016-09-12 Thread Eike Ziller
> On Sep 9, 2016, at 5:35 PM, Ernst Maurer wrote: > > In my qtc-based projects, there is a lot of doxygen. > Qtc contains a highlighter for doxygen-style comments, > but no highlighter for doxyfile, > I've wrote this (a little bit smarter than simple INI format) > and using this for some time.

[Development] which part of the editor's shared files is a Kate from

2016-09-10 Thread Ernst Maurer
In my qtc-based projects, there is a lot of doxygen. Qtc contains a highlighter for doxygen-style comments, but no highlighter for doxyfile, I've wrote this (a little bit smarter than simple INI format) and using this for some time. I'd like to share , probably this can be helpful for someone else.