This change parses the TokenLocations of scopes of classes, structs, functions, methods, namespaces and enums and saves them in Storage with type LOCATION_SCOPE. The TokenLocations of these nodes are just their name declarations now. Scope locations are displayed in blue color in the code view.
12 lines
293 B
XML
12 lines
293 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<code>
|
|
<TabWidth>4</TabWidth>
|
|
<FontName>Courier</FontName>
|
|
<FontSize>12</FontSize>
|
|
<LinkColor>235 235 235 255</LinkColor>
|
|
<ScopeColor>215 230 240 100</ScopeColor>
|
|
<ActiveLinkColor>210 240 70 100</ActiveLinkColor>
|
|
</code>
|
|
</config>
|