Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
config:qml [2013/03/23 11:43] – changed json to qml 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
Line 40: Line 39:
  
 === Build Commands === === Build Commands ===
- 
-For people using Unix, the following will be helpful for checking your JSON files for correctness. 
  
 In Geany, go to the Build menu and 'Set Build Commands...' and use ''qmlscene %f'' as the compile command, and ''([^:]+):([0-9]+)'' as the Error Regular Expression. In Geany, go to the Build menu and 'Set Build Commands...' and use ''qmlscene %f'' as the compile command, and ''([^:]+):([0-9]+)'' as the Error Regular Expression.
Print/export