Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Clang based CC, new CC interface
dmoore:
Looks terrific (btw, you can also use the README.md or README.rst to embed screen shots on the github page using a dir in your repo to place the images. Nice feature of github IMO)
I am sure I could figure out myself, but...
* Which docstring formats are you able to highlight code for? (What tool are you using to do the highlighting?)
* Is the dynamic check highlighting a scintilla feature (can they be hidden by clicking on them or something?) Are you making hooks in the CC manager to make this easy for all plugins to do? (Or is it easy to do without hooks). I want to do something similar for python.
Folco:
Splendid work Alpha !
oBFusCATed:
The last image is interesting. Can you try to explain how it works and what kind of API do you use?
dmoore:
--- Quote from: oBFusCATed on January 29, 2014, 09:52:51 pm ---The last image is interesting. Can you try to explain how it works and what kind of API do you use?
--- End quote ---
Looks like just an editor hook, then uses wxScintilla annotations:
See, esp. DiagnoseEd, in https://github.com/alpha0010/ClangLib/commit/6a0c09cf1cd39448d6fa6d022afd9f3a0bed6ebb#diff-2c47c86d730d3c95d68ec3fa39ad7e7bR719
Would be nice if some of this moved out of the plugin and into the SDK, but I haven't thought about how practical that is.
oBFusCATed:
100% should be part of the SDK...
Does clang provide both CC info + errors/warnings info with a single compile/parse?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version