Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
config:qml [2013/03/23 11:44] – removed reference to json olyconfig:qml [2015/11/29 13:53] – Spelling and grammar fixes devyncjohnson
Line 2: Line 2:
 QML files are not supported by geany currently how ever you can setup these rules to get some highlight in your code, however i have been experimenting with the ubuntu touch api rather than use the default qt creator application i wanted to use geany and have some highlighting and be able to test my programs. QML files are not supported by geany currently how ever you can setup these rules to get some highlight in your code, however i have been experimenting with the ubuntu touch api rather than use the default qt creator application i wanted to use geany and have some highlighting and be able to test my programs.
  
-First modify ''filetypes_extensions.conf'' likely located here ~/.config/geany/filedefs/filetypes_extensions.conf create this file if it does ont exist,  +First modify ''filetypes_extensions.conf'' likely located at ''~/.config/geany/filedefs/filetypes_extensions.conf''. Create this file if it does not exist. Nextadd the below code to the file (''...'' means existing data): 
-Add this to the file (''...'' means existing data): + 
-<code ini> +<code ini>[Extensions]
-[Extensions]+
 ... ...
 QML=*.qml QML=*.qml
Print/export