[Github-comments] [geany/geany] Code folding with Tcl language and bind command with <<event>> (#1295)

karakai notifications at xxxxx
Tue Nov 8 14:55:47 UTC 2016


It looks that the code folding feature misinterprets the bind event if it has an event in the format: <<event>>.
It interprets the whole script after the "<<" characters as one block.
Screen capture of the issue:
![bad](https://cloud.githubusercontent.com/assets/4330744/20103419/3ba1a8cc-a5ca-11e6-917e-d27d70f45366.png)

<< characters removed:
![good](https://cloud.githubusercontent.com/assets/4330744/20103429/4417f93e-a5ca-11e6-9364-cd4e4cb10156.png)

It looks, that if a non-whitespace character is between the <<>>, then the error shows up:
![nochar](https://cloud.githubusercontent.com/assets/4330744/20103807/bb9e6e88-a5cb-11e6-96a1-790b3b46347f.png)
![char](https://cloud.githubusercontent.com/assets/4330744/20103812/bf39667e-a5cb-11e6-9068-f1c385669f7a.png)


-- 
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/1295
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161108/6ae03b09/attachment.html>


More information about the Github-comments mailing list