Page 1 of 1

Rust development with CodeLite

Posted: Wed Jun 08, 2016 1:16 am
by sydbarrett74
Hello,

Has anyone attempted to use CodeLite for Rust development? Are there any known plugins? Any guidance is appreciated.

Thank you. :geek:

Re: Rust development with CodeLite

Posted: Wed Jun 08, 2016 1:21 pm
by DavidGH
Hi,

There's nothing currently afaik (as always, patches welcome ;)).

One thing you can fairly easily do, though, is to add a rust lexer. The ID you'll need is: wxSTC_LEX_RUST 111.

Regards,

David