Solved Any text editor like this?

Visit x11-toolkits/gtk20 at FreshPorts and see editors/* on This port is required by: part (would need expanding Library dependencies: sub part).There are 12 ports listed, including hex editors and IDEs. There could be more, which optionally support Gtk2 instead of default one.
 
leafpad doesn't have too many dependencies. Have you tried building an older/GTK2+ version on FreeBSD?

XFE has a built in text editor. You might find that to be suitable?

you get me wrong, I dont want compile leafpad with gtk2 support
I want other editor like, leafpad but with a toolbar and gtk2

XFE is a full good file manager, I liked a lot, but I prefer someting made in gtk2(for icons,colorset,etc)
 
Yep. Pretty much the lightest file manager (and text editor) I can currently find.
Sometimes I searched for a lightweight filemanager, without success.
I need it from time to time, when I have a lot of image files and want to see screenshoots to select one.
But not anyone shows screenshots.
 
Update:
I download the source code for mousepad 0.4
compile with gmake and tweak the configure file to disable gtk3
now:
??
Screenshot from 2024-06-26 12-02-15.png
 
maybe you can just s/gtk30/gtk20/ in the Makefile of the port? (Sorry, never bothered about gtk versions, so no idea if they are easily interchangeable)
 
maybe you can just s/gtk30/gtk20/ in the Makefile of the port? (Sorry, never bothered about gtk versions, so no idea if they are easily interchangeable)

I try in the Makefile from the port but stills compile with gtk3 (FreeBSD 14.1) , maybe in some version of mousepad they drop gtk2
 
Back
Top