issues Search Results · repo:angely-dev/diffplus language:Python
Filter by
3 results
(55 ms)3 results
inangely-dev/diffplus (press backspace or delete to remove)The current regex for coloring lines misses the M multi-line flag. As a consequence, some parts of the lines are wrongly
colored if they contain a +:
image
At first glance, the fix only requires to adapt ...
bug
angely-dev
- Opened on Mar 8, 2023
- #3
The current diff rendering may be confusing:
hostname R1
interface FastEthernet0/0
description LAN
no ip address
shutdown
duplex auto
speed auto
+ no shutdown
router bgp 64512
neighbor 172.16.0.1 ...
enhancement
angely-dev
- Opened on Mar 8, 2023
- #2
This will help to visualize new lines to be added (especially in large diff), using the same ANSI color as Git:
GIT_COLOR_GREEN = \033[32m
GIT_COLOR_RESET = \033[m
The ability to color the diff must ...
enhancement
angely-dev
- Opened on Mar 3, 2023
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.