IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Right now, the line numbers setting doesn't work correctly, and I don't
know enough about urwid/pudb internals to figure out why. Any help here
would be much appreciated.
Also, it would probably be a good idea to factor out the saving to file
so that it only happens when the dialog is closed.
The black on gray was very difficult to see, at least in my Terminal.
If you want, I can use a different color, or if you insist on having
black, I can add this only to the midnight theme.
According to the urwid docs, AttrWrap is deprecated, and AttrMap should
be used instead. This seems to still work the same everywhere, though I
didn't check it extensively.
This reverts commit e46ecd2655df35b72fdae870185344814c5ae69f.
I didn't realize there was already a preferences screen. I may backport
some of this info to there.
And update the midnight theme to use them.
So far, String.Single and String.Double do not work, but I think this is
a bug in pygments (see
https://bitbucket.org/birkenfeld/pygments-main/issue/685). So hopefully
they fill fix it and it will start working :)
This also includes a snazzy function to convert the list of themes into
a line broken list, so you don't have to update it with future themes.
I didn't add too much info on custom themes. The documentation for this
needs to be updated elsewhere, i.e., in the example theme file.
There seems to be a little bug in pudb.pm(). pm() calls port_mortem()
with a traceback object as its argument, where post_mortem() expects a
full exception info tuple.