Open a project with multiple files and the name of the file opened in the editor is shown in purple below the editing window. Any edit to this file causes the label to turn yellow, prefixed by an asterisk.
So far, so good.
BUT, revert the edit with ^Z and the label below the editor turns to white, indistinguishable from the labels for other, unopened files. It should turn back to purple. When making multiple edits to multiple files, some of which need to be backed out, this makes it very difficult to keep track of which file is displayed for editing in the editor window.
Hi, thanks for reporting,
if I look at the code the non-modified-open-document should have the standard gtk color. Is purple a configured color, or is purple the standard gtk color on your system?
what are your configured colors? Can you send me the output for
grep tab_color ~/.bluefish/rcfile-2.0 ~/.config/bluefish/rcfile-2.0 ?
in latest svn I tried to improve the dark theme detection, this might help fixing this issue