* enabled highDpi icons in QApplication for Searchbar Icons * realigned StartScreen contents * showing version number 0.1 * "Search" as placeholder text in SearchBar * same content margins for each dockwidget view * brighter variable color in Graph * press ESC to close StartScreen
118 lines
3.0 KiB
XML
118 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- BOOL: 0, 1 -->
|
|
<!-- INTEGER: int e.g 123 -->
|
|
<!-- DECIMAL: float e.g 123.456 -->
|
|
<!-- STRING: string e.g hello -->
|
|
<!-- COLOR: int int int int - rgba e.g. 125 125 125 255 -->
|
|
|
|
<config>
|
|
<StartupProject><!-- STRING: path to project settings xml file --></StartupProject>
|
|
|
|
<FilterUndefinedNodesFromGraph><!-- BOOL: filter out undefined nodes in graph --></FilterUndefinedNodesFromGraph>
|
|
|
|
<source>
|
|
<CompilerFlags>
|
|
<CompilerFlag><!-- STRING: compiler flag, including the dash e.g. -v --></CompilerFlag>
|
|
</CompilerFlags>
|
|
|
|
<HeaderSearchPaths>
|
|
<HeaderSearchPath><!-- STRING: header search path for each path a HeaderSearchPath element --></HeaderSearchPath>
|
|
</HeaderSearchPaths>
|
|
|
|
<!-- MAC ONLY -->
|
|
<FrameworkSearchPaths>
|
|
<FrameworkSearchPath><!-- STRING: framework search path --></FrameworkSearchPath>
|
|
</FrameworkSearchPaths>
|
|
</source>
|
|
|
|
<code>
|
|
<TabWidth><!-- INTEGER: number of spaces to represent a tab in code files --></TabWidth>
|
|
|
|
<FontName><!-- STRING: name of the font used for source view --></FontName> <!-- DEPRECATED -->
|
|
<FontSize><!-- INTEGER: size of the font in the source view --></FontSize> <!-- DEPRECATED -->
|
|
|
|
<snippet>
|
|
<snap_range><!-- INTEGER: max amount of lines that the current snippet will be extended to snap to scope start/end --></snap_range>
|
|
<expand_range><!-- INTEGER: amount of lines that the snippet range (not snapped) will be extended --></expand_range>
|
|
</snippet>
|
|
</code>
|
|
|
|
<colors>
|
|
<!-- QueryNodeType -->
|
|
<command>
|
|
<normal>#8FBC92</normal>
|
|
<hover>#5EA071</hover>
|
|
</command>
|
|
<operator>
|
|
<normal>#FCA47E</normal>
|
|
<hover>#F97A4E</hover>
|
|
</operator>
|
|
<!-- NodeType -->
|
|
<class>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</class>
|
|
<struct>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</struct>
|
|
<enum>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</enum>
|
|
<function>
|
|
<normal>#F4D07D</normal>
|
|
<hover>#F4BC3D</hover>
|
|
</function>
|
|
<method>
|
|
<normal>#F4D07D</normal>
|
|
<hover>#F4BC3D</hover>
|
|
</method>
|
|
<field>
|
|
<normal>#7BB5D4</normal>
|
|
<hover>#42A1D4</hover>
|
|
</field>
|
|
<global>
|
|
<normal>#7BB5D4</normal>
|
|
<hover>#42A1D4</hover>
|
|
</global>
|
|
<undefined>
|
|
<normal>#00000000</normal>
|
|
<hover>#00000000</hover>
|
|
</undefined>
|
|
<undefined_variable>
|
|
<normal>#7BB5D4</normal>
|
|
<hover>#42A1D4</hover>
|
|
</undefined_variable>
|
|
<undefined_function>
|
|
<normal>#F4D07D</normal>
|
|
<hover>#F4BC3D</hover>
|
|
</undefined_function>
|
|
<undefined_type>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</undefined_type>
|
|
<namespace>
|
|
<normal>#00000000</normal>
|
|
<hover>#00000000</hover>
|
|
</namespace>
|
|
<typedef>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</typedef>
|
|
<enum_constant>
|
|
<normal>#7BB5D4</normal>
|
|
<hover>#42A1D4</hover>
|
|
</enum_constant>
|
|
<template_parameter_type>
|
|
<normal>#ededed</normal>
|
|
<hover>#ededed</hover>
|
|
</template_parameter_type>
|
|
<file>
|
|
<normal>#88BAB3</normal>
|
|
<hover>#6AA39B</hover>
|
|
</file>
|
|
</colors>
|
|
</config>
|