If I create files (`Ctrl+N`) then new files _untitled_, _untitled_, ... will be created. Once Geany gets closed, a save dialog is going to be opened for each of these files.
Is there a way to preserve those files in the editor without being forced to save them, so they and their content would be kept upon the user manually closes them?
--
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/2717
I try to modify my colorscheme, but I am not sure if my approach would work at all, so I want to ask:
I have an HTML file where PHP and JavaScript code is embed. Usually my JavaScript code would have a bluish background color, while HTML has a white and PHP a yellowish/greenish background color. Here is an example:
![example](https://user-images.githubusercontent.com/40885610/103519240-7e2dc100-4e75-11eb-8707-14a760f4f6b9.png)
However, in Geany it seems that the colorscheme will always apply to all in the document, so the background color will be white - or whatever color I choose - for all and I cannot, for instance, highlight inline JavaScript code with a bluish background color.
--
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/2719
Is there no .conf file for the default color scheme of geany? In `geany/data/colorschemes` I was only able to find _alt.conf_.
It would be interesting what exactly is possible to change using a colorscheme.conf in `~/.config/geany`.
--
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/2718
I experience a considerable delay moving the text cursor into the pink cell in snippets from the left using the right arrow key:
![image](https://user-images.githubusercontent.com/7548378/103446151-6e935a00-4c74-11eb-9bf3-17856a8f11ea.png)
`table=<table border="0" cellpadding="10">\n<tr><td>%cursor%\n<tr><td>%cursor%\n<tr><td>%cursor%</table>`
which is surprising in Geany which is well known and admired for its brilliant presentation and lightening fast response.
--
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/2716