the editor for Fiasco.OC
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <OFD6246179.AE25B7B6-ON48257E0D.000AA311-48257E0D.000D8AAD@zte.com.cn> |
I am reading Fiasco.OC source code, but didn't find a suitable editor. As the following code, the eclipse or Source Insight can't identify the class hierarchy. I want to know which editor is used by Fiasco.OC developer, Thanks !
class Kernel_uart
{
public:
};
....
EXTENSION class Kernel_uart : public Uart
{
private:
};