- Oct 29, 2021
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
-
- Oct 22, 2021
-
-
Andreas Klöckner authored
-
- Sep 30, 2021
-
-
- Sep 03, 2021
-
-
Makes sure that enabled state is immediately reflected accurately in both source and breakpoint views.
-
- Aug 25, 2021
-
-
Instead of changing the global INHERITANCE_MAP, provide a fresh local dict of inheritance overrides from inside get_palette.
-
-
-
-
-
-
-
-
-
-
So that the themes are always usable
-
-
Move all other style definitions into their respective theme
-
Only five base styles need to be defined to create a custom theme. Everything else is gravy.
-
-
-
Don't include space in class name, include it in frame name
-
Don't include space after ":" in label highlighting
-
-
-
-
- Aug 16, 2021
-
-
-
- Make sure code is consistently checking that the file shown in the source view is the same as the breakpoint file before toggling the attribute on the line. - Remove message about not being able to toggle a breakpoint, it doesn't appear to be relevant to this operation.
-
-
- Jul 20, 2021
-
-
It's not clear why "self" was specifically disabled, though I'm guessing this was because it was being inconsistently recognized due to the (now fixed) bug in the argument parser.
-
- Jul 14, 2021
-
-
User can remove a watch expression by selecting it and press the delete key on keyboard
-
- Jul 13, 2021
-
-
These functions are implemented by the `urwid_readline` library already so we won't need them any more.
-
Add more shortcuts when working with the internal shell using the urwid_readline library. These shortcuts are the common default shortcuts in system shell or ipython.
-
-
- Jul 05, 2021
-
-
Issue is now found on github: https://github.com/pygments/pygments/issues/392
-
-
Avoid redefining them on every method call
-
-