a8
a8 copied to clipboard
a8, the Abominade IDE
I got fed up of trying to build old libraries to make a8 work, so I wrote b8. b8 is NeoVim, Python3 GTK3+ Vte2 and I use it now instead...
Two problems: 1. Vim-gtk2 has vanished from Debian - it's just a dummy to install vim-gtk3 2. Vte gtk2 version has vanished too The first issue is easy enough to...
Seems Python packaging has changed a bit in the last 10 years ;) so none of the release scripts work.
that makes it easier for both users and distributors to use github directly as primary source
In most terminals when I click and drag with the mouse to highlight some text, it gets copied into the primary selection buffer so I can paste it with center-click....
We should figure out how to let users create their own contexts without building and installing a modified version of abominade (possibly without even writing code in some cases?). Some...
As I'm editing, I frequently get a long list of open buffers and gradually lose the ability to use the buffers list effectively. There's the Alt-C action to close all...
What steps will reproduce the problem? 1. Start a8 and open several terminals in different directories. 2. Drag terminal tabs into a different ordering. 3. Restart a8. What is the...
What steps will reproduce the problem? 1. Launch a8 with session saving enabled, and open a lot of files for editing. 2. Exit a8. 3. Re-launch a8. What is the...
Reported by [email protected], Apr 7, 2013 The 'argparse' package has been merged into Python in Python 2.7. This means that Python has a built-in 'argparse' module and there is no...