@umplay77

7 Followers
113 Following
16 Posts

Hello πŸ‘‹

πŸŒ…πŸŒπŸ’–

Xhttps://x.com/Umplay77?t=ReeQIQQ511zeYXBWif4Y_Q&s=09
I thought this post was very useful.

This is just a small optimization: we reuse empty tab numbers. So there’s no wasted numbering.
In Jollpi Text Editor, when you close tab n and k, then open a new one β€” it immediately fills those empty slots. Simple, but it keeps the tab order clean and consistent.
Even when opening multiple windows, memory usage remains efficient. Spinning up ten separate windows adds only a minimal memory footprint β€” the efficiency is noticeable.

#python #linux #gtk4 #effeciency #repost

Testing a 1M-line file β€”
Legacy, but still alive.

Jollpi (2010, Python2+GTK2) still runs on modern Arch-based systems, btw 😎
Syntax highlighting, tabs, find/replace .all still working in 2025.
.
OS: Manjaro Linux (GNOME)
β€’ Python2, PyGTK2,GtkSourceView2 β†’ installed from AUR
β€’ GTK2 β†’ still in the repo
β€’ PyGtkSourceView2 β†’ not in AUR, manually built from archived GNOME sources

If you're on Arch, you can try it yourself.
πŸ“¦ Code:
https://gitlab.com/zulfian1732/jollpi2-legacy

Jollpi 3 coming soon...

#python #arch