anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Qtcreator integration #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A qt creator plugin would be awesome.  Qtcreator is a crossplatform IDE used 
for Qt, Qt/QML, c and c++ editing.  It also supports other code types with a 
basic editor which you can create highlighters for.  I've already gone ahead 
and created a highlighter for franca IDL based on the "idl.xml" highlighter 
configuration.  You would install this file to 
~/.config//QtProject/qtcreator/generic-highlighter/fidl.xml.  You will also 
need to edit the mime type for idl to accept *.fidl extensions.  To do this go 
to Tools -> Options -> Environment filter for "idl" and add ";*.fidl" to the 
extensions.  Restart qtcreator and you should be good to go.  

Attached is my fidl.xml

Original issue reported on code.google.com by tripzero...@gmail.com on 30 Dec 2014 at 2:04

Attachments: