i cant print . and < without double press the keys
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2233
Geany-INFO: 18:02:51.219: Loaded /home/phil/.config/geany/tags/Xml.pm.**tags222222222** (Perl), 544 symbol(s).
The Geany Documentation states:
You can either download these files or generate your own. They have the format:
name.lang_ext.**tags**
Might it be worth clarifying the documentation or making the check in the code match the existing documentation to remove this potential point of confusion?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2230
No reaction so far, looks good, tested shortly and doesn't seem to break anything. Merging now.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/177#issuecomment-515571747
Is there an action like **go to matching brace** that will take me to the matching XML tag as from **<g>** to **<g/>** in the example below?
```
<g>
<f>
<e>
<d>
<c>
<b>a</b>
</c>
</d>
</e>
</f>
</g>
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2229