andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

The lint check icon and the bookmark icon are not shown #471

Open dglent opened 3 years ago

dglent commented 3 years ago

Hello

i installed the 64bits version with pypi in Windows 10, and i don't see the lint (flake8) icon neither the bookmarks icon. Both works as i can navigate by bookmarks and see the lint errors at the top of the window but the icons in the column with the line numbers are not visible. Also the witdh of the column is thinner, it means that there is no place to paint the icons

Python 3.7.3 enki 19.10.0 qutepart 3.3.0

andreikop commented 3 years ago

Hi This seems to be working on Linux. Unfortunately nobody supports Windows version now.

dglent commented 3 years ago

Could you give me any hint in which file i can look to try to fix it ?

dglent commented 3 years ago

I think it is here where i should look : https://github.com/andreikop/qutepart/blob/master/qutepart/sideareas.py#L92

andreikop commented 3 years ago

Yes, and you can run the code with ./editor.py wo Enki

dglent commented 2 years ago

This is how it looks. It is impossible to mark a bookmark (or to see the flake8 errors). editor_favorites

Probably i will have to compile qutepart in windows manually to see if it fixes it