<p></p>
<p>This is my file, I hope it can help you to understand what is happening to me. <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/elextr/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/elextr">@elextr</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/b4n/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/b4n">@b4n</a></p>
<p>`#~ # For complete documentation of this file, please see Geany's main documentation<br>
#~ [styling]<br>
#~ # use foreground;background;bold;italic or named_style,bold,italic</p>
<p>#~ # used for filetype All/None<br>
#~ default=default</p>
<p>#~ # 3rd selection argument is true to override default foreground<br>
#~ # 4th selection argument is true to override default background<br>
#~ selection=selection</p>
<p>#~ # style for a matching brace<br>
#~ brace_good=brace_good<br>
#~ # style for a non-matching brace (a brace without a counterpart)<br>
#~ brace_bad=brace_bad</p>
<p>#~ # the following settings define the colours of the margins on the left side<br>
#~ margin_linenumber=margin_line_number<br>
#~ margin_folding=margin_folding<br>
#~ fold_symbol_highlight=fold_symbol_highlight</p>
<p>#~ # background colour of the current line, only the second and third argument is interpreted<br>
#~ # use the third argument to enable or disable the highlighting of the current line (has to be true/false)<br>
#~ current_line=current_line</p>
<p>#~ # translucency for the current line(first argument) and the selection (second argument)<br>
#~ # values between 0 and 256 are accepted. Note for Windows 95, 98 and ME users:<br>
#~ # keep this value at 256 to disable translucency otherwise Geany might crash<br>
#~ translucency=256;256</p>
<p>#~ # style for a highlighted line (e.g when using Goto line or goto tag)<br>
#~ marker_line=marker_line</p>
<p>#~ # style for a marked search results (when using "Mark" in Search dialogs)<br>
#~ # the second argument sets the background colour for the drawn rectangle<br>
#~ # only the second argument is interpreted<br>
#~ marker_search=marker_search</p>
<p>#~ # style for a marked line (e.g when using the "Toggle Marker" keybinding (Ctrl-M))<br>
#~ marker_mark=marker_mark</p>
<p>#~ # translucency for the line marker(first argument) and the search marker (second argument)<br>
#~ marker_translucency=256;256</p>
<p>#~ # colour of the caret(the blinking cursor), only first and third argument is interpreted<br>
#~ # set the third argument to true to change the caret into a block caret<br>
#~ caret=caret</p>
<p>#~ # width of the caret(the blinking cursor)<br>
#~ # width in pixels, use 0 to make it invisible, maximum width is 3<br>
#~ caret_width=1</p>
<p>#~ # set foreground and background colour of indentation guides<br>
#~ indent_guide=indent_guide</p>
<p>#~ # third argument: if true, use this foreground color. If false, use the default value defined by the filetypes.<br>
#~ # fourth argument: if true, use this background color. If false, use the default value defined by the filetypes.<br>
#~ white_space=white_space</p>
<p>#~ # style of folding icons, valid values are:<br>
#~ # first argument:  1 for boxes, 2 for circles, 3 for arrows, 4 for +/-<br>
#~ # second argument: 1 for straight lines, 2 for curved lines or 0 for none<br>
#~ folding_style=1;1;</p>
<p>#~ # should an horizontal line be drawn at the line where text is folded<br>
#~ # 0 to disable<br>
#~ # 1 to draw the line above folded text<br>
#~ # 2 to draw the line below folded text<br>
#~ folding_horiz_line=2</p>
<p>#~ # first argument: drawing of visual flags to indicate a line is wrapped. This is a bitmask of the<br>
#~ # values: 0 - No visual flags, 1 - Visual flag at end of subline of a wrapped line, 2 - Visual flag<br>
#~ # at begin of subline of a wrapped line, Subline is indented by at least 1 to make room for the flag.<br>
#~ # second argument: whether the visual flags to indicate a line is wrapped are drawn near the border<br>
#~ # or near the text. This is a bitmask of the values: 0 - Visual flags drawn near border,<br>
#~ # 1 - Visual flag at end of subline drawn near text, 2 - Visual flag at begin of subline drawn near text<br>
#~ line_wrap_visuals=1;0;</p>
<p>#~ # first argument: sets the size of indentation of sublines for wrapped lines in terms of<br>
#~ # the width of a space, only used when the second argument is 0<br>
#~ # second argument: wrapped sublines can be indented to the position of their first subline or<br>
#~ # one more indent level, possible values:<br>
#~ # 0 - Wrapped sublines aligned to left of window plus amount set by the first argument<br>
#~ # 1 - Wrapped sublines are aligned to first subline indent (use the same indentation)<br>
#~ # 2 - Wrapped sublines are aligned to first subline indent plus one more level of indentation<br>
#~ line_wrap_indent=0;1;</p>
<p>#~ # first argument: amount of space to be drawn above the line's baseline<br>
#~ # second argument: amount of space to be drawn below the line's baseline<br>
#~ line_height=0;0;</p>
<p>#~ # 3rd argument is true to override default foreground of calltips<br>
#~ # 4th argument is true to override default background of calltips<br>
#~ calltips=call_tips</p>
<p>#~ # error indicator color<br>
#~ indicator_error=0xff0000</p>
<p>#~ [settings]<br>
#~ # which characters should be skipped when moving (or included when deleting) to word boundaries<br>
#~ # should always include space and tab (\s\t)<br>
#~ whitespace_chars=\s\t!"#$%&'()*+,-./:;<=>?@[\]^`{|}~<br>
#~ #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789</p>
<p>#~ [named_styles]<br>
#~ # This is the Default "built-in" color scheme<br>
#~ default=0x000000;0xffffff;false;false<br>
#~ error=0xff0000;0xBFBFBF;false;italic</p>
<p>#~ selection=0x000000;0xc0c0c0;false;true<br>
#~ current_line=0x000000;0xf0f0f0;true;<br>
#~ brace_good=0x0000ff;0xFFFFFF;true;false<br>
#~ brace_bad=0xff0000;0xFFFFFF;true;false<br>
#~ margin_line_number=0x000000;0xd0d0d0;<br>
#~ margin_folding=0x000000;0xdfdfdf;<br>
#~ fold_symbol_highlight=0xffffff<br>
#~ indent_guide=0xc0c0c0;;<br>
#~ caret=0x000000;0x000000;false;<br>
#~ marker_line=0x000000;0xffff00;<br>
#~ marker_search=0x000000;0x0000f0;<br>
#~ marker_mark=0x000000;0xb8f4b8;<br>
#~ call_tips=0xc0c0c0;0xffffff;false;false<br>
#~ white_space=0xc0c0c0;0xffffff;true;false</p>
<p>#~ comment=0xd00000<br>
#~ comment_doc=0x3f5fbf<br>
#~ comment_line=comment<br>
#~ comment_line_doc=comment_doc<br>
#~ comment_doc_keyword=comment_doc,bold<br>
#~ comment_doc_keyword_error=comment_doc,italic</p>
<p>#~ number=0x007f00<br>
#~ number_1=number<br>
#~ number_2=number_1</p>
<p>#~ type=0x0000d0;;true;false<br>
#~ class=type<br>
#~ function=0x000080<br>
#~ parameter=function</p>
<p>#~ keyword=0x00007f;;true;false<br>
#~ keyword_1=keyword<br>
#~ keyword_2=0x991111;;true;false<br>
#~ keyword_3=keyword_1<br>
#~ keyword_4=keyword_1</p>
<p>#~ identifier=default<br>
#~ identifier_1=identifier<br>
#~ identifier_2=identifier_1<br>
#~ identifier_3=identifier_1<br>
#~ identifier_4=identifier_1</p>
<p>#~ string=0xff8000<br>
#~ string_1=string<br>
#~ string_2=0x008000<br>
#~ string_eol=0x000000;0xe0c0e0;false;false<br>
#~ character=string_1<br>
#~ backticks=string_2<br>
#~ here_doc=string_2</p>
<p>#~ label=default,bold<br>
#~ preprocessor=0x007f7f<br>
#~ regex=number_1<br>
#~ operator=0x301010<br>
#~ decorator=string_1,bold<br>
#~ other=0x404080</p>
<p>#~ tag=type<br>
#~ tag_unknown=tag,bold<br>
#~ tag_end=tag,bold<br>
#~ attribute=keyword_1<br>
#~ attribute_unknown=attribute,bold<br>
#~ value=string_1<br>
#~ entity=default</p>
<p>#~ line_added=0x34b034;0xffffff;false;false<br>
#~ line_removed=0xff2727;0xffffff;false;false<br>
#~ line_changed=0x7f007f;0xffffff;false;false<br>
`</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2502#issuecomment-739897865">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ25PWPZIYNBRFVLKLDSTTFMJANCNFSM4M64YWHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJYUT4IVSTIPDI4PTZ3STTFMJA5CNFSM4M64YWHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFQM7ECI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2502#issuecomment-739897865",
"url": "https://github.com/geany/geany/issues/2502#issuecomment-739897865",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>