Custom File Difference Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poyntesm
    Visitor
    • May 2006
    • 4

    Custom File Difference Report

    Is it possible to create a custom file difference report?

    I am a MOD author for phpBB and would love to have BC produce a MOD template. A have pasted a sample below. You can see it starts by showing the file. Finding and area and then adding the new content. There are a few other ways it does this



    Code:
     # 
    #-----[ OPEN ]----- 
    # 
    viewonline.php
    
    #
    #-----[ FIND ]------------------------------------------
    #
    <?php
    
    #
    #-----[ AFTER, ADD ]------------------------------------------
    #
    //-- mod : Garage ----------------------------------------------------------------------------------------------------------
    # 
    #-----[ FIND ]----- 
    # 
    				case PAGE_FAQ:
    					$location = $lang['Viewing_FAQ'];
    					$location_url = "faq.$phpEx";
    					break;
    #
    #-----[ AFTER, ADD ]------------------------------------------
    #
    //-- mod start : Garage ----------------------------------------------------------------------------------------------------
    //-- add
    				case PAGE_GARAGE:
    					$location = $lang['Viewing_Garage'];
    					$location_url = "garage.$phpEx";
    					break;
    //-- mod finish : Garage ---------------------------------------------------------------------------------------------------
    Would this be possible to do?
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Re: Custom File Difference Report

    There isn't a way to provide custom outout from file-report in the current version of Beyond Compare.
    Chris K Scooter Software

    Comment

    Working...