Jeremy Wootten
Jeremy Wootten
Another solution could be to expand the symbol filter to allow filtering on visibility as well as type.
This effectively requires code-folding which is not well-supported in Gtk.SourceView. It might be worth implementing it ourselves but it is not trivial.
The presence of the symbol filter reduces the need for this. As the symbol objects do have a location property, it would be possible just give a flat list in...
This does not seem related to `.py` files particularly it seems more to do with where in the folder structure the file appears.
@vjr this does not seem to honor the sound settings ("org.gnome.desktop.sound")? I think it should (Files for example does - see `SoundManager.vala`). @danirabbit Is this OK UX-wise? Its not linked...
@vjr I tried that with no success I am afraid (I had already tried changing the code to use the same sound as Files which I knew worked. I have...
Marking this as dependent on upstream developments as I can't see us having the resources for making the significant changes to Gtk.TextBuffer/Gtk.SourceView required
"Conceal text" replaces text in the image with an unreadable font.
The current Filechooser is basically the Gtk.FileChooser with the pathbar replaced by the Files one. Once the NativeFileChooser portal is implemented then we will be able to provide a completely...
CI tests failing both locally and here - some obscure errors about MESA, glx etc. Not sure how to fix this. Will see if any other Gtk4 projects have working...