One thing that would be really cool is if it was possible to apply code syntax highlight on the fly! =)
for example:
```` ```c int main() {} ``` ````
would show:
```c ```c int main() {} ```
Today Geany already shows *italic* **bold**. Highlight code would be awesome.