Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • meld meld
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 187
    • Issues 187
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • meldmeld
  • Issues
  • #533

Closed (duplicated)
(duplicated)
Open
Created Dec 08, 2020 by Shyam Sundar Shukla@shyamsundarshukla1991

option to filter blocks using Text Filters

In Meld, we have text filters which give option to filter out lines matching certain regular expressions. But, Sometimes we want to filter out text blocks from file comparisons, rather than just lines. It could be like: filter 7 lines from both files, after the matching regular expression. In text filters in preferences dialog, we have 3 columns right now Active, Name, Pattern. Another column can be added to include the number of lines after this pattern match to filter. For Ex- Active Name Pattern Lines_To_Filter yes label1 #.* 7

In this case, lets say pattern matches at line 32 in file. So all lines from 32 to 39 should be filtered out. This is useful when we have certain docstring, license terms, usage lines in a file which start with certain pattern, but have different text blocks following them and we want to filter them out. image

Assignee
Assign to
Time tracking